Browse Source

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

SVN-Revision: 16700
Mirko Vogt 16 years ago
parent
commit
0be423f619
1 changed files with 6 additions and 0 deletions
  1. 6 0
      target/linux/s3c24xx/base-files/etc/config/fstab

+ 6 - 0
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