aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2023-09-21 17:12:01 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2023-09-21 17:12:01 +0000
commitaf6aaa90057d75644c41527acc903082104e4114 (patch)
tree01697335616db79fe703bd61fe6a2569ba84708b
parent6ffb7bd469b26f2ff6cc62cedca6ffe884076196 (diff)
downloadsrc-af6aaa90057d75644c41527acc903082104e4114.tar.gz
src-af6aaa90057d75644c41527acc903082104e4114.zip
iwlwifi: re-attach to build after updates
While the build-breaking changes were only in the window of the two commits, 3e1f5cc9a81a..9af1bba44e1c, further updates restored some functionality as well. Now that we are done, add iwlwifi back to the build. This reverts commit b75d1ce6c10652fc4bfbf509deeae0e05c3d1356. Sponsored by: The FreeBSD Foundation MFC after: 3 days
-rw-r--r--sys/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 1b4b1119c0f6..d2c5cc44705a 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -560,7 +560,7 @@ _mlx5ib= mlx5ib
${MACHINE_CPUARCH} == "i386"
_ena= ena
_gve= gve
-#_iwlwifi= iwlwifi
+_iwlwifi= iwlwifi
.if ${MK_SOURCELESS_UCODE} != "no"
_iwlwififw= iwlwififw
.endif