mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
mpc85xx: correct WS-AP3715i eth LED assignment
Ethernet LED assignments were incorrectly swapped. Fix the assignment logic so the correct LED is illuminated for the LAN LEDs. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
4145ff4d8a
commit
8037417744
1 changed files with 4 additions and 1 deletions
|
|
@ -8,7 +8,10 @@ boardname="${board##*,}"
|
|||
board_config_update
|
||||
|
||||
case $board in
|
||||
enterasys,ws-ap3715i|\
|
||||
enterasys,ws-ap3715i)
|
||||
ucidef_set_led_netdev "lan1" "LAN1" "green:lan1" "eth0"
|
||||
ucidef_set_led_netdev "lan2" "LAN2" "green:lan2" "eth1"
|
||||
;;
|
||||
extreme-networks,ws-ap3825i)
|
||||
ucidef_set_led_netdev "lan1" "LAN1" "green:lan1" "eth1"
|
||||
ucidef_set_led_netdev "lan2" "LAN2" "green:lan2" "eth0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue