ramips: remove set_wifi_led function in 01_leds
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 27 Sep 2020 21:35:11 +0000 (23:35 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 2 Oct 2020 12:51:57 +0000 (14:51 +0200)
commit2230fe39229364f71b982acebedab0579f8b4165
treecd2ba296872a224970207ba37771f4d35db8120e
parented5933beb632cd29869b81c04d7fa937a27d1a2f
ramips: remove set_wifi_led function in 01_leds

While we mostly use the ucidef_set_led_* functions directly in 01_leds
we still have the set_wifi_led function in parallel for several old
devices. This is not only inconsistent with the other definitions,
it also links to the wlan0 interface instead of using a phy trigger
which would be independent of the interface name (and is used for
all newer devices anyway). Apart from that, the standard names
"wifi" and "wifi-led" are not very helpful in a world with different
radio bands either.

Thus, this patch removes the set_wifi_led function and puts the
relevant commands into the cases explicitly. This makes the
mechanism used more evident and will hopefully lead to some future
improvements or at least prevent some copy-pasting of the old
setups.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ramips/mt7620/base-files/etc/board.d/01_leds
target/linux/ramips/mt7621/base-files/etc/board.d/01_leds
target/linux/ramips/mt76x8/base-files/etc/board.d/01_leds
target/linux/ramips/rt288x/base-files/etc/board.d/01_leds
target/linux/ramips/rt305x/base-files/etc/board.d/01_leds
target/linux/ramips/rt3883/base-files/etc/board.d/01_leds