[source] ramips: cleanup EX2700 and WN3000RPv3 LEDs

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 2 15:13:00 PDT 2017


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

commit 1780d40f2b37abb6452f5f57288086bb87d89510
Author: Thibaut VARENE <hacks at slashdirt.org>
AuthorDate: Sun Jul 30 15:42:38 2017 +0200

    ramips: cleanup EX2700 and WN3000RPv3 LEDs
    
    This patch cleans up the WN3000RPv3 and EX2700 setup, bringing it in line
    with other similar devices:
    
    The power led is a bicolor one. The bootloader brings the red side on at
    powerup.
    
    Instead of blinking the red side in diag.sh and need to forcefully turn it off
    in 01_leds, this patch simplifies the setup by relying on the default off state
    of the gpio-led driver for the red side and blinking the green side as with
    other devices.
    
    Signed-off-by: Thibaut VARENE <hacks at slashdirt.org>
---
 target/linux/ramips/base-files/etc/board.d/01_leds | 1 -
 target/linux/ramips/base-files/etc/diag.sh         | 8 ++++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds
index db6910c..02f4b91 100644
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -160,7 +160,6 @@ dir-860l-b1)
 	;;
 ex2700|\
 wn3000rpv3)
-	ucidef_set_led_default "power_r" "POWER (red)" "$board:red:power" "0"
 	set_wifi_led "$board:green:router"
 	;;
 ex3700)
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh
index ffd2abd..c57a2a5 100644
--- a/target/linux/ramips/base-files/etc/diag.sh
+++ b/target/linux/ramips/base-files/etc/diag.sh
@@ -21,6 +21,7 @@ get_status_led() {
 	dch-m225|\
 	dir-860l-b1|\
 	e1700|\
+	ex2700|\
 	ex3700|\
 	fonera20n|\
 	kn|\
@@ -41,7 +42,8 @@ get_status_led() {
 	wndr3700v5|\
 	x5|\
 	x8|\
-	xdxrn502j)
+	xdxrn502j|\
+	wn3000rpv3)
 		status_led="$board:green:power"
 		;;
 	3g-6200nl)
@@ -51,13 +53,11 @@ get_status_led() {
 	cs-qr10|\
 	d105|\
 	dcs-930l-b1|\
-	ex2700|\
 	hlk-rm04|\
 	jhr-n825r|\
 	mpr-a1|\
 	mpr-a2|\
-	mzk-ex750np|\
-	wn3000rpv3)
+	mzk-ex750np)
 		status_led="$board:red:power"
 		;;
 	ai-br100|\



More information about the lede-commits mailing list