automatically mount sd-card as it's possible (might be done via hotplug later)
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 5 Jul 2009 17:00:46 +0000 (17:00 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 5 Jul 2009 17:00:46 +0000 (17:00 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16700 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/s3c24xx/base-files/etc/config/fstab [new file with mode: 0644]

diff --git a/target/linux/s3c24xx/base-files/etc/config/fstab b/target/linux/s3c24xx/base-files/etc/config/fstab
new file mode 100644 (file)
index 0000000..5223561
--- /dev/null
@@ -0,0 +1,6 @@
+config mount
+       option target   /card
+       option device   /dev/mmcblk0p1
+       option fstype   auto
+       option options  rw,sync
+       option enabled  1