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 ec9ad688ad
commit 18b1cc8929
2 changed files with 4 additions and 1 deletions

View File

@ -1462,7 +1462,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

@ -2391,6 +2391,9 @@ fi
# ||----w |
# || ||
%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.