[openwrt/openwrt] mediatek: filogic: fix case statement in 01_leds

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 21 04:41:11 PDT 2025


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/696ad7b1aa09f89fccee1f5bc05275e282b8ccea

commit 696ad7b1aa09f89fccee1f5bc05275e282b8ccea
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Mar 21 11:39:07 2025 +0000

    mediatek: filogic: fix case statement in 01_leds
    
    Remove a stray '|' character from 01_leds which has accidentally
    been added.
    
    Reported-by: Chukun Pan <amadeus at jmu.edu.cn>
    Fixes: 63d56af6c6 ("mediatek: filogic: migrate Netgate N60 to upstream PHY LED control")
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 target/linux/mediatek/filogic/base-files/etc/board.d/01_leds | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/filogic/base-files/etc/board.d/01_leds b/target/linux/mediatek/filogic/base-files/etc/board.d/01_leds
index b1ab57f97b..b63e33d68a 100644
--- a/target/linux/mediatek/filogic/base-files/etc/board.d/01_leds
+++ b/target/linux/mediatek/filogic/base-files/etc/board.d/01_leds
@@ -76,7 +76,7 @@ mercusys,mr90x-v1-ubi)
 	ucidef_set_led_netdev "lan-2" "lan-2" "green:lan-2" "lan2" "link tx rx"
 	ucidef_set_led_netdev "wan" "wan" "green:wan" "eth1" "link tx rx"
 	;;
-netcore,n60|)
+netcore,n60)
 	ucidef_set_led_netdev "wan" "WAN" "mdio-bus:06:green:wan" "eth1" "link tx rx"
 	;;
 netgear,wax220)




More information about the lede-commits mailing list