diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2024-10-28 14:09:49 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2024-10-28 14:42:37 +0000 |
commit | 2ac644317e671b001d3fb8fd924a1ae808a0bf32 (patch) | |
tree | d28f338566df7611fcab6ca141ed1e2c6e4f6723 | |
parent | 6d67aabd63555ab62a2f2b7f52a75ef100a2fe75 (diff) | |
download | src-2ac644317e67.tar.gz src-2ac644317e67.zip |
iwlwifi,rtw88,rtw89: connect to build again
Sponsored by: The FreeBSD Foundation
Fixes: f0b989348fe6 (revert)
MFC after: 14 days
-rw-r--r-- | sys/modules/Makefile | 6 |
1 files 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 |