2
0
forked from Ivasoft/openwrt

ar71xx: add support for Buffalo WZR 600DHP

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 35840
This commit is contained in:
Luka Perkov
2013-03-01 13:46:01 +00:00
parent 819472b2d0
commit 107e0c6d1f
21 changed files with 78 additions and 27 deletions

View File

@@ -212,7 +212,8 @@ wlae-ag300n)
ucidef_set_led_netdev "wireless" "WIRELESS" "buffalo:green:wireless" "wlan0"
;;
wzr-hp-ag300h)
wzr-hp-ag300h | \
wzr-600dhp)
ucidef_set_led_default "diag" "DIAG" "buffalo:red:diag" "0"
ucidef_set_led_netdev "router" "ROUTER" "buffalo:green:router" "eth1"
ucidef_set_led_usbdev "usb" "USB" "buffalo:green:usb" "1-1"

View File

@@ -233,7 +233,8 @@ tl-wr841n-v7 |\
whr-g301n |\
whr-hp-g300n |\
whr-hp-gn |\
wzr-hp-ag300h)
wzr-hp-ag300h |\
wzr-600dhp)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"

View File

@@ -75,6 +75,7 @@ whr-hp-g300n|\
whr-hp-gn|\
wzr-hp-ag300h|\
wzr-hp-g450h|\
wzr-600dhp|\
ew-dorin|\
ew-dorin-router)
migrate_switch_name "eth0" "switch0"