package/modules: enable ECHI/OHCI for RT3883
[openwrt.git] / package / base-files / files / etc / init.d / sysctl
index 35d5e30..2397790 100755 (executable)
@@ -3,5 +3,5 @@
 
 START=99
 start() {
-       [ -f /etc/sysctl.conf ] && sysctl -p >&-
+       [ -f /etc/sysctl.conf ] && sysctl -p -e >&-
 }
This page took 0.025415 seconds and 4 git commands to generate.