aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/ase/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-09-30 20:49:57 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-10-08 20:21:18 +0200
commitc3319322b2eec0769a380a14094c3c7482387a03 (patch)
tree366c15ae869fa29e82a0623cb75c70759e5ab835 /target/linux/lantiq/ase/base-files/etc/board.d/01_leds
parentc4beac9ea2e1b568d99800fce921eaf269c42361 (diff)
downloadupstream-c3319322b2eec0769a380a14094c3c7482387a03.tar.gz
upstream-c3319322b2eec0769a380a14094c3c7482387a03.tar.bz2
upstream-c3319322b2eec0769a380a14094c3c7482387a03.zip
lantiq: remove model name from LED labels
Like in the previous patches for other targets, this will remove the "devicename" from LED labels in lantiq. The devicename is removed in DTS files and 01_leds, consolidation of definitions into DTSI files is done where (easily) possible, and migration scripts are updated. The DTS/DTSI consolidation is only performed for files-5.4. For lantiq,easy98020 some LED definitions have the form "devicename:function" without the color, so we need to implement explicit migration for that one. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/lantiq/ase/base-files/etc/board.d/01_leds')
-rwxr-xr-xtarget/linux/lantiq/ase/base-files/etc/board.d/01_leds2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/ase/base-files/etc/board.d/01_leds b/target/linux/lantiq/ase/base-files/etc/board.d/01_leds
index 6a8de7d7a5..3e58463c91 100755
--- a/target/linux/lantiq/ase/base-files/etc/board.d/01_leds
+++ b/target/linux/lantiq/ase/base-files/etc/board.d/01_leds
@@ -23,7 +23,7 @@ board=$(board_name)
case "$board" in
allnet,all0333cj)
- ucidef_set_led_netdev "lan" "lan" "all0333cj:green:lan" "eth0.1"
+ ucidef_set_led_netdev "lan" "lan" "green:lan" "eth0.1"
;;
esac