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
master
Mirko Vogt 2009-07-05 17:00:46 +00:00
parent 4626965e52
commit 38d73d373c
1 changed files with 6 additions and 0 deletions

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