automatically mount sd-card as it's possible (might be done via hotplug later)

SVN-Revision: 16700
master
Mirko Vogt 15 years ago
parent 8e4f117b24
commit 0be423f619
  1. 6
      target/linux/s3c24xx/base-files/etc/config/fstab

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