mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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:
@@ -3,7 +3,7 @@
|
||||
# Copyright (C) 2010 Vertical Communications
|
||||
|
||||
mount() {
|
||||
/bin/busybox mount "$@"
|
||||
/bin/busybox mount -o noatime "$@"
|
||||
}
|
||||
|
||||
boot_hook_splice_start() {
|
||||
|
||||
Reference in New Issue
Block a user