mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-31 01:26:26 +02:00
10 lines
139 B
Plaintext
10 lines
139 B
Plaintext
|
#!/bin/sh /etc/rc.common
|
||
|
# Copyright (C) 2007 OpenWrt.org
|
||
|
|
||
|
START=95
|
||
|
boot() {
|
||
|
# set leds to normal state
|
||
|
. /etc/diag.sh
|
||
|
set_state done
|
||
|
}
|