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 29a541f4b6..d3d1b02ead 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -22,6 +22,11 @@ brcm63xx_detect() { status_led="96328avng::power" ifname=eth0 ;; + 96328A-1441N1) + brcm63xx_has_reset_button="true" + status_led="96328A-1441N1:green:power" + ifname=eth0 + ;; 963281TAN) status_led="963281TAN::power" ifname=eth0 |