Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156444251
D53788.id166601.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
882 B
Referenced Files
None
Subscribers
None
D53788.id166601.diff
View Options
Index: net/wifi-firmware-kmod/Makefile.inc
===================================================================
--- net/wifi-firmware-kmod/Makefile.inc
+++ net/wifi-firmware-kmod/Makefile.inc
@@ -78,8 +78,10 @@
DIST_SUBDIR= linux-firmware/${FWDRV}fw
EXTRACT_ONLY=
-ONLY_FOR_ARCHS= aarch64 amd64 i386
+.if !defined(NOT_FOR_ARCHS)
+ONLY_FOR_ARCHS?= aarch64 amd64 i386
ONLY_FOR_ARCHS_REASON= LinuxKPI driver only available for these architectures
+.endif
USES= uidfix
Index: net/wifi-firmware-mt7601u-kmod/Makefile
===================================================================
--- net/wifi-firmware-mt7601u-kmod/Makefile
+++ net/wifi-firmware-mt7601u-kmod/Makefile
@@ -3,6 +3,8 @@
FWSUBDIR= mediatek
FWDRV_VERSION= 20241017
+NOT_FOR_ARCHS=
+
LICENSE_FILE= LICENCE.ralink_a_mediatek_company_firmware
LICENSE_NAME= Ralink, A MediaTek Company license (${FWDRV})
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 14, 5:53 PM (9 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33051730
Default Alt Text
D53788.id166601.diff (882 B)
Attached To
Mode
D53788: net/wifi-firmware-kmod: allow ONLY_FOR_ARCHS to be set by child ports
Attached
Detach File
Event Timeline
Log In to Comment