diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-12-18 22:20:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-12-18 22:20:17 +0000 |
commit | 0cc056cb7eb02798531f532e0a2c9cf5f28a6a49 (patch) | |
tree | 3a75a7a5888d3f1d10e9ad9578cb11ef4b670216 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | fe8a3a36f0d1033219b799d96ea0d55c27e01261 (diff) | |
download | upstream-0cc056cb7eb02798531f532e0a2c9cf5f28a6a49.tar.gz upstream-0cc056cb7eb02798531f532e0a2c9cf5f28a6a49.tar.bz2 upstream-0cc056cb7eb02798531f532e0a2c9cf5f28a6a49.zip |
ar71xx: add support for the wzr-hp-g300nh2
Signed-off-by: Mark Deneen <mdeneen@gmail.com>
SVN-Revision: 29567
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 83cad364b1..ee242a43c4 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -295,6 +295,9 @@ ar71xx_board_detect() { *WZR-HP-G450H) name="wzr-hp-g450h" ;; + *WZR-HP-G300NH2) + name="wzr-hp-g300nh2" + ;; *WHR-HP-G300N) name="whr-hp-g300n" ;; |