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/WR1200JS.dts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/dts/WR1200JS.dts') diff --git a/target/linux/ramips/dts/WR1200JS.dts b/target/linux/ramips/dts/WR1200JS.dts index 43ec413300..83388f6235 100644 --- a/target/linux/ramips/dts/WR1200JS.dts +++ b/target/linux/ramips/dts/WR1200JS.dts @@ -10,7 +10,10 @@ model = "YouHua WR1200JS"; aliases { - led-status = &led_wps; + led-boot = &led_wps; + led-failsafe = &led_wps; + led-running = &led_wps; + led-upgrade = &led_wps; }; memory@0 { -- cgit v1.2.3