diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-12-05 14:20:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-12-05 14:20:51 +0000 |
commit | 1f809532dede86733e24007e562181f428f55e23 (patch) | |
tree | e7e20dc7a662e930f33121e72c51e7d98f9487c2 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | d1f63f85389f6e21e6b570ed874d5e81fe37aa32 (diff) | |
download | upstream-1f809532dede86733e24007e562181f428f55e23.tar.gz upstream-1f809532dede86733e24007e562181f428f55e23.tar.bz2 upstream-1f809532dede86733e24007e562181f428f55e23.zip |
ar71xx: add preliminary support for wzr-hp-g450h
SVN-Revision: 29441
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 22e951d143..bb6ceb7066 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -229,6 +229,9 @@ ar71xx_board_detect() { *WZR-HP-G300NH) name="wzr-hp-g300nh" ;; + *WZR-HP-G450H) + name="wzr-hp-g450h" + ;; *WHR-HP-G300N) name="whr-hp-g300n" ;; |