mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
lantiq: xrx200: Fix wifi LED on o2 box 6431
Wifi LED did not work using phy0radio, which somehow slipped through in the previous testing Signed-off-by: Florian Maurer <f.maurer@outlook.de>
This commit is contained in:
parent
f6b46c9269
commit
2e3d1edf59
@ -80,6 +80,7 @@
|
||||
wifi: wifi {
|
||||
label = "green:wlan";
|
||||
gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy0tpt";
|
||||
};
|
||||
|
||||
power_red: power2 {
|
||||
|
@ -30,7 +30,6 @@ arcadyan,arv7519rw22)
|
||||
arcadyan,vgv7510kw22-nor|\
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user