From 1b26ec3290de1d10d4089662cb5504d59c6791e1 Mon Sep 17 00:00:00 2001 From: Renato Aguiar Date: Sun, 8 May 2016 23:58:37 -0700 Subject: [PATCH] linux4.5: enable brcmfmac module (#4161) --- srcpkgs/linux4.5/files/i386-dotconfig | 7 ++++++- srcpkgs/linux4.5/files/x86_64-dotconfig | 7 ++++++- srcpkgs/linux4.5/template | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/srcpkgs/linux4.5/files/i386-dotconfig b/srcpkgs/linux4.5/files/i386-dotconfig index a867675fa1..336d12ff28 100644 --- a/srcpkgs/linux4.5/files/i386-dotconfig +++ b/srcpkgs/linux4.5/files/i386-dotconfig @@ -2674,7 +2674,12 @@ CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y # CONFIG_B43LEGACY_PIO_MODE is not set CONFIG_BRCMUTIL=m CONFIG_BRCMSMAC=m -# CONFIG_BRCMFMAC is not set +CONFIG_BRCMFMAC=m +CONFIG_BRCMFMAC_PROTO_BCDC=y +CONFIG_BRCMFMAC_PROTO_MSGBUF=y +CONFIG_BRCMFMAC_SDIO=y +CONFIG_BRCMFMAC_USB=y +CONFIG_BRCMFMAC_PCIE=y # CONFIG_BRCM_TRACING is not set # CONFIG_BRCMDBG is not set CONFIG_WLAN_VENDOR_CISCO=y diff --git a/srcpkgs/linux4.5/files/x86_64-dotconfig b/srcpkgs/linux4.5/files/x86_64-dotconfig index d2eb30a876..44d8f132da 100644 --- a/srcpkgs/linux4.5/files/x86_64-dotconfig +++ b/srcpkgs/linux4.5/files/x86_64-dotconfig @@ -2702,7 +2702,12 @@ CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y # CONFIG_B43LEGACY_PIO_MODE is not set CONFIG_BRCMUTIL=m CONFIG_BRCMSMAC=m -# CONFIG_BRCMFMAC is not set +CONFIG_BRCMFMAC=m +CONFIG_BRCMFMAC_PROTO_BCDC=y +CONFIG_BRCMFMAC_PROTO_MSGBUF=y +CONFIG_BRCMFMAC_SDIO=y +CONFIG_BRCMFMAC_USB=y +CONFIG_BRCMFMAC_PCIE=y # CONFIG_BRCM_TRACING is not set # CONFIG_BRCMDBG is not set CONFIG_WLAN_VENDOR_CISCO=y diff --git a/srcpkgs/linux4.5/template b/srcpkgs/linux4.5/template index c6baf6e57f..76fb27f075 100644 --- a/srcpkgs/linux4.5/template +++ b/srcpkgs/linux4.5/template @@ -1,7 +1,7 @@ # Template file for 'linux4.5' pkgname=linux4.5 version=4.5.3 -revision=2 +revision=3 wrksrc="linux-${version}" maintainer="Juan RP " homepage="http://www.kernel.org"