Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2024 14:49:49 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2ac644317e67 - main - iwlwifi,rtw88,rtw89: connect to build again
Message-ID:  <202410281449.49SEnn1a099274@gitrepo.freebsd.org>

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

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

commit 2ac644317e671b001d3fb8fd924a1ae808a0bf32
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2024-10-28 14:09:49 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2024-10-28 14:42:37 +0000

    iwlwifi,rtw88,rtw89: connect to build again
    
    Sponsored by:   The FreeBSD Foundation
    Fixes:          f0b989348fe6 (revert)
    MFC after:      14 days
---
 sys/modules/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 2b64ca437b7f..d76e16b1da1b 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -569,12 +569,12 @@ _mlx5ib=	mlx5ib
     ${MACHINE_CPUARCH} == "i386"
 _ena=		ena
 _gve=		gve
-#_iwlwifi=	iwlwifi
+_iwlwifi=	iwlwifi
 .if ${MK_SOURCELESS_UCODE} != "no"
 _iwlwififw=	iwlwififw
 .endif
-#_rtw88=		rtw88
-#_rtw89=		rtw89
+_rtw88=		rtw88
+_rtw89=		rtw89
 _vmware=	vmware
 .endif
 



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