2
0
forked from Ivasoft/openwrt

ramips: add support for Nexx WT1520

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>

SVN-Revision: 42867
This commit is contained in:
John Crispin
2014-10-10 08:56:43 +00:00
parent 51a5ff0947
commit af1207b58c
8 changed files with 120 additions and 1 deletions

View File

@@ -210,6 +210,9 @@ case $board in
set_usb_led "wr8305rt:usb"
set_wifi_led "wr8305rt:wifi"
;;
wt1520)
set_wifi_led "rt2800pci-phy0::radio"
;;
y1 |\
y1s)
ucidef_set_led_default "power" "power" "lenovo:blue:power" "1"

View File

@@ -110,7 +110,8 @@ ramips_setup_interfaces()
dir-615-h1 | \
hlk-rm04 | \
mzk-w300nh2 | \
mzk-750dhp)
mzk-750dhp | \
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"

View File

@@ -167,6 +167,9 @@ get_status_led() {
wnce2001)
status_led="netgear:green:power"
;;
nexx-wt1520)
status_led="nexx-wt1520:white:power"
;;
mzk-w300nh2)
status_led="mzkw300nh2:green:power"
;;