Linux 3.2-rc1-git1 (upstream 19e0bafc36a)
Enable the brcm80211 modules now that they have left staging
This commit is contained in:
parent
27d8a0e9b5
commit
33f57de72a
@ -1569,6 +1569,9 @@ CONFIG_B43LEGACY_PIO=y
|
|||||||
CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
|
CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
|
||||||
# CONFIG_B43LEGACY_DMA_MODE is not set
|
# CONFIG_B43LEGACY_DMA_MODE is not set
|
||||||
# CONFIG_B43LEGACY_PIO_MODE is not set
|
# CONFIG_B43LEGACY_PIO_MODE is not set
|
||||||
|
CONFIG_BRCMSMAC=m
|
||||||
|
CONFIG_BRCMFMAC=m
|
||||||
|
# CONFIG_BRCMDBG is not set
|
||||||
CONFIG_HERMES=m
|
CONFIG_HERMES=m
|
||||||
CONFIG_HERMES_CACHE_FW_ON_INIT=y
|
CONFIG_HERMES_CACHE_FW_ON_INIT=y
|
||||||
# CONFIG_HERMES_PRISM is not set
|
# CONFIG_HERMES_PRISM is not set
|
||||||
@ -4488,8 +4491,6 @@ CONFIG_USB_ATMEL=m
|
|||||||
CONFIG_ALTERA_STAPL=m
|
CONFIG_ALTERA_STAPL=m
|
||||||
# CONFIG_DVB_CXD2099 is not set
|
# CONFIG_DVB_CXD2099 is not set
|
||||||
# CONFIG_USBIP_CORE is not set
|
# CONFIG_USBIP_CORE is not set
|
||||||
# CONFIG_BRCMSMAC is not set
|
|
||||||
# CONFIG_BRCMFMAC is not set
|
|
||||||
# CONFIG_INTEL_MEI is not set
|
# CONFIG_INTEL_MEI is not set
|
||||||
# CONFIG_ZCACHE is not set
|
# CONFIG_ZCACHE is not set
|
||||||
# CONFIG_RTS5139 is not set
|
# CONFIG_RTS5139 is not set
|
||||||
|
@ -54,7 +54,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be appended after the rcX and
|
# For non-released -rc kernels, this will be appended after the rcX and
|
||||||
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
||||||
#
|
#
|
||||||
%global baserelease 2
|
%global baserelease 1
|
||||||
%global fedora_build %{baserelease}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -87,7 +87,7 @@ Summary: The Linux kernel
|
|||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 1
|
%define rcrev 1
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 0
|
%define gitrev 1
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 3.%{upstream_sublevel}.0
|
%define rpmversion 3.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -2046,6 +2046,10 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 09 2011 Josh Boyer <jwboyer@redhat.com>
|
||||||
|
- Linux 3.2-rc1-git1
|
||||||
|
- Enable the brcm80211 modules now that they have left staging
|
||||||
|
|
||||||
* Tue Nov 08 2011 Josh Boyer <jwboyer@redhat.com>
|
* Tue Nov 08 2011 Josh Boyer <jwboyer@redhat.com>
|
||||||
- Add python-perf-debuginfo package (rhbz 752140)
|
- Add python-perf-debuginfo package (rhbz 752140)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user