summaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/base-files/etc
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2009-07-05 17:00:46 +0000
committerMirko Vogt <mirko@openwrt.org>2009-07-05 17:00:46 +0000
commit0be423f619f7627e0b7d1c415ce312e4c868e45f (patch)
treed29184675f8d44eef6e507457bae7aae39e6aa19 /target/linux/s3c24xx/base-files/etc
parent8e4f117b245dfa0bc2fffc8f84b158b0b7833643 (diff)
downloadmaster-31e0f0ae-0be423f619f7627e0b7d1c415ce312e4c868e45f.tar.gz
master-31e0f0ae-0be423f619f7627e0b7d1c415ce312e4c868e45f.tar.bz2
master-31e0f0ae-0be423f619f7627e0b7d1c415ce312e4c868e45f.zip
automatically mount sd-card as it's possible (might be done via hotplug later)
SVN-Revision: 16700
Diffstat (limited to 'target/linux/s3c24xx/base-files/etc')
-rw-r--r--target/linux/s3c24xx/base-files/etc/config/fstab6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/base-files/etc/config/fstab b/target/linux/s3c24xx/base-files/etc/config/fstab
new file mode 100644
index 0000000000..522356112f
--- /dev/null
+++ b/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