From: mirko Date: Sun, 5 Jul 2009 17:00:46 +0000 (+0000) Subject: automatically mount sd-card as it's possible (might be done via hotplug later) X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/8a2f901563dc5f38363bd9720a2f27e43f82bdfc automatically mount sd-card as it's possible (might be done via hotplug later) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16700 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/s3c24xx/base-files/etc/config/fstab b/target/linux/s3c24xx/base-files/etc/config/fstab new file mode 100644 index 000000000..522356112 --- /dev/null +++ b/target/linux/s3c24xx/base-files/etc/config/fstab @@ -0,0 +1,6 @@ +config mount + option target /card + option device /dev/mmcblk0p1 + option fstype auto + option options rw,sync + option enabled 1