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/lib/ar71xx.sh | |
parent | 0d9ae0a0364fcea8c18465ade28c4b719542f018 (diff) | |
download | mtk-20170518-a801d620a77151091a51b569a9f3f29742c84d1a.zip mtk-20170518-a801d620a77151091a51b569a9f3f29742c84d1a.tar.gz mtk-20170518-a801d620a77151091a51b569a9f3f29742c84d1a.tar.bz2 |
ar71xx: add support for the Buffalo WHR-HP-GN board
SVN-Revision: 28805
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index c0acdc8..6064dcd 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -154,6 +154,9 @@ ar71xx_board_name() { *WHR-G301N) name="whr-g301n" ;; + *WHR-HP-GN) + name="whr-hp-gn" + ;; *WP543) name="wp543" ;; |