1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-31 01:26:26 +02:00
openwrt-xburst/target/linux/au1000-2.6/base-files/default/etc/init.d/done

10 lines
139 B
Plaintext
Raw Normal View History

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