Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 2023 16:38:05 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: cd13e7704579 - stable/13 - iwlwifi/rtw88: temporary disable build for updates
Message-ID:  <202311291638.3ATGc57b044908@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=cd13e7704579344405655d9170a707d3a7119702

commit cd13e7704579344405655d9170a707d3a7119702
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2023-09-21 17:04:29 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2023-11-29 16:36:05 +0000

    iwlwifi/rtw88: temporary disable build for updates
    
    Disconnect iwlwifi/rtw88 from the build for a few commits which, due to
    incompatible LinuxKPI 802.11 changes would break the build for a
    revision.  It will be re-enabled "instantly".
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit b75d1ce6c10652fc4bfbf509deeae0e05c3d1356)
---
 sys/modules/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index e607c5f69e1a..71b22941f261 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -540,7 +540,7 @@ _ipoib=		ipoib
 _iser=		iser
 .endif
 _ipmi=		ipmi
-_iwlwifi=	iwlwifi
+#_iwlwifi=	iwlwifi
 .if ${MK_SOURCELESS_UCODE} != "no"
 _iwlwififw=	iwlwififw
 .endif
@@ -556,9 +556,8 @@ _mthca=		mthca
 _mlx4ib=	mlx4ib
 _mlx5ib=	mlx5ib
 .endif
-
 _ossl=		ossl
-_rtw88=		rtw88
+#_rtw88=		rtw88
 .if ${MK_SOURCELESS_UCODE} != "no"
 _rtw88fw=	rtw88fw
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311291638.3ATGc57b044908>