automatically mount sd-card as it's possible (might be done via hotplug later)
SVN-Revision: 16700
This commit is contained in:
parent
8e4f117b24
commit
0be423f619
1 changed files with 6 additions and 0 deletions
6
target/linux/s3c24xx/base-files/etc/config/fstab
Normal file
6
target/linux/s3c24xx/base-files/etc/config/fstab
Normal file
|
@ -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 a new issue