Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Oct 2023 14:25:23 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: 7ec227367ed7 - stable/14 - iwlwifi / rtw88: re-attach to build after updates
Message-ID:  <202310061425.396EPNQi093880@gitrepo.freebsd.org>

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

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

commit 7ec227367ed748011a97540296b0935de877cc5a
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2023-09-21 17:12:01 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2023-10-06 12:47:42 +0000

    iwlwifi / rtw88: re-attach to build after updates
    
    While the build-breaking changes were only in a smaller window
    further updates restored some functionality as well.  Now that
    we are done, add iwlwifi back to the build.
    
    Sponsored by:   The FreeBSD Foundation
    
    This also adds the (updated) rtw88 driver back to the build.
    Functionality has not been tested (much) so might not currently
    work but people offered to test.
    
    (cherry picked from commit af6aaa90057d75644c41527acc903082104e4114)
    (cherry picked from commit 299e2d5724c2bc4929b6eac3258f04055e97992e)
---
 sys/modules/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 66d7c895a460..4b98c7ed6e0d 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -561,12 +561,12 @@ _mlx5ib=	mlx5ib
     ${MACHINE_CPUARCH} == "i386"
 _ena=		ena
 _gve=		gve
-#_iwlwifi=	iwlwifi
+_iwlwifi=	iwlwifi
 .if ${MK_SOURCELESS_UCODE} != "no"
 _iwlwififw=	iwlwififw
 .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?202310061425.396EPNQi093880>