bcm63xx: Add nb6 support (BCM6362 SoC base boards)
[openwrt/openwrt.git] / target / linux / brcm63xx / base-files / lib / brcm63xx.sh
index 5fe0cdc06ebec00449fc923a6d180001eab557fd..11774770df4e3d152d80b312eabacea201034134 100755 (executable)
@@ -82,6 +82,10 @@ brcm63xx_detect() {
                brcm63xx_has_reset_button="true"
                ifname=eth0
                ;;
+       NB6)
+               brcm63xx_has_reset_button="true"
+               ifname=eth0
+               ;;
        *)
                ;;
        esac