ar71xx: add user-space support for the WNR2200 board
Signed-off-by: Aidan Kissane <aidankissane@googlemail.com> Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Patchwork: http://patchwork.openwrt.org/patch/4055/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38060
This commit is contained in:
parent
49ed06e36f
commit
3d4b042c4b
@ -175,6 +175,9 @@ get_status_led() {
|
||||
wnr2000)
|
||||
status_led="wnr2000:green:power"
|
||||
;;
|
||||
wnr2200)
|
||||
status_led="wnr2200:amber:power"
|
||||
;;
|
||||
wnr612-v2)
|
||||
status_led="wnr612v2:green:power"
|
||||
;;
|
||||
|
@ -169,6 +169,7 @@ tl-wr941nd)
|
||||
tl-mr3420-v2 |\
|
||||
tl-wr841n-v8 |\
|
||||
wnr2000-v3 |\
|
||||
wnr2200 |\
|
||||
wnr612-v2)
|
||||
ucidef_set_interfaces_lan_wan "eth1" "eth0"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
|
@ -516,6 +516,9 @@ ar71xx_board_detect() {
|
||||
*WNR2000)
|
||||
name="wnr2000"
|
||||
;;
|
||||
*WNR2200)
|
||||
name="wnr2200"
|
||||
;;
|
||||
*"WNR612 V2")
|
||||
name="wnr612-v2"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user