openwrtv4/target/linux/au1000-2.6/base-files/default/etc/init.d/done
2007-05-06 08:55:41 +00:00

9 lines
139 B
Bash
Executable file

#!/bin/sh /etc/rc.common
# Copyright (C) 2007 OpenWrt.org
START=95
boot() {
# set leds to normal state
. /etc/diag.sh
set_state done
}