summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-12-05 14:20:51 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-12-05 14:20:51 +0000
commitc1679af6b381809d1c133fbc609f0c5c465a512a (patch)
treef103f8ed41ec9856b5dbdd1895679c0493166560 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentf684eb24545e24eca99fee082bd84ad07f7d69fe (diff)
ar71xx: add preliminary support for wzr-hp-g450h
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29441 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
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 22e951d14..bb6ceb706 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"
;;