Date: Mon, 3 Feb 2025 19:27:25 GMT From: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 655e7cf3ee2c - main - net/wifi-firmware-mtw-kmod: Add new port Message-ID: <202502031927.513JRPSf035525@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jsm: URL: https://cgit.FreeBSD.org/ports/commit/?id=655e7cf3ee2caad53c9929d59204b1f74e4ae665 commit 655e7cf3ee2caad53c9929d59204b1f74e4ae665 Author: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> AuthorDate: 2025-02-03 18:58:09 +0000 Commit: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> CommitDate: 2025-02-03 19:06:44 +0000 net/wifi-firmware-mtw-kmod: Add new port Firmware file for Mediatek USB WiFi NICs supported by the mtw driver, supported chipset MT7601U. Reviewed by: adrian Differential Revision: https://reviews.freebsd.org/D48817 --- net/Makefile | 1 + net/wifi-firmware-mtw-kmod/Makefile | 17 +++++++++++++++++ net/wifi-firmware-mtw-kmod/distinfo | 7 +++++++ net/wifi-firmware-mtw-kmod/pkg-descr | 2 ++ 4 files changed, 27 insertions(+) diff --git a/net/Makefile b/net/Makefile index c88c4f39b1eb..9381b51d8f3c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1664,6 +1664,7 @@ SUBDIR += wifi-firmware-iwlwifi-kmod SUBDIR += wifi-firmware-kmod SUBDIR += wifi-firmware-mt76-kmod + SUBDIR += wifi-firmware-mtw-kmod SUBDIR += wifi-firmware-rtw88-kmod SUBDIR += wifi-firmware-rtw89-kmod SUBDIR += wifibox diff --git a/net/wifi-firmware-mtw-kmod/Makefile b/net/wifi-firmware-mtw-kmod/Makefile new file mode 100644 index 000000000000..02b2c7676051 --- /dev/null +++ b/net/wifi-firmware-mtw-kmod/Makefile @@ -0,0 +1,17 @@ +BASEDIR= ${.CURDIR}/../wifi-firmware-kmod + +FWDRV= mtw +FWSUBDIR= mediatek +FWDRV_VERSION= 20241017 + +WHENCE_REGEX= mt7601u +FWSUBS= mt7601u + +LICENSE_FILE= LICENCE.mediatek +LICENSE_NAME= mediatek + +DISTFILES_mtw=${FWSUBDIR}/mt7601u.bin + +DISTFILES_mtw_lic=${LICENCE_FILE} + +.include "${BASEDIR}/Makefile.inc" diff --git a/net/wifi-firmware-mtw-kmod/distinfo b/net/wifi-firmware-mtw-kmod/distinfo new file mode 100644 index 000000000000..cc1c11904b36 --- /dev/null +++ b/net/wifi-firmware-mtw-kmod/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1738597992 +SHA256 (linux-firmware/mtwfw/mediatek/mt7601u.bin) = 4511b1d840e22aea2bf5fdca419c91c0d94cbfb291b9ac4f8be6d9100d1a7046 +SIZE (linux-firmware/mtwfw/mediatek/mt7601u.bin) = 45412 +SHA256 (linux-firmware/mtwfw/LICENCE.mediatek?h=20241017) = a90d3f66704d85889945fec5525ea77622549da83aced1aac99828383f8f1805 +SIZE (linux-firmware/mtwfw/LICENCE.mediatek?h=20241017) = 561 +SHA256 (linux-firmware/mtwfw/WHENCE?h=20241017) = 7851ae8e04d71ccfc741fd2df450ef5724c4a172a0a282f69e8a8ce44877ba84 +SIZE (linux-firmware/mtwfw/WHENCE?h=20241017) = 291838 diff --git a/net/wifi-firmware-mtw-kmod/pkg-descr b/net/wifi-firmware-mtw-kmod/pkg-descr new file mode 100644 index 000000000000..9fb432201881 --- /dev/null +++ b/net/wifi-firmware-mtw-kmod/pkg-descr @@ -0,0 +1,2 @@ +Firmware file for Mediatek USB WiFi NICs supported by the mtw driver, +supported chipset MT7601U.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502031927.513JRPSf035525>