mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 17:18:59 +00: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
|
||
|
}
|