From 920abb9b5865fe0994a5c8115cde616dac63d5ae Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sat, 10 Aug 2019 16:16:19 +0200 Subject: [PATCH] lantiq: add led-upgrade alias for Fritz!Box 7412 This adds the led-upgrade alias for the AVM Fritz!Box 7412 to indicate a running firmware upgrade. Signed-off-by: David Bauer --- target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7412.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7412.dts b/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7412.dts index 111ef1b320..ccf61663ba 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7412.dts +++ b/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7412.dts @@ -18,6 +18,7 @@ led-boot = &power_green; led-failsafe = &power_red; led-running = &power_green; + led-upgrade = &power_red; led-dsl = &info; led-wifi = &wifi; -- 2.30.2