diff options
| author | Christoph Krapp | 2025-10-30 18:30:58 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-11-01 18:39:18 +0000 |
| commit | 24e2c70ccc6457db5ab21b74f768089a7fd97cfa (patch) | |
| tree | e1e273c2175d98f2071afc63989a2ddf0624a8d6 | |
| parent | 2a8b899db8a2273e709aab57e13af056026c8ba0 (diff) | |
| download | openwrt-24e2c70ccc6457db5ab21b74f768089a7fd97cfa.tar.gz | |
ipq806x: merge duplicated case in base-files
Merge identical case in base-files.
Signed-off-by: Christoph Krapp <achterin@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20603
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/ipq806x/base-files/etc/board.d/01_leds | 7 |
1 files 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" ;; |