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 | 9b98b7991b8765bf9ba5dd3360bec5edf62446ca (patch) | |
tree | 6cf85b0c7a3234d60d578e18ef15b8e1c8258862 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 497c57c44abae5ae00d4879c35bcef1479a1ba43 (diff) | |
download | upstream-9b98b7991b8765bf9ba5dd3360bec5edf62446ca.tar.gz upstream-9b98b7991b8765bf9ba5dd3360bec5edf62446ca.tar.bz2 upstream-9b98b7991b8765bf9ba5dd3360bec5edf62446ca.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40033 3c298f89-4303-0410-b956-a3cf2f4a3e73
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" ;; |