Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/broadcom-sta/
Date: Sun, 25 Mar 2018 22:08:02
Message-Id: 1522015663.5aea9546fc3c8b521cb272e0c8b996c7388b0b17.eva@gentoo
1 commit: 5aea9546fc3c8b521cb272e0c8b996c7388b0b17
2 Author: Nick Sarnie <commendsarnex <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 13 19:38:15 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 22:07:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aea9546
7
8 net-wireless/broadcom-sta: Warn the user about CONFIG_X86_INTEL_LPSS
9
10 Bug: https://bugs.gentoo.org/551834
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild
17 index b5e03a3184f..95eeba5c483 100644
18 --- a/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild
19 +++ b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild
20 @@ -43,7 +43,7 @@ pkg_setup() {
21 # NOTE<lxnay>: module builds correctly anyway with b43 and SSB enabled
22 # make checks non-fatal. The correct fix is blackisting ssb and, perhaps
23 # b43 via udev rules. Moreover, previous fix broke binpkgs support.
24 - CONFIG_CHECK="~!B43 ~!BCMA ~!SSB"
25 + CONFIG_CHECK="~!B43 ~!BCMA ~!SSB ~!X86_INTEL_LPSS"
26 CONFIG_CHECK2="LIB80211 ~!MAC80211 ~LIB80211_CRYPT_TKIP"
27 ERROR_B43="B43: If you insist on building this, you must blacklist it!"
28 ERROR_BCMA="BCMA: If you insist on building this, you must blacklist it!"
29 @@ -52,6 +52,7 @@ pkg_setup() {
30 ERROR_MAC80211="MAC80211: If you insist on building this, you must blacklist it!"
31 ERROR_PREEMPT_RCU="PREEMPT_RCU: Please do not set the Preemption Model to \"Preemptible Kernel\"; choose something else."
32 ERROR_LIB80211_CRYPT_TKIP="LIB80211_CRYPT_TKIP: You will need this for WPA."
33 + ERROR_X86_INTEL_LPSS="X86_INTEL_LPSS: Please disable it. The module does not work with it enabled."
34 if kernel_is ge 3 8 8; then
35 CONFIG_CHECK="${CONFIG_CHECK} ${CONFIG_CHECK2} CFG80211 ~!PREEMPT_RCU ~!PREEMPT"
36 elif kernel_is ge 2 6 32; then