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
Mike Baker ef2d52108a Hacks to run firstboot automatically
SVN-Revision: 110
2004-07-21 03:13:56 +00:00

7 lines
126 B
Bash
Executable File

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