Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158839546
D54545.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D54545.diff
View Options
diff --git a/release/Makefile b/release/Makefile
--- a/release/Makefile
+++ b/release/Makefile
@@ -57,6 +57,11 @@
# Set this to not print the warning about distsets being deprecated.
#RELEASE_SKIP_DISTSET_WARNING=yes
+# Additional packages to install on the release media. Anything required
+# for hardware support can be listed here, but these packages *won't* be
+# installed on the target system, since fwget is supposed to handle that.
+RELEASE_MEDIA_EXTRA_PACKAGES?= wifi-firmware-kmod-release
+
WORLDDIR?= ${.CURDIR:H}
PORTSDIR?= /usr/ports
@@ -348,7 +353,7 @@
.endif
.if ${.MAKE.OS} == "FreeBSD" && (!defined(NOPKG) || empty(NOPKG))
# Install packages onto release media.
- -${PKG_INSTALL} pkg wifi-firmware-kmod-release
+ -${PKG_INSTALL} pkg ${RELEASE_MEDIA_EXTRA_PACKAGES}
-${PKG_CLEAN}
.endif
# Set up installation environment
@@ -393,7 +398,7 @@
echo "./usr/freebsd-dist/MANIFEST type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG
.endif
.if ${.MAKE.OS} == "FreeBSD" && (!defined(NOPKG) || empty(NOPKG))
- -${PKG_INSTALL} pkg wifi-firmware-iwlwifi-kmod wifi-firmware-rtw88-kmod
+ -${PKG_INSTALL} pkg ${RELEASE_MEDIA_EXTRA_PACKAGES}
-${PKG_CLEAN}
.endif
# Set up installation environment
@@ -451,7 +456,7 @@
.endif
.if ${.MAKE.OS} == "FreeBSD" && (!defined(NOPKG) || empty(NOPKG))
# Install packages onto release media.
- -${PKG_INSTALL} pkg wifi-firmware-kmod-release
+ -${PKG_INSTALL} pkg ${RELEASE_MEDIA_EXTRA_PACKAGES}
-${PKG_CLEAN}
.endif
# Set up installation environment
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jun 7, 4:29 PM (20 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32803705
Default Alt Text
D54545.diff (1 KB)
Attached To
Mode
D54545: release: Standardise release media firmware packages
Attached
Detach File
Event Timeline
Log In to Comment