[PATCH] bcm63xx: delete Fast 2704n wan led config
Daniel González Cabanelas
dgcbueu at gmail.com
Wed Feb 23 03:28:55 PST 2022
The Sagem F at ST2704N has no WAN ethernet port, but there is a configured
WAN LED that shouldn't be there.
It comes from a custom configuration made with the original support,
partially fixed in commit fbbb977772.
Delete this unused LED config.
Signed-off-by: Daniel González Cabanelas <dgcbueu at gmail.com>
---
target/linux/bcm63xx/base-files/etc/board.d/01_leds | 3 ---
1 file changed, 3 deletions(-)
diff --git a/target/linux/bcm63xx/base-files/etc/board.d/01_leds b/target/linux/bcm63xx/base-files/etc/board.d/01_leds
index 75e8afef9d..d94c051de2 100644
--- a/target/linux/bcm63xx/base-files/etc/board.d/01_leds
+++ b/target/linux/bcm63xx/base-files/etc/board.d/01_leds
@@ -80,9 +80,6 @@ netgear,evg2000)
ucidef_set_led_usbdev "usb1" "USB1" "green:voip1" "1-1"
ucidef_set_led_usbdev "usb2" "USB2" "green:voip2" "1-2"
;;
-sagem,fast-2704n)
- ucidef_set_led_netdev "wan" "WAN" "green:inet" "eth0.2"
- ;;
sercomm,ad1018|\
sercomm,ad1018-nor)
ucidef_set_led_netdev "wlan0" "WLAN" "green:wifi" "wlan0"
--
2.35.1
More information about the openwrt-devel
mailing list