From 24e2c70ccc6457db5ab21b74f768089a7fd97cfa Mon Sep 17 00:00:00 2001 From: Christoph Krapp Date: Thu, 30 Oct 2025 19:30:58 +0100 Subject: [PATCH] ipq806x: merge duplicated case in base-files Merge identical case in base-files. Signed-off-by: Christoph Krapp Link: https://github.com/openwrt/openwrt/pull/20603 Signed-off-by: Robert Marko --- target/linux/ipq806x/base-files/etc/board.d/01_leds | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/target/linux/ipq806x/base-files/etc/board.d/01_leds b/target/linux/ipq806x/base-files/etc/board.d/01_leds index 0b16427db7..a9b02f8efa 100644 --- a/target/linux/ipq806x/base-files/etc/board.d/01_leds +++ b/target/linux/ipq806x/base-files/etc/board.d/01_leds @@ -29,7 +29,8 @@ compex,wpq864) ucidef_set_led_usbport "usb" "USB" "green:usb" "usb1-port1" "usb2-port1" ucidef_set_led_usbport "pcie-usb" "PCIe USB" "green:usb-pcie" "usb3-port1" ;; -edgecore,ecw5410) +edgecore,ecw5410|\ +ignitenet,ss-w2-ac2600) ucidef_set_led_wlan "wlan2g" "WLAN2G" "green:wlan2g" "phy1tpt" ucidef_set_led_wlan "wlan5g" "WLAN5G" "green:wlan5g" "phy0tpt" ;; @@ -46,10 +47,6 @@ fortinet,fap-421e) ucidef_set_led_wlan "wlan5g" "5G" "yellow:5g" "phy0tpt" ucidef_set_led_usbport "usb" "USB" "amber:power" "usb1-port1" "usb2-port1" ;; -ignitenet,ss-w2-ac2600) - ucidef_set_led_wlan "wlan2g" "WLAN2G" "green:wlan2g" "phy1tpt" - ucidef_set_led_wlan "wlan5g" "WLAN5G" "green:wlan5g" "phy0tpt" - ;; linksys,e8350-v1) ucidef_set_led_wlan "wlan" "WLAN" "green:wifi" "phy0tpt" ;; -- 2.30.2