diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-09-03 18:14:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-09-03 18:14:37 +0000 |
commit | b4336a8e2db89f6f1b9d9eee885e63c34e636df1 (patch) | |
tree | 2b02d78c88d97378c54888769545f4651463368b /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 2a541325d3db510c2b5aee30dc88c72255a797c0 (diff) | |
download | upstream-b4336a8e2db89f6f1b9d9eee885e63c34e636df1.tar.gz upstream-b4336a8e2db89f6f1b9d9eee885e63c34e636df1.tar.bz2 upstream-b4336a8e2db89f6f1b9d9eee885e63c34e636df1.zip |
ar71xx: add support for the Zcomax ZCN-1523H-2-8/5-16 boards
SVN-Revision: 22882
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 384bf032ca..b1e1d2312b 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -108,6 +108,9 @@ get_status_led() { wzr-hp-g300nh) status_led="wzr-hp-g300nh:green:router" ;; + zcn-1523h-2 | zcn-1523h-5) + status_led="zcn-1523h:amber:init" + ;; esac; } |