Add libosip2 package
[openwrt.git] / root / etc / init.d / S99done
index c521181..73a4da4 100755 (executable)
@@ -1,3 +1,6 @@
 #!/bin/sh
+[ -z "$FAILSAFE" ] && {
+       { mount | grep jffs2 1>&-; } || firstboot
+}
 # turn off DMZ led
 echo "0x00" > /proc/sys/diag
This page took 0.026241 seconds and 4 git commands to generate.