mirror of https://github.com/aredn/aredn.git
fix: fix status led for the wbs510-v2 (#476)
This commit is contained in:
parent
8439b21b06
commit
5244948706
|
@ -2,7 +2,7 @@ Index: openwrt/target/linux/ar71xx/base-files/etc/diag.sh
|
|||
===================================================================
|
||||
--- openwrt.orig/target/linux/ar71xx/base-files/etc/diag.sh
|
||||
+++ openwrt/target/linux/ar71xx/base-files/etc/diag.sh
|
||||
@@ -163,9 +163,19 @@ get_status_led() {
|
||||
@@ -163,9 +163,20 @@ get_status_led() {
|
||||
cf-e385ac)
|
||||
status_led="$board:blue:wlan2g"
|
||||
;;
|
||||
|
@ -13,6 +13,7 @@ Index: openwrt/target/linux/ar71xx/base-files/etc/diag.sh
|
|||
+ cpe510-v2|\
|
||||
+ cpe510-v3|\
|
||||
+ cpe210|\
|
||||
+ wbs510-v2|\
|
||||
cpe510)
|
||||
status_led="tp-link:green:link4"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue