mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-11 20:50:15 +02:00
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
This commit is contained in:
parent
d16223ed9e
commit
ec5075b896
@ -3,7 +3,7 @@
|
||||
# Copyright (C) 2010 Vertical Communications
|
||||
|
||||
mount() {
|
||||
/bin/busybox mount "$@"
|
||||
/bin/busybox mount -o noatime "$@"
|
||||
}
|
||||
|
||||
boot_hook_splice_start() {
|
||||
|
Loading…
Reference in New Issue
Block a user