1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 19:10:15 +03:00
openwrt-xburst/target/linux/s3c24xx/base-files/etc/config/fstab
mirko 8a2f901563 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
2009-07-05 17:00:46 +00:00

7 lines
134 B
Plaintext

config mount
option target /card
option device /dev/mmcblk0p1
option fstype auto
option options rw,sync
option enabled 1