ramips: add support for the Senao/EnGenius ESR-9753 board
[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.028843 seconds and 4 git commands to generate.