diff options
author | Manuel Kock <github.web@manu.li> | 2019-11-11 13:01:33 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2019-12-14 17:34:57 +0100 |
commit | 03c93679b4f38c7dc04ee45d0d2102cce49f5d35 (patch) | |
tree | 92f30861202dbeb9de0e7a8e84fb1a113532d7ef /target/linux | |
parent | 795df809176aa6f19ff6994c3ae1d9bfb309639c (diff) | |
download | upstream-03c93679b4f38c7dc04ee45d0d2102cce49f5d35.tar.gz upstream-03c93679b4f38c7dc04ee45d0d2102cce49f5d35.tar.bz2 upstream-03c93679b4f38c7dc04ee45d0d2102cce49f5d35.zip |
lantiq: remove redundant WiFi LED on FRITZ!Box 7320
The led wireless trigger is already set correctly to phy0tpt through the
alias in the device tree.
Signed-off-by: Manuel Kock <github.web@manu.li>
[rephrased commit title]
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 509894cffb7ec24ac21a381bed3c035efce42aeb)
Diffstat (limited to 'target/linux')
-rwxr-xr-x | target/linux/lantiq/base-files/etc/board.d/01_leds | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/lantiq/base-files/etc/board.d/01_leds b/target/linux/lantiq/base-files/etc/board.d/01_leds index 4476a7eb43..e89de97fbe 100755 --- a/target/linux/lantiq/base-files/etc/board.d/01_leds +++ b/target/linux/lantiq/base-files/etc/board.d/01_leds @@ -57,9 +57,6 @@ avm,fritz3370-rev2-hynix|\ avm,fritz3370-rev2-micron) ucidef_set_led_switch "lan" "LAN" "fritz3370:green:lan" "switch0" "0x17" ;; -avm,fritz7320) - ucidef_set_led_netdev "wifi" "wifi" "fritz7320:green:wlan" "wlan0" - ;; zyxel,p-2812hnu-f1|\ zyxel,p-2812hnu-f3) ucidef_set_led_wlan "wifi" "wifi" "p2812hnufx:green:wlan" "phy0radio" |