From: Michael Büsch Date: Sun, 20 Feb 2011 23:50:59 +0000 (+0000) Subject: omap24xx: Use noatime for maemo partitions X-Git-Tag: reboot~17495 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=67a4d9ac3c7c6b99044733fcdc1b44d371d901d7;p=oweals%2Fopenwrt.git omap24xx: Use noatime for maemo partitions SVN-Revision: 25638 --- diff --git a/target/linux/omap24xx/base-files/etc/config/fstab b/target/linux/omap24xx/base-files/etc/config/fstab index 64446e3c8c..0910277b26 100644 --- a/target/linux/omap24xx/base-files/etc/config/fstab +++ b/target/linux/omap24xx/base-files/etc/config/fstab @@ -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