Browse Source

ar71xx: use the correct name for the status LED on the WRT400 board (thanks to chuljin, patch from #6734)

SVN-Revision: 19831
Gabor Juhos 15 years ago
parent
commit
187d5546db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ar71xx/base-files/etc/diag.sh

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

@@ -91,7 +91,7 @@ get_status_led() {
 		status_led="wp543:green:diag"
 		;;
 	wrt400n)
-		status_led="wrt400n:blue:status"
+		status_led="wrt400n:green:status"
 		;;
 	wrt160nl)
 		status_led="wrt160nl:blue:wps"