forked from Ivasoft/openwrt
ralink: add support for WSR-600/1166
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43244
This commit is contained in:
@@ -121,13 +121,16 @@ ramips_setup_interfaces()
|
||||
mzk-750dhp | \
|
||||
whr-300hp2 | \
|
||||
whr-600d | \
|
||||
wsr-600 | \
|
||||
wsr-1166 | \
|
||||
wt1520)
|
||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 6t"
|
||||
ucidef_add_switch_vlan "switch0" "2" "4 6t"
|
||||
;;
|
||||
whr-1166d)
|
||||
|
||||
whr-1166)
|
||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 6t"
|
||||
|
||||
@@ -170,6 +170,10 @@ get_status_led() {
|
||||
wr8305rt)
|
||||
status_led="wr8305rt:sys"
|
||||
;;
|
||||
wsr-600 | \
|
||||
wsr-1166)
|
||||
status_led="buffalo:orange:diag"
|
||||
;;
|
||||
wnce2001)
|
||||
status_led="netgear:green:power"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user