Преглед на файлове

ramips: use the ZBT-WE826 power LED for status indication

Signed-off-by: Mathias Kresin <[email protected]>
Mathias Kresin преди 8 години
родител
ревизия
725238f698
променени са 2 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 0 1
      target/linux/ramips/base-files/etc/board.d/01_leds
  2. 1 1
      target/linux/ramips/base-files/etc/diag.sh

+ 0 - 1
target/linux/ramips/base-files/etc/board.d/01_leds

@@ -397,7 +397,6 @@ zbt-we2026)
 	;;
 zbt-we826-16M|\
 zbt-we826-32M)
-	ucidef_set_led_default "power" "power" "zbt-we826:green:power" "1"
 	set_wifi_led "zbt-we826:green:wifi"
 	set_usb_led "zbt-we826:green:usb"
 	;;

+ 1 - 1
target/linux/ramips/base-files/etc/diag.sh

@@ -274,7 +274,7 @@ get_status_led() {
 		;;
 	zbt-we826-16M|\
 	zbt-we826-32M)
-		status_led="zbt-we826:green:wifi"
+		status_led="zbt-we826:green:power"
 		;;
 	zbt-wg3526-16M|\
 	zbt-wg3526-32M)