diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-03-28 20:42:37 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-03-28 20:42:37 +0000 |
commit | f7df1eafc4e561fb45ff742f087915195740f22b (patch) | |
tree | 98f006ab2e9db87d7f7b5951e95dffb915b5c37a /target/linux/brcm63xx/image/Makefile | |
parent | c7ae2fccb687ef1cae161910ca103a8bac57c9b2 (diff) | |
download | upstream-f7df1eafc4e561fb45ff742f087915195740f22b.tar.gz upstream-f7df1eafc4e561fb45ff742f087915195740f22b.tar.bz2 upstream-f7df1eafc4e561fb45ff742f087915195740f22b.zip |
bcm63xx: enable bcm6368 for linux 3.3 and build images
Only build bcm6368 images when building for linux 3.3.
SVN-Revision: 31133
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 09364c41d4..ebe09eba09 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -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 |