1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Add some diagnostic stuff for ar7

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7102 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2007-05-06 08:58:04 +00:00
parent 400eb4fa18
commit c755ce9f2a
2 changed files with 28 additions and 0 deletions

View File

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