Turn-off CONFIG_B43_BCMA_EXTRA to avoid b43/brcmsmac overlap

This commit is contained in:
John W. Linville 2012-03-05 11:28:28 -05:00
parent b81b450037
commit 16d5b4083a
2 changed files with 4 additions and 1 deletions

View File

@ -1464,7 +1464,7 @@ CONFIG_B43=m
CONFIG_B43_PCMCIA=y
CONFIG_B43_SDIO=y
CONFIG_B43_BCMA=y
CONFIG_B43_BCMA_EXTRA=y
# CONFIG_B43_BCMA_EXTRA is not set
CONFIG_B43_BCMA_PIO=y
CONFIG_B43_DEBUG=y
CONFIG_B43_PHY_LP=y

View File

@ -2401,6 +2401,9 @@ fi
# '-' | |
# '-'
%changelog
* Mon Mar 05 2012 John W. Linville <linville@redhat.com>
- Turn-off CONFIG_B43_BCMA_EXTRA to avoid b43/brcmsmac overlap
* Mon Mar 05 2012 Mark Wielaard <mark@klomp.org>
- Add -r to debuginfo_args to invoke eu-strip --reloc-debug-sections.