ar71xx: add user-space support for WNR2000v3

Signed-off-by: Mathieu Olivari <mathieu.olivari@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 36461
This commit is contained in:
Gabor Juhos 2013-04-26 17:00:54 +00:00
parent b29b7b65ea
commit 7c2632fbc5
2 changed files with 5 additions and 1 deletions

View File

@ -152,7 +152,8 @@ tl-wr941nd)
;;
tl-mr3420-v2 |\
tl-wr841n-v8)
tl-wr841n-v8 |\
wnr2000-v3)
ucidef_set_interfaces_lan_wan "eth1" "eth0"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"

View File

@ -459,6 +459,9 @@ ar71xx_board_detect() {
*"WNDR4300")
name="wndr4300"
;;
*"WNR2000 V3")
name="wnr2000-v3"
;;
*WNR2000)
name="wnr2000"
;;