FreeBSD Bugzilla – Attachment 163434 Details for
Bug 204749
[patch] Don't (try to) build qlxbge if the user objects to binary blobs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sys/modules: Don't (try to) build qlxbge if the user objects to binary blobs
sys-modules-Don-t-try-to-build-qlxbge-if-the-user-objects.diff (text/plain), 766 bytes, created by
Fabian Keil
on 2015-11-22 16:17:35 UTC
(
hide
)
Description:
sys/modules: Don't (try to) build qlxbge if the user objects to binary blobs
Filename:
MIME Type:
Creator:
Fabian Keil
Created:
2015-11-22 16:17:35 UTC
Size:
766 bytes
patch
obsolete
>From d29e7bdc986a8002d0e775c4bae20db7d43e3348 Mon Sep 17 00:00:00 2001 >From: Fabian Keil <fk@fabiankeil.de> >Date: Sun, 27 Sep 2015 13:49:38 +0200 >Subject: [PATCH 1/3] sys/modules: Don't (try to) build qlxbge if the user > objects to binary blobs > >The module depends on source-less microcode in sys/dev/qlxgbe/ql_fw.c. > >Obtained from: ElectroBSD >--- > sys/modules/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/sys/modules/Makefile b/sys/modules/Makefile >index 07af860..2db5d93 100644 >--- a/sys/modules/Makefile >+++ b/sys/modules/Makefile >@@ -649,7 +649,9 @@ _ntb= ntb > _pms= pms > _qlxge= qlxge > _qlxgb= qlxgb >+.if ${MK_SOURCELESS_UCODE} != "no" > _qlxgbe= qlxgbe >+.endif > _sfxge= sfxge > > .if ${MK_BHYVE} != "no" || defined(ALL_MODULES) >-- >2.6.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204749
: 163434