forked from Ivasoft/openwrt
ar71xx: add user-space support for the WNR612 v2 board
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3876/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37576
This commit is contained in:
@@ -174,6 +174,9 @@ get_status_led() {
|
||||
wnr2000)
|
||||
status_led="wnr2000:green:power"
|
||||
;;
|
||||
wnr612-v2)
|
||||
status_led="wnr612v2:green:power"
|
||||
;;
|
||||
wp543)
|
||||
status_led="wp543:green:diag"
|
||||
;;
|
||||
|
||||
@@ -168,7 +168,8 @@ tl-wr941nd)
|
||||
|
||||
tl-mr3420-v2 |\
|
||||
tl-wr841n-v8 |\
|
||||
wnr2000-v3)
|
||||
wnr2000-v3 |\
|
||||
wnr612-v2)
|
||||
ucidef_set_interfaces_lan_wan "eth1" "eth0"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
|
||||
|
||||
Reference in New Issue
Block a user