summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-12 16:49:51 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-12 16:49:51 +0000
commitdcdfcb75f0271fd68613965f8e34a6bc16d717ab (patch)
treef89b85f1ed7120e7eac401a85df28fce07aeadd0 /target/linux/ar71xx/base-files/lib
parent1552af3131cefa5d87ff5d2400df1939c502bb29 (diff)
downloadmaster-31e0f0ae-dcdfcb75f0271fd68613965f8e34a6bc16d717ab.tar.gz
master-31e0f0ae-dcdfcb75f0271fd68613965f8e34a6bc16d717ab.tar.bz2
master-31e0f0ae-dcdfcb75f0271fd68613965f8e34a6bc16d717ab.zip
ar71xx: add user-space support for the NETGEAR WNDR4300
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34649
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-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 fe7c9106e2..6ff6db9120 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -408,6 +408,9 @@ ar71xx_board_detect() {
*"WNDR3700/WNDR3800/WNDRMAC")
wndr3700_board_detect "$machine"
;;
+ *"WNDR4300")
+ name="wndr4300"
+ ;;
*WNR2000)
name="wnr2000"
;;