Add some diagnostic stuff for ar7

SVN-Revision: 7102
This commit is contained in:
Florian Fainelli
2007-05-06 08:58:04 +00:00
parent c370bf0e5e
commit c961eac32d
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
}