Просмотр исходного кода

mvebu: add missing status LEDs for Linksys WRT1200AC and WRT1900ACv2

Signed-off-by: Imre Kaloz <[email protected]>
Imre Kaloz 9 лет назад
Родитель
Сommit
2beab73fad
1 измененных файлов с 8 добавлено и 1 удалено
  1. 8 1
      target/linux/mvebu/base-files/etc/diag.sh

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

@@ -1,11 +1,18 @@
 #!/bin/sh
 #!/bin/sh
-# Copyright (C) 2014 OpenWrt.org
+# Copyright (C) 2014-2016 OpenWrt.org
+# Copyright (C) 2016 LEDE-Project.org
 
 
 . /lib/functions/leds.sh
 . /lib/functions/leds.sh
 . /lib/mvebu.sh
 . /lib/mvebu.sh
 
 
 get_status_led() {
 get_status_led() {
 	case $(mvebu_board_name) in
 	case $(mvebu_board_name) in
+	armada-385-linksys-caiman)
+		status_led="caiman:white:power"
+		;;
+	armada-385-linksys-cobra)
+		status_led="cobra:white:power"
+		;;
 	armada-385-linksys-shelby)
 	armada-385-linksys-shelby)
 		status_led="shelby:white:power"
 		status_led="shelby:white:power"
 		;;
 		;;