lantiq-xrx200: fix wan LED on o2 box 6431
authorFlorian Maurer <f.maurer@outlook.de>
Mon, 26 Dec 2022 23:30:07 +0000 (00:30 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 4 Jan 2023 22:50:48 +0000 (23:50 +0100)
The WIFI LED already worked for me with the latest openwrt 22.03 version.
Wifi LED did not with an older 22.x version (in gluon - there phy0radio did nothing but phy0tpt did show activity

the WAN interface has the name "wan" and not "pppoe-wan" on this device

fixes #7757 (and FS#2987)

Signed-off-by: Florian Maurer <f.maurer@outlook.de>
target/linux/lantiq/xrx200/base-files/etc/board.d/01_leds

index bac3ed2b53118edad29e4d8b0c4d11a4cabd3b80..8f59538b831876dcb3f594018ef759d665ef0629 100644 (file)
@@ -28,7 +28,10 @@ arcadyan,arv7519rw22)
        ucidef_set_led_netdev "lan" "lan" "green:lan" "eth0.1"
        ;;
 arcadyan,vgv7510kw22-nor|\
-arcadyan,vgv7510kw22-brn|\
+arcadyan,vgv7510kw22-brn)
+       ucidef_set_led_netdev "internet" "internet" "$led_internet" "wan"
+       ucidef_set_led_wlan "wifi" "wifi" "green:wlan" "phy0radio"
+       ;;
 zyxel,p-2812hnu-f1|\
 zyxel,p-2812hnu-f3)
        ucidef_set_led_wlan "wifi" "wifi" "green:wlan" "phy0radio"