diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2024-05-24 12:13:16 -0300 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2024-05-24 12:13:55 -0300 |
commit | c5bbdddbac5e1cc8ee1e0ca1710c85914cec040a (patch) | |
tree | 1bd8d1476feff72305f321594edcbe08176df3bf | |
parent | multimedia/emby-server-devel: update to 4.9.0.21 (diff) |
net/Makefile: Add missing entries
Add two entries, wifi-firmware-ath12k-kmod and
wifi-firmware-iwlwifi-kmod, that were missed in 80f50c9eb6.
Reported by: vvd
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D44945
-rw-r--r-- | net/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b25233fc268a..bc5a74f36c40 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1623,6 +1623,8 @@ SUBDIR += widentd SUBDIR += wifi-firmware-ath10k-kmod SUBDIR += wifi-firmware-ath11k-kmod + SUBDIR += wifi-firmware-ath12k-kmod + SUBDIR += wifi-firmware-iwlwifi-kmod SUBDIR += wifi-firmware-kmod SUBDIR += wifi-firmware-mt76-kmod SUBDIR += wifi-firmware-rtw88-kmod |