1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-15 04:01:07 +02:00

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