From c3319322b2eec0769a380a14094c3c7482387a03 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Wed, 30 Sep 2020 20:49:57 +0200 Subject: 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 --- target/linux/lantiq/ase/base-files/etc/board.d/01_leds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/lantiq/ase/base-files/etc/board.d/01_leds') 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 -- cgit v1.2.3