Do not overload mount-call - trying to reduce confusion
[openwrt/staging/florian.git] / target / linux / brcm47xx / base-files / lib / preinit / 15_mount_proc_brcm
index 923c98fd49591c02a29d0e412146d27cc9ae8f0f..4ca445623c6a6567777d6246faff8ee7b018e766 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 do_mount_procfs() {
-       mount none /proc -t proc
+       mount -o noatime none /proc -t proc
 }