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 d5784db750..1bcd3b9329 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -32,6 +32,11 @@ brcm63xx_detect() { status_led="96328avng::power" ifname=eth0 ;; + 96328dg2x2) + brcm63xx_has_reset_button="true" + status_led="A4001N:green:power" + ifname="eth0" + ;; 96328A-1241N) brcm63xx_has_reset_button="true" status_led="AR-5381u:green:power" |