1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00
openwrt/root/etc/init.d/S99done

7 lines
127 B
Plaintext
Raw Normal View History

#!/bin/sh
[ -z "$FAILSAFE" ] && {
2004-07-27 09:27:13 +02:00
{ mount | grep jffs2 1>&-; } || firstboot
}
# turn off DMZ led
echo "0x00" > /proc/sys/diag