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
126 B
Plaintext
Raw Normal View History

#!/bin/sh
[ -z "$FAILSAFE" ] && {
{ mount | grep jffs2 1>-; } || firstboot
}
# turn off DMZ led
echo "0x00" > /proc/sys/diag