omap24xx: Use noatime for maemo partitions
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 20 Feb 2011 23:50:59 +0000 (23:50 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 20 Feb 2011 23:50:59 +0000 (23:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25638 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/omap24xx/base-files/etc/config/fstab

index 64446e3..0910277 100644 (file)
@@ -2,12 +2,12 @@ config mount
        option target   /maemo/initfs
        option device   /dev/mtdblock3
        option fstype   jffs2
-       option options  rw
+       option options  rw,noatime
        option enabled  0
 
 config mount
        option target   /maemo/rootfs
        option device   /dev/mtdblock4
        option fstype   jffs2
-       option options  rw
+       option options  rw,noatime
        option enabled  0
This page took 0.032288 seconds and 4 git commands to generate.