ramips:support Lenovo AC1200 Wireless router
Lenovo AC1200 series has two types, Y1 and Y1S. Y1S has 256MB DDR2, Y1 only has 128MB and Y1 have no Giga Port. Signed-off-by: Lintel <lintel.huang@gmail.com> SVN-Revision: 41961
This commit is contained in:
@@ -199,6 +199,12 @@ case $board in
|
||||
set_usb_led "wr8305rt:usb"
|
||||
set_wifi_led "wr8305rt:wifi"
|
||||
;;
|
||||
y1 |\
|
||||
y1s)
|
||||
ucidef_set_led_default "power" "power" "lenovo:blue:power" "1"
|
||||
set_usb_led "lenovo:blue:usb"
|
||||
set_wifi_led "lenovo:blue:wifi"
|
||||
;;
|
||||
esac
|
||||
|
||||
ucidef_commit_leds
|
||||
|
||||
@@ -184,6 +184,13 @@ ramips_setup_interfaces()
|
||||
ucidef_add_switch_vlan "switch0" "2" "4 6t"
|
||||
;;
|
||||
|
||||
y1 |\
|
||||
y1s)
|
||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 5 6t"
|
||||
ucidef_add_switch_vlan "switch0" "2" "0 6t"
|
||||
;;
|
||||
d105 | \
|
||||
na930 | \
|
||||
omni-emb-hpm|\
|
||||
@@ -249,7 +256,9 @@ ramips_setup_macs()
|
||||
dir-300-b7 | \
|
||||
dir-320-b1 | \
|
||||
psr-680w |\
|
||||
sl-r7205)
|
||||
sl-r7205 |\
|
||||
y1 |\
|
||||
y1s)
|
||||
lan_mac=$(cat /sys/class/net/eth0/address)
|
||||
lan_mac=$(macaddr_setbit_la "$lan_mac")
|
||||
wan_mac=$(macaddr_add "$lan_mac" 1)
|
||||
|
||||
Reference in New Issue
Block a user