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 | |
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')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 4 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" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 1de9077158..8b69bc59a6 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -98,6 +98,7 @@ platform_check_image() { nanostation-m | \ rocket-m | \ wzr-hp-g300nh | \ + wzr-hp-g450h | \ wzr-hp-ag300h | \ whr-g301n | \ whr-hp-g300n | \ |