diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-14 20:54:10 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-14 20:54:10 +0000 |
commit | b9c5cb5c9a4736b6342e98e7af13f52f20438f27 (patch) | |
tree | 2d2749b8aca76cfce06251644217dd5ff62486c6 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 66c8cc0f6db70625de5da0f5d62b9771af014deb (diff) | |
download | upstream-b9c5cb5c9a4736b6342e98e7af13f52f20438f27.tar.gz upstream-b9c5cb5c9a4736b6342e98e7af13f52f20438f27.tar.bz2 upstream-b9c5cb5c9a4736b6342e98e7af13f52f20438f27.zip |
ar71xx: add support for ALFA Network's Hornet-UB board
SVN-Revision: 29535
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 3af66b7e34..c0aadbc453 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -60,6 +60,9 @@ get_status_led() { eap7660d) status_led="eap7660d:green:ds4" ;; + hornet-ub) + status_led="alfa:blue:wps" + ;; ja76pf) status_led="ja76pf:green:led1" ;; |