1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/net/wifi-firmware-kmod/Makefile
Bjoern A. Zeeb 6247964e51 net/wifi-firmware-*: use metaport for "base" and switch to Makefile.inc
Rename the wifi-firmware-base to wifi-firmware-kmod (similar to
gpu-firmware-mod).  The former was never build so technically it
is no move.  Make the new subdir a metaport including all
wireless firmware.
Move the old Makefile to Makefile.inc and adjust the child ports
accordingly.

This solves two problems: (1) the base port is now buildable and (2)
there is a single port to depend on to add all the needed firmware
files to, e.g., put on a release media.

Suggested by:	amdmi3
PR:		270742
Reviewed by:	ehaupt, jrm
Approved by:	ehaupt, jrm
Differential Revision: https://reviews.freebsd.org/D40014
2023-05-12 11:57:09 +00:00

19 lines
582 B
Makefile

PORTNAME= wifi-firmware-kmod
PORTVERSION= 20230508
CATEGORIES= net
MAINTAINER= bz@FreeBSD.org
COMMENT= Firmware modules for WiFi NIC drivers
WWW= https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
RUN_DEPENDS= \
wifi-firmware-ath10k-kmod>0:net/wifi-firmware-ath10k-kmod \
wifi-firmware-ath11k-kmod>0:net/wifi-firmware-ath11k-kmod \
wifi-firmware-mt76-kmod>0:net/wifi-firmware-mt76-kmod \
wifi-firmware-rtw88-kmod>0:net/wifi-firmware-rtw88-kmod \
wifi-firmware-rtw89-kmod>0:net/wifi-firmware-rtw89-kmod
USES= metaport
.include <bsd.port.mk>