aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2019-08-11 23:37:24 +0200
committerDavid Bauer <mail@david-bauer.net>2019-08-15 14:25:51 +0200
commit3032bf7f89e8ad5b69ab2f031287f475e5d2b829 (patch)
treeb335f32c21da3b0391eb4bd8e902ed756eb3da9f /target/linux/lantiq
parent894bdee7563036d6627022d7f292e83241a807a7 (diff)
downloadupstream-3032bf7f89e8ad5b69ab2f031287f475e5d2b829.tar.gz
upstream-3032bf7f89e8ad5b69ab2f031287f475e5d2b829.tar.bz2
upstream-3032bf7f89e8ad5b69ab2f031287f475e5d2b829.zip
lantiq: unify Fritz!Box LED mappings
This commit unifies the LED mapping of the AVM Fritz!Box routers, which have a combined Power/DSL LED. With the stock firmware, the Power LED has the following characteristics: - Blink when DSL sync is being established - Solid when DSL sync is present We can't completely resemble this behavior in OpenWrt. Currently, the Power LED is completely off, when DSL sync is missing. This is not really helpful, as a user might have the impression, that he bricked his device. Instead, map the Info-LED to the state of the DSL connection. There is no consistent behavior for the Info-LED in the stock firmware, as the user can set it's function by himself. The DSL connection state is one possible option for the Info LED there. Also use the red Power LED to indicate a running upgrade, in case the board has a two-color Power LED. Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r--target/linux/lantiq/files/arch/mips/boot/dts/FRITZ3370-REV2.dtsi2
-rw-r--r--target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7312.dts3
-rw-r--r--target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7320.dts3
-rw-r--r--target/linux/lantiq/files/arch/mips/boot/dts/FRITZ736X.dtsi3
4 files changed, 5 insertions, 6 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ3370-REV2.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ3370-REV2.dtsi
index f23d2d2cf5..02e9589969 100644
--- a/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ3370-REV2.dtsi
+++ b/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ3370-REV2.dtsi
@@ -15,7 +15,7 @@
led-boot = &power_green;
led-failsafe = &power_red;
led-running = &power_green;
- led-upgrade = &power_green;
+ led-upgrade = &power_red;
led-dsl = &dsl;
led-internet = &info_green;
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7312.dts b/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7312.dts
index 811f78f934..0190dd2f01 100644
--- a/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7312.dts
+++ b/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7312.dts
@@ -18,8 +18,7 @@
led-running = &power;
led-upgrade = &power;
- led-internet = &info_green;
- led-dsl = &power;
+ led-dsl = &info_green;
led-wifi = &wlan;
};
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7320.dts b/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7320.dts
index 40348b1d59..6c0dad873f 100644
--- a/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7320.dts
+++ b/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7320.dts
@@ -18,8 +18,7 @@
led-running = &power;
led-upgrade = &power;
- led-internet = &info_green;
- led-dsl = &power;
+ led-dsl = &info_green;
led-wifi = &wlan;
};
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ736X.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ736X.dtsi
index 82546a3572..57033eb4a9 100644
--- a/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ736X.dtsi
+++ b/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ736X.dtsi
@@ -17,7 +17,8 @@
led-boot = &power_green;
led-failsafe = &power_red;
led-running = &power_green;
- led-upgrade = &power_green;
+ led-upgrade = &power_red;
+
led-dsl = &info_green;
led-wifi = &wifi;
};