diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-22 11:02:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-22 11:02:18 +0000 |
commit | a1837135e04b511a6204937c8ed00ba637cc6f0f (patch) | |
tree | fd6fdc6a190b5c6d5d9f5d548a76d2146200d42a /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 4fde9deed11f56b65f389c7e83c70b7b5878222e (diff) | |
download | upstream-a1837135e04b511a6204937c8ed00ba637cc6f0f.tar.gz upstream-a1837135e04b511a6204937c8ed00ba637cc6f0f.tar.bz2 upstream-a1837135e04b511a6204937c8ed00ba637cc6f0f.zip |
ar71xx: add support for buffalo WZR-450HP2
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43026
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 378a619d89..40e930360c 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -716,6 +716,9 @@ ar71xx_board_detect() { *WRT400N) name="wrt400n" ;; + *"WZR-450HP2") + name="wzr-450hp2" + ;; *"WZR-HP-AG300H/WZR-600DHP") name="wzr-hp-ag300h" ;; |