|
Number of commits found: 6
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
20260410 25 May 2026 17:10:32
    |
Bjoern A. Zeeb (bz)  |
wifi-firmware-*: update to 20260410
Update firmware to 20260410. This includes new firmware files
for iwlwifi and rtw89.
Bump the main firmware version as well.
Sponsored by: The FreeBSD Foundation
Reviewed by: jrm
Differential Revision: https://reviews.freebsd.org/D57050 |
20251125 25 May 2026 17:10:32
    |
Bjoern A. Zeeb (bz)  |
net/wifi-firmware-kmod: deal with '?' in file names as sha256 broke it
md5 (sha256) as of 70fde0ed6bbbb1f84c440190ba1e5435f8c90e13 in base
started quoting ? as \? which then goes into the distinfo file and
as a result we fail to find that file later using Mk/Scripts/.
Using the dummy=/ option is not as straight forward with a dynamic list
of distfiles as one would wish.
We now build a full matrix of MASTER_SITE x DISTFILES; that is for
each "DISTFILE" we generate a :group with a full download URL on each
"MASTER_SITE". That way each file is still possibly downloadable from
each of the various master sites.
The difference now is that the files stored in distfiles no longer
contain the ?h=<tag> extension as we strip that for the distfile having (Only the first 15 lines of the commit message are shown above ) |
20251125_2 14 Dec 2025 19:45:22
    |
Bjoern A. Zeeb (bz)  |
net/wifi-firmware-mt7601u-kmod: bump version
In order to keep all wifi-firmware ports on the same level, bump
the version here; the underlying firmware file has not changed
since it was added in 2023 so we are save.
Sponsored by: The FreeBSD Foundation
Reviewed by: jrm
Differential Revision: https://reviews.freebsd.org/D54205 |
20241017_2 11 Dec 2025 23:26:09
    |
Bjoern A. Zeeb (bz)  |
net/wifi-firmware-kmod: allow ONLY_FOR_ARCHS to be set by child ports
mtw(4) is built along USB for all architectures so we need firmware
on all architectures -- unlike the LinuxKPI based wireless drivers
which are restricted by default.
Allow ONLY_FOR_ARCHS to be set in a child port; maintaing a full list
of supported ARCHes seems unreasonable though so allow NOT_FOR_ARCHS
to disable the ONLY_FOR_ARCHS logic in Makefile.inc. That way
wifi-firmware-mt7601u-kmod can define an empty NOT_FOR_ARCHS and
it should build on all ARCHes.
Sponsored by: The FreeBSD Foundation
Reviewed by: jrm
Differential Revision: https://reviews.freebsd.org/D53788 |
20241017_2 19 Mar 2025 14:33:36
    |
Bjoern A. Zeeb (bz)  |
net/wifi-firmware-{iwlwifi,*}-kmod: add missing firmware files
The firmware files for iwlwifi were lacking entries for some older
driver versions on 14.2-RELEASE and stable/14 [1] before
src:f4e352ef16d6.
In addition iwx(4) switched to using the same firmware file names
as iwlwifi so that fwget(8) would work for both of them (D49259).
We add the set of iwx(4) firmware files hard coded to the list of
files.
Given the list of supported revisions will grow and maintaining them
for all branches will be tedious without overlap we will simply create
the lists and let make do the job of :O:u (sort/uniq) in the common
Makefile.inc to filter out duplicates between branches.(Only the first 15 lines of the commit message are shown above ) |
20241017_2 14 Mar 2025 19:31:24
    |
Jesper Schmitz Mouridsen (jsm)  |
net/wifi-firmware-mtw-kmod: Rename to net/wifi-firmware-mt7601u-kmod
Fixes also the flavor part, so that the specific pkg includes
the binary firmware
Reviewed by: bz
Differential Revision: https://reviews.freebsd.org/D48944 |
Number of commits found: 6
|