failsafe variable
[openwrt.git] / target / default / target_skeleton / etc / init.d / S99done
index 8811e99..4ecba5f 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/sh
-# automagically run firstboot
-[ -z "$FAILSAFE" ] && {
-       { mount | grep jffs2 1>&-; } || firstboot
-}
 # set leds to normal state
 echo "0x00" > /proc/sys/diag
+sysctl -p
+sysctl -n
This page took 0.022727 seconds and 4 git commands to generate.