1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 18:28:32 +03:00
openwrt-xburst/target/default/target_skeleton/etc/init.d/S99done

8 lines
165 B
Plaintext
Raw Normal View History

#!/bin/sh
# automagically run firstboot
[ -z "$FAILSAFE" ] && {
{ mount | grep jffs2 1>&-; } || firstboot
}
# set leds to normal state
echo "0x00" > /proc/sys/diag