From 36faa5b145c9e9922eb6285d4abe8d21abc7def6 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 6 Oct 2014 05:18:52 +0000 Subject: [PATCH] lantiq: led name has changed from adsl -> dsl make the notify script aware of this. https://dev.openwrt.org/ticket/18005 Signed-off-by: John Crispin SVN-Revision: 42798 --- target/linux/lantiq/base-files/sbin/dsl_notify.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/linux/lantiq/base-files/sbin/dsl_notify.sh b/target/linux/lantiq/base-files/sbin/dsl_notify.sh index 526a88925cd..b514e257d4b 100755 --- a/target/linux/lantiq/base-files/sbin/dsl_notify.sh +++ b/target/linux/lantiq/base-files/sbin/dsl_notify.sh @@ -21,10 +21,10 @@ config_load system config_get default led_adsl default if [ "$default" != 1 ]; then case "$DSL_INTERFACE_STATUS" in - "HANDSHAKE") led_timer adsl 500 500;; - "TRAINING") led_timer adsl 200 200;; - "UP") led_on adsl;; - *) led_off adsl + "HANDSHAKE") led_timer dsl 500 500;; + "TRAINING") led_timer dsl 200 200;; + "UP") led_on dsl;; + *) led_off dsl esac fi -- 2.30.2