mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 08:21:14 +00:00
brcm63xx: fix LED names for various boards
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35880
This commit is contained in:
parent
947bc9d36f
commit
b412a81524
@ -53,7 +53,7 @@ brcm63xx_detect() {
|
|||||||
ifname=eth0
|
ifname=eth0
|
||||||
;;
|
;;
|
||||||
96348GW)
|
96348GW)
|
||||||
status_led="power"
|
status_led="96348GW:green:power"
|
||||||
brcm63xx_has_reset_button="true"
|
brcm63xx_has_reset_button="true"
|
||||||
ifname=eth1
|
ifname=eth1
|
||||||
;;
|
;;
|
||||||
@ -62,8 +62,8 @@ brcm63xx_detect() {
|
|||||||
ifname=eth1
|
ifname=eth1
|
||||||
;;
|
;;
|
||||||
GW6200)
|
GW6200)
|
||||||
status_led="line1"
|
status_led="GW6200:green:line1"
|
||||||
status_led2="tel"
|
status_led2="GW6200:green:tel"
|
||||||
brcm63xx_has_reset_button="true"
|
brcm63xx_has_reset_button="true"
|
||||||
ifname=eth1
|
ifname=eth1
|
||||||
;;
|
;;
|
||||||
@ -73,17 +73,17 @@ brcm63xx_detect() {
|
|||||||
ifname=eth0
|
ifname=eth0
|
||||||
;;
|
;;
|
||||||
96348GW-11)
|
96348GW-11)
|
||||||
status_led="power"
|
status_led="96348GW-11:green:power"
|
||||||
brcm63xx_has_reset_button="true"
|
brcm63xx_has_reset_button="true"
|
||||||
ifname=eth1
|
ifname=eth1
|
||||||
;;
|
;;
|
||||||
CT536_CT5621)
|
CT536_CT5621)
|
||||||
status_led="power"
|
status_led="CT536_CT5621:green:power"
|
||||||
brcm63xx_has_reset_button="true"
|
brcm63xx_has_reset_button="true"
|
||||||
ifname=eth0
|
ifname=eth0
|
||||||
;;
|
;;
|
||||||
SPW500V)
|
SPW500V)
|
||||||
status_led="power:green"
|
status_led="SPW500V:green:power"
|
||||||
brcm63xx_has_reset_button="true"
|
brcm63xx_has_reset_button="true"
|
||||||
ifname=eth0
|
ifname=eth0
|
||||||
;;
|
;;
|
||||||
@ -104,12 +104,12 @@ brcm63xx_detect() {
|
|||||||
ifname=eth0
|
ifname=eth0
|
||||||
;;
|
;;
|
||||||
CPVA642)
|
CPVA642)
|
||||||
status_led="power:green"
|
status_led="CPVA642:green:power:"
|
||||||
brcm63xx_has_reset_button="true"
|
brcm63xx_has_reset_button="true"
|
||||||
ifname=eth0
|
ifname=eth0
|
||||||
;;
|
;;
|
||||||
D-4P-W)
|
D-4P-W)
|
||||||
status_led="power:green"
|
status_led="D-4P-W:green:power"
|
||||||
brcm63xx_has_reset_button="true"
|
brcm63xx_has_reset_button="true"
|
||||||
ifname=eth0
|
ifname=eth0
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user