diff options
Diffstat (limited to 'target/linux/omap24xx/base-files/etc/config/.svn/text-base/fstab.svn-base')
-rw-r--r-- | target/linux/omap24xx/base-files/etc/config/.svn/text-base/fstab.svn-base | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/omap24xx/base-files/etc/config/.svn/text-base/fstab.svn-base b/target/linux/omap24xx/base-files/etc/config/.svn/text-base/fstab.svn-base new file mode 100644 index 0000000..0910277 --- /dev/null +++ b/target/linux/omap24xx/base-files/etc/config/.svn/text-base/fstab.svn-base @@ -0,0 +1,13 @@ +config mount + option target /maemo/initfs + option device /dev/mtdblock3 + option fstype jffs2 + option options rw,noatime + option enabled 0 + +config mount + option target /maemo/rootfs + option device /dev/mtdblock4 + option fstype jffs2 + option options rw,noatime + option enabled 0 |