Browse Source

revert r27341, it introduce wrong behaviour for other models

SVN-Revision: 27342
Jo-Philipp Wich 14 năm trước cách đây
mục cha
commit
1edef5ec98
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      target/linux/ar71xx/base-files/etc/diag.sh

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

@@ -144,7 +144,7 @@ set_state() {
 		status_led_set_timer 50 50
 		;;
 	done)
-		status_led_off
+		status_led_on
 		;;
 	esac
 }