diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-19 16:56:50 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-19 16:56:50 +0000 |
commit | 3d4b042c4bb4c8c1c6393ec5e4392c0455e4372a (patch) | |
tree | 1d82d19cf23937f54b8b1e1ea6afc2314203ef1c /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 49ed06e36f9f80e5e02860dafa5cdfb83a743954 (diff) | |
download | mtk-20170518-3d4b042c4bb4c8c1c6393ec5e4392c0455e4372a.zip mtk-20170518-3d4b042c4bb4c8c1c6393ec5e4392c0455e4372a.tar.gz mtk-20170518-3d4b042c4bb4c8c1c6393ec5e4392c0455e4372a.tar.bz2 |
ar71xx: add user-space support for the WNR2200 board
Signed-off-by: Aidan Kissane <aidankissane@googlemail.com>
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Patchwork: http://patchwork.openwrt.org/patch/4055/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38060
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 7b790e2..f3fdb0a 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -175,6 +175,9 @@ get_status_led() { wnr2000) status_led="wnr2000:green:power" ;; + wnr2200) + status_led="wnr2200:amber:power" + ;; wnr612-v2) status_led="wnr612v2:green:power" ;; |