diff options
Diffstat (limited to 'target/linux/apm821xx/base-files/etc/board.d')
-rw-r--r-- | target/linux/apm821xx/base-files/etc/board.d/01_leds | 8 | ||||
-rw-r--r-- | target/linux/apm821xx/base-files/etc/board.d/02_network | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/apm821xx/base-files/etc/board.d/01_leds b/target/linux/apm821xx/base-files/etc/board.d/01_leds index 0b203fd8a7..c384d24a30 100644 --- a/target/linux/apm821xx/base-files/etc/board.d/01_leds +++ b/target/linux/apm821xx/base-files/etc/board.d/01_leds @@ -30,10 +30,10 @@ netgear,wndap620) netgear,wndap660) ucidef_set_led_netdev "lan_act" "LAN (Activity)" "green:activity" "eth0" - ucidef_set_led_switch "lan1_100" "LAN 100Mbps" "amber:lan-0" "switch0" "0x04" "0x04" "link" - ucidef_set_led_switch "lan1_1000" "LAN 1000Mbps" "green:lan-0" "switch0" "0x04" "0x08" "link" - ucidef_set_led_switch "lan2_100" "LAN 100Mbps" "amber:lan-1" "switch0" "0x02" "0x04" "link" - ucidef_set_led_switch "lan2_1000" "LAN 1000Mbps" "green:lan-1" "switch0" "0x02" "0x08" "link" + ucidef_set_led_switch "lan1_100" "LAN 100Mbps" "amber:lan-1" "switch0" "0x02" "0x04" "link" + ucidef_set_led_switch "lan1_1000" "LAN 1000Mbps" "green:lan-1" "switch0" "0x02" "0x08" "link" + ucidef_set_led_switch "lan2_100" "LAN 100Mbps" "amber:lan-2" "switch0" "0x04" "0x04" "link" + ucidef_set_led_switch "lan2_1000" "LAN 1000Mbps" "green:lan-2" "switch0" "0x04" "0x08" "link" ucidef_set_led_wlan "wlan2g" "WLAN2G" "green:wlan-0" "phy0tpt" ucidef_set_led_wlan "wlan5g" "WLAN5G" "green:wlan-1" "phy1tpt" ;; diff --git a/target/linux/apm821xx/base-files/etc/board.d/02_network b/target/linux/apm821xx/base-files/etc/board.d/02_network index 3a97c67f28..756ea348b4 100644 --- a/target/linux/apm821xx/base-files/etc/board.d/02_network +++ b/target/linux/apm821xx/base-files/etc/board.d/02_network @@ -16,7 +16,7 @@ netgear,wndap620) ucidef_add_switch "switch0" "2:lan" "5@eth0" ;; netgear,wndap660) - ucidef_add_switch "switch0" "1:lan:2" "2:lan:1" "5@eth0" + ucidef_add_switch "switch0" "1:lan" "2:lan" "5@eth0" ;; meraki,mx60|\ netgear,wndr4700) |