n810: Add fstab for maemo filesystems
[openwrt/svn-archive/archive.git] / target / linux / omap24xx / base-files / etc / config / fstab
diff --git a/target/linux/omap24xx/base-files/etc/config/fstab b/target/linux/omap24xx/base-files/etc/config/fstab
new file mode 100644 (file)
index 0000000..5430d56
--- /dev/null
@@ -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