mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 10:50:36 +02:00
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
|
#!/bin/sh
|
||
|
[ -z "$FAILSAFE" ] && {
|
||
|
{ mount | grep jffs2 1>&-; } || firstboot
|
||
|
}
|
||
|
# turn off DMZ led
|
||
|
echo "0x00" > /proc/sys/diag
|