bcm63xx: Add nb6 support (BCM6362 SoC base boards)
[oweals/openwrt.git] / target / linux / brcm63xx / base-files / lib / brcm63xx.sh
index 6f36b50eea6be948f21b944a972c630f4c2ca74e..11774770df4e3d152d80b312eabacea201034134 100755 (executable)
@@ -18,6 +18,14 @@ brcm63xx_detect() {
        fi
 
        case "$board_name" in
+       96328avng)
+               status_led="96328avng::power"
+               ifname=eth0
+               ;;
+       963281TAN)
+               status_led="963281TAN::power"
+               ifname=eth0
+               ;;
        96348GW)
                status_led="power"
                brcm63xx_has_reset_button="true"
@@ -74,6 +82,10 @@ brcm63xx_detect() {
                brcm63xx_has_reset_button="true"
                ifname=eth0
                ;;
+       NB6)
+               brcm63xx_has_reset_button="true"
+               ifname=eth0
+               ;;
        *)
                ;;
        esac