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/F7C027.dts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/dts/F7C027.dts') diff --git a/target/linux/ramips/dts/F7C027.dts b/target/linux/ramips/dts/F7C027.dts index e97f8b4f40..03587f2ffb 100644 --- a/target/linux/ramips/dts/F7C027.dts +++ b/target/linux/ramips/dts/F7C027.dts @@ -10,7 +10,10 @@ model = "Belkin F7C027"; aliases { - led-status = &led_status_orange; + led-boot = &led_status_orange; + led-failsafe = &led_status_orange; + led-running = &led_status_orange; + led-upgrade = &led_status_orange; }; gpio-leds { -- cgit v1.2.3