From 4fc005197a320ff728544eba8028f7a9f23e1868 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Wed, 13 Jun 2018 01:37:55 +0200 Subject: [PATCH 1/1] ipq40xx: add get_status_led to diag.sh This commit adds the get_status_led method to diag.sh, which sets the boot-led as status-led for scripts using this method to get a status-led. This method is used platform-independent in downstream project gluon to set the LED used to indicate the config-mode. Signed-off-by: David Bauer --- target/linux/ipq40xx/base-files/etc/diag.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/target/linux/ipq40xx/base-files/etc/diag.sh b/target/linux/ipq40xx/base-files/etc/diag.sh index 4cfe6325f2..a3a7047702 100755 --- a/target/linux/ipq40xx/base-files/etc/diag.sh +++ b/target/linux/ipq40xx/base-files/etc/diag.sh @@ -7,6 +7,10 @@ failsafe="$(get_dt_led failsafe)" running="$(get_dt_led running)" upgrade="$(get_dt_led upgrade)" +get_status_led() { + status_led="$boot" +} + set_state() { status_led="$boot" -- 2.30.2