[openwrt/openwrt] ipq806x: merge duplicated case in base-files
LEDE Commits
lede-commits at lists.infradead.org
Sat Nov 1 11:39:22 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/24e2c70ccc6457db5ab21b74f768089a7fd97cfa
commit 24e2c70ccc6457db5ab21b74f768089a7fd97cfa
Author: Christoph Krapp <achterin at gmail.com>
AuthorDate: Thu Oct 30 19:30:58 2025 +0100
ipq806x: merge duplicated case in base-files
Merge identical case in base-files.
Signed-off-by: Christoph Krapp <achterin at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20603
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
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"
;;
More information about the lede-commits
mailing list