bcm63xx: enable bcm6368 for linux 3.3 and build images
[openwrt.git] / target / linux / brcm63xx / image / Makefile
index 09364c4..ebe09eb 100644 (file)
@@ -158,6 +158,11 @@ define Image/Build
        $(call Image/Build/CFE,$(1),96358VW,6358,96358VW-generic)
        $(call Image/Build/CFE,$(1),96358VW2,6358,96358VW2-generic)
 
+        ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.3)),1)
+               $(call Image/Build/CFE,$(1),96368MVNgr,6368,96368MVNgr-generic)
+               $(call Image/Build/CFE,$(1),96368MVWG,6368,96368MVWG-generic)
+        endif
+
        # BT Voyager V210_BTR
        $(call Image/Build/CFE,$(1),V210_BB,6348,BTV210_BTR,,--layoutver 5)
        # BT Voyager V210_ROI, V210_WB
This page took 0.031646 seconds and 4 git commands to generate.