git: b75d1ce6c106 - main - iwlwifi: temporary disable build for updates
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Sep 2023 17:19:29 UTC
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=b75d1ce6c10652fc4bfbf509deeae0e05c3d1356 commit b75d1ce6c10652fc4bfbf509deeae0e05c3d1356 Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2023-09-21 17:04:29 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2023-09-21 17:04:29 +0000 iwlwifi: temporary disable build for updates Disconnect iwlwifi 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 MFC after: 3 days --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index d2c5cc44705a..1b4b1119c0f6 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