lantiq: fix VG3503J ethernet/gphy led support

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37634
This commit is contained in:
John Crispin
2013-08-01 14:30:40 +00:00
parent 046b282429
commit b4c722267e
3 changed files with 18 additions and 46 deletions

View File

@@ -21,10 +21,6 @@ board=$(lantiq_board_id)
case "$board" in
VG3503J)
ucidef_set_led_netdev "lan1" "lan1" "bt:green:lan1" "eth0"
ucidef_set_led_netdev "lan2" "lan2" "bt:green:lan2" "eth1"
ucidef_set_led_netdev "port1" "port1" "bt:green:port1" "eth0"
ucidef_set_led_netdev "port2" "port2" "bt:green:port2" "eth1"
ucidef_set_led_netdev "vdsl" "vdsl" "bt:green:dsl" "ptm0"
;;
*)

View File

@@ -70,7 +70,8 @@ WBMR)
;;
VG3503J)
ucidef_set_interface_lan 'eth0 eth1'
ucidef_set_interface_lan 'eth0'
uci set network.lan.type='none'
;;
DGN3500*)
ucidef_set_interface_lan "eth0.1"