diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 12:59:10 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 12:59:10 +0000 |
commit | a801d620a77151091a51b569a9f3f29742c84d1a (patch) | |
tree | e7bd43052b65d9fcf324d4e72b39585da430b40c /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 0d9ae0a0364fcea8c18465ade28c4b719542f018 (diff) | |
download | upstream-a801d620a77151091a51b569a9f3f29742c84d1a.tar.gz upstream-a801d620a77151091a51b569a9f3f29742c84d1a.tar.bz2 upstream-a801d620a77151091a51b569a9f3f29742c84d1a.zip |
ar71xx: add support for the Buffalo WHR-HP-GN board
SVN-Revision: 28805
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 1f61b6ce23..df52174857 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -104,6 +104,7 @@ get_status_led() { ;; whr-g301n | \ whr-hp-g300n | \ + whr-hp-gn | \ wzr-hp-g300nh) status_led="buffalo:green:router" ;; |