From ec5075b896db066cf03f4ea4fd321602c761fe97 Mon Sep 17 00:00:00 2001 From: mb Date: Sun, 20 Feb 2011 22:39:08 +0000 Subject: base-files: Add "-o noatime" to mount wrapper noatime is cheaper than default relatime. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25634 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/lib/functions/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/base-files/files/lib/functions/boot.sh b/package/base-files/files/lib/functions/boot.sh index 66423d9aa..a88324135 100644 --- a/package/base-files/files/lib/functions/boot.sh +++ b/package/base-files/files/lib/functions/boot.sh @@ -3,7 +3,7 @@ # Copyright (C) 2010 Vertical Communications mount() { - /bin/busybox mount "$@" + /bin/busybox mount -o noatime "$@" } boot_hook_splice_start() { -- cgit v1.2.3