diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-03-27 06:36:47 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-03-27 06:36:47 +0000 |
commit | 02f2e90d5f9071ff3641a8dccfd54ab1354a0c13 (patch) | |
tree | 410deaccfe4b157c4f6391300e17330a6317c130 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 5256bbdc56f4829106e9c11271a273ef7f704870 (diff) | |
download | upstream-02f2e90d5f9071ff3641a8dccfd54ab1354a0c13.tar.gz upstream-02f2e90d5f9071ff3641a8dccfd54ab1354a0c13.tar.bz2 upstream-02f2e90d5f9071ff3641a8dccfd54ab1354a0c13.zip |
ar71xx: add user space support for the Oolite v1 board
Patch-by: Lars Bøgild Thomsen <lth@cow.dk>
Patchwork: http://patchwork.openwrt.org/patch/4922/
[juhosg: use correct board name in uci-defaults/02_network]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40033
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index b328766a61..0e1fe5cb74 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -125,6 +125,9 @@ get_status_led() { rw2458n) status_led="rw2458n:green:d3" ;; + oolite) + status_led="oolite:red:system" + ;; tew-632brp) status_led="tew-632brp:green:status" ;; |