aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Maurer <f.maurer@outlook.de>2022-12-27 00:30:07 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2023-01-04 23:50:48 +0100
commit0820d620123a03b6db6642acb6e950d22ffb030f (patch)
tree4dd5377da0fc336175ae0598f16e93b102ce4642 /target
parentd187861a283b9461e9ea32e9fd7e6bf7055655e1 (diff)
downloadupstream-0820d620123a03b6db6642acb6e950d22ffb030f.tar.gz
upstream-0820d620123a03b6db6642acb6e950d22ffb030f.tar.bz2
upstream-0820d620123a03b6db6642acb6e950d22ffb030f.zip
lantiq-xrx200: fix wan LED on o2 box 6431
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>
Diffstat (limited to 'target')
-rw-r--r--target/linux/lantiq/xrx200/base-files/etc/board.d/01_leds5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/lantiq/xrx200/base-files/etc/board.d/01_leds b/target/linux/lantiq/xrx200/base-files/etc/board.d/01_leds
index bac3ed2b53..8f59538b83 100644
--- a/target/linux/lantiq/xrx200/base-files/etc/board.d/01_leds
+++ b/target/linux/lantiq/xrx200/base-files/etc/board.d/01_leds
@@ -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"