tts/0 is the correct devicename for serial connection
[openwrt.git] / obsolete-buildroot / sources / openwrt / root / etc / init.d / S99done
index 73a4da4..8811e99 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
+# automagically run firstboot
 [ -z "$FAILSAFE" ] && {
        { mount | grep jffs2 1>&-; } || firstboot
 }
-# turn off DMZ led
+# set leds to normal state
 echo "0x00" > /proc/sys/diag
This page took 0.030412 seconds and 4 git commands to generate.