diff options
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib/brcm63xx.sh')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 6f0028218f..25f2ab47e6 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -15,8 +15,7 @@ brcm63xx_detect() { case "$board_name" in "bcm63xx/96348GW "*) - status_led="tel" - status_led2="line1" + status_led="power" brcm63xx_has_reset_button="true" ifname=eth1 ;; |