mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-29 07:59:53 +02:00
400eb4fa18
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7101 3c298f89-4303-0410-b956-a3cf2f4a3e73
10 lines
139 B
Bash
Executable File
10 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
|
|
}
|