aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/base-files
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2010-10-03 12:16:56 +0000
committerMichael Büsch <mb@bu3sch.de>2010-10-03 12:16:56 +0000
commitf47c187bda4e5cc3ba492800fb4cc2073f8230a2 (patch)
treeb986e93040f867c0be66575d113d43a94a18c8cf /target/linux/omap24xx/base-files
parent8affb4906929251bfd594979a1eed12f19328aa7 (diff)
downloadmaster-187ad058-f47c187bda4e5cc3ba492800fb4cc2073f8230a2.tar.gz
master-187ad058-f47c187bda4e5cc3ba492800fb4cc2073f8230a2.tar.bz2
master-187ad058-f47c187bda4e5cc3ba492800fb4cc2073f8230a2.zip
n810: Add fstab for maemo filesystems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23195 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap24xx/base-files')
-rw-r--r--target/linux/omap24xx/base-files/etc/config/fstab13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/omap24xx/base-files/etc/config/fstab b/target/linux/omap24xx/base-files/etc/config/fstab
new file mode 100644
index 0000000000..5430d56d59
--- /dev/null
+++ b/target/linux/omap24xx/base-files/etc/config/fstab
@@ -0,0 +1,13 @@
+config mount
+ option target /maemo/initfs
+ option device /dev/mtdblock3
+ option fstype jffs2
+ option options rw
+ option enabled 1
+
+config mount
+ option target /maemo/rootfs
+ option device /dev/mtdblock4
+ option fstype jffs2
+ option options rw
+ option enabled 1