1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 03:13:20 +02:00

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
This commit is contained in:
mirko 2009-07-05 17:00:46 +00:00
parent eaf12263d7
commit 8a2f901563

View File

@ -0,0 +1,6 @@
config mount
option target /card
option device /dev/mmcblk0p1
option fstype auto
option options rw,sync
option enabled 1