Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2024 15:15:23 GMT
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c5bbdddbac5e - main - net/Makefile: Add missing entries
Message-ID:  <202405241515.44OFFNCg068383@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c5bbdddbac5e1cc8ee1e0ca1710c85914cec040a

commit c5bbdddbac5e1cc8ee1e0ca1710c85914cec040a
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2024-05-24 15:13:16 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2024-05-24 15:13:55 +0000

    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
---
 net/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405241515.44OFFNCg068383>