From dcdfcb75f0271fd68613965f8e34a6bc16d717ab Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 12 Dec 2012 16:49:51 +0000 Subject: ar71xx: add user-space support for the NETGEAR WNDR4300 Signed-off-by: Gabor Juhos SVN-Revision: 34649 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib') 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" ;; -- cgit v1.2.3