diff options
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib/brcm63xx.sh')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 5fe0cdc06e..11774770df 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -82,6 +82,10 @@ brcm63xx_detect() { brcm63xx_has_reset_button="true" ifname=eth0 ;; + NB6) + brcm63xx_has_reset_button="true" + ifname=eth0 + ;; *) ;; esac |