diff options
author | Michael Büsch <mb@bu3sch.de> | 2011-01-27 22:15:43 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2011-01-27 22:15:43 +0000 |
commit | ea0d6e6b1b72ce0f88c5b2f184a1e5025ad56559 (patch) | |
tree | ec564d9a07cf4d1b5b1033fbf5a2c33fa17ce5b9 /target/linux/omap24xx/base-files | |
parent | cc8228dbc62e7cbae4125bc6cd1e64768e8c2fa3 (diff) | |
download | upstream-ea0d6e6b1b72ce0f88c5b2f184a1e5025ad56559.tar.gz upstream-ea0d6e6b1b72ce0f88c5b2f184a1e5025ad56559.tar.bz2 upstream-ea0d6e6b1b72ce0f88c5b2f184a1e5025ad56559.zip |
omap24xx: Don't automatically mount maemo fs
SVN-Revision: 25178
Diffstat (limited to 'target/linux/omap24xx/base-files')
-rw-r--r-- | target/linux/omap24xx/base-files/etc/config/fstab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/omap24xx/base-files/etc/config/fstab b/target/linux/omap24xx/base-files/etc/config/fstab index 5430d56d59..64446e3c8c 100644 --- a/target/linux/omap24xx/base-files/etc/config/fstab +++ b/target/linux/omap24xx/base-files/etc/config/fstab @@ -3,11 +3,11 @@ config mount option device /dev/mtdblock3 option fstype jffs2 option options rw - option enabled 1 + option enabled 0 config mount option target /maemo/rootfs option device /dev/mtdblock4 option fstype jffs2 option options rw - option enabled 1 + option enabled 0 |