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-a3cf2f4a3e73master
parent
4626965e52
commit
38d73d373c
|
@ -0,0 +1,6 @@
|
|||
config mount
|
||||
option target /card
|
||||
option device /dev/mmcblk0p1
|
||||
option fstype auto
|
||||
option options rw,sync
|
||||
option enabled 1
|
Loading…
Reference in New Issue