diff options
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib/brcm63xx.sh')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 11774770df..29a541f4b6 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -26,6 +26,11 @@ brcm63xx_detect() { status_led="963281TAN::power" ifname=eth0 ;; + 963281T_TEF) + brcm63xx_has_reset_button="true" + status_led="963281T_TEF:green:power" + ifname=eth0 + ;; 96348GW) status_led="power" brcm63xx_has_reset_button="true" |