openwrtv4/openwrt/target/default/target_skeleton/etc/init.d/S99done
Mike Baker 0d928148bf openwrt root filesystem
SVN-Revision: 211
2005-02-06 00:52:16 +00:00

7 lines
165 B
Bash
Executable file

#!/bin/sh
# automagically run firstboot
[ -z "$FAILSAFE" ] && {
{ mount | grep jffs2 1>&-; } || firstboot
}
# set leds to normal state
echo "0x00" > /proc/sys/diag