git: a17882fde4bc - main - net/wifi-firmware-*: connect to build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Apr 2023 20:27:56 UTC
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/ports/commit/?id=a17882fde4bcce5bdb968563acd07778332302ac commit a17882fde4bcce5bdb968563acd07778332302ac Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2023-04-22 20:23:14 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2023-04-22 20:27:27 +0000 net/wifi-firmware-*: connect to build Add a missing pkg-decr [1] for wifi-firmware-base and connect all wifi-firmware-* to the build. Reported by: dvl [1] Discussed on: ports-committers (rene) PR: 270742 --- net/Makefile | 6 ++++++ net/wifi-firmware-base/pkg-descr | 1 + 2 files changed, 7 insertions(+) diff --git a/net/Makefile b/net/Makefile index 4c2b20321014..8c252aa1ff7c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1580,6 +1580,12 @@ SUBDIR += webalizer-geodb SUBDIR += whois SUBDIR += widentd + SUBDIR += wifi-firmware-ath10k-kmod + SUBDIR += wifi-firmware-ath11k-kmod + SUBDIR += wifi-firmware-base + SUBDIR += wifi-firmware-mt76-kmod + SUBDIR += wifi-firmware-rtw88-kmod + SUBDIR += wifi-firmware-rtw89-kmod SUBDIR += wifibox SUBDIR += wifibox-alpine SUBDIR += wifibox-core diff --git a/net/wifi-firmware-base/pkg-descr b/net/wifi-firmware-base/pkg-descr new file mode 100644 index 000000000000..0825791ccf13 --- /dev/null +++ b/net/wifi-firmware-base/pkg-descr @@ -0,0 +1 @@ +WiFi firmware build master port.