[source] lantiq: drop the FRITZ7360SL led-dsl alias

LEDE Commits lede-commits at lists.infradead.org
Sat Dec 24 01:04:38 PST 2016


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/ea9b71e5b1de8e40a7f92d10bfc1761a8955a2e8

commit ea9b71e5b1de8e40a7f92d10bfc1761a8955a2e8
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Thu Dec 22 09:18:05 2016 +0100

    lantiq: drop the FRITZ7360SL led-dsl alias
    
    The power LED can not be used for indicating the xDSL line state and
    the in system (boot) state at the same time in LEDE.  As soon as the
    xDSL Line goes down, the power LED is switched off.
    
    During xDSL handshake the power led would blink with the same or a
    similar pattern as during boot.
    
    Both might confuse users.
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 target/linux/lantiq/dts/FRITZ7360SL.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/lantiq/dts/FRITZ7360SL.dts b/target/linux/lantiq/dts/FRITZ7360SL.dts
index 0caea7f..8ecc861 100644
--- a/target/linux/lantiq/dts/FRITZ7360SL.dts
+++ b/target/linux/lantiq/dts/FRITZ7360SL.dts
@@ -13,7 +13,6 @@
 		led-running = &power_green;
 
 		led-internet = &info_green;
-		led-dsl = &power_green;
 		led-wifi = &wifi;
 	};
 



More information about the lede-commits mailing list