| Summary: | [patch] Don't (try to) build qlxbge if the user objects to binary blobs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Fabian Keil <fk> | ||||
| Component: | kern | Assignee: | Ed Maste <emaste> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | emaste | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: emaste Date: Sat Aug 19 01:12:05 UTC 2017 New revision: 322684 URL: https://svnweb.freebsd.org/changeset/base/322684 Log: sys/modules: don't build qlxgbe if the user objects to sourceless ucode PR: 204749 Submitted by: Fabian Keil Obtained from: ElectroBSD MFC after: 1 week Changes: head/sys/modules/Makefile batch change of PRs untouched in 2018 marked "in progress" back to open. Merged to stable/11 in r322916 and stable/10 in r334096 |
Created attachment 163434 [details] sys/modules: Don't (try to) build qlxbge if the user objects to binary blobs The qlxbge module contains source-less microcode but is built and installed even if WITHOUT_SOURCELESS_UCODE is set. The attached patch fixes this. Obtained from: ElectroBSD