From 8f4dfadd5a4370e455f08967bfe9b7c9125576e8 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Tue, 28 Aug 2018 06:54:27 +0200 Subject: ramips: add support for indicating the boot state using multiple leds Use diag.sh version used for other targets supporting different leds for the different boot states. The existing led sequences should be the same as before. Signed-off-by: Mathias Kresin --- target/linux/ramips/dts/WHR-300HP2.dts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/dts/WHR-300HP2.dts') diff --git a/target/linux/ramips/dts/WHR-300HP2.dts b/target/linux/ramips/dts/WHR-300HP2.dts index 7acc84f168..33f0bc664a 100644 --- a/target/linux/ramips/dts/WHR-300HP2.dts +++ b/target/linux/ramips/dts/WHR-300HP2.dts @@ -10,7 +10,10 @@ model = "Buffalo WHR-300HP2"; aliases { - led-status = &led_power_green; + led-boot = &led_power_green; + led-failsafe = &led_power_green; + led-running = &led_power_green; + led-upgrade = &led_power_green; }; gpio-leds { -- cgit v1.2.3