1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-20 12:51:06 +02:00

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
}