git: aece2a4fb1b3 - main - rtw88: detach firmware from build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Sep 2023 21:16:49 UTC
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=aece2a4fb1b3e4904b7980947c2a89a96d07f6ba commit aece2a4fb1b3e4904b7980947c2a89a96d07f6ba Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2023-06-08 21:24:44 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2023-09-05 21:13:18 +0000 rtw88: detach firmware from build Firmware is kept in ports now and fwget will find the right one to install. MFC after: 20 days X-MFC: will see about 14/13 --- sys/modules/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 4b98c7ed6e0d..3eff75312fd3 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -339,7 +339,6 @@ SUBDIR= \ ${_rockchip} \ rtsx \ ${_rtw88} \ - ${_rtw88fw} \ rtwn \ rtwn_pci \ rtwn_usb \ @@ -567,9 +566,6 @@ _iwlwififw= iwlwififw .endif _ossl= ossl _rtw88= rtw88 -.if ${MK_SOURCELESS_UCODE} != "no" -_rtw88fw= rtw88fw -.endif _vmware= vmware .endif