Do not overload mount-call - trying to reduce confusion
[openwrt.git] / package / base-files / files / etc / init.d / usb
index 7b443b6..43cdfd9 100755 (executable)
@@ -4,6 +4,6 @@
 START=39
 start() {
        [ -d /proc/bus/usb ] && {
-               /bin/mount -t usbfs none /proc/bus/usb
+               mount -o noatime -t usbfs none /proc/bus/usb
        }               
 }