FreeBSD Bugzilla – Attachment 163433 Details for
Bug 204748
[patch] Don't (try to) build otusfw 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 otusfw if the user objects to binary blobs
sys-modules-Don-t-try-to-build-otusfw-if-the-user-objects.diff (text/plain), 844 bytes, created by
Fabian Keil
on 2015-11-22 16:16:57 UTC
(
hide
)
Description:
sys/modules: Don't (try to) build otusfw if the user objects to binary blobs
Filename:
MIME Type:
Creator:
Fabian Keil
Created:
2015-11-22 16:16:57 UTC
Size:
844 bytes
patch
obsolete
>From 1bb9ba60b3bbb219aedc3e6df650829f78b60f30 Mon Sep 17 00:00:00 2001 >From: Fabian Keil <fk@fabiankeil.de> >Date: Sat, 26 Sep 2015 20:49:09 +0200 >Subject: [PATCH 3/3] sys/modules: Don't (try to) build otusfw if the user > objects to binary blobs > >The modules contains source-less and non-free microcode: >sys/contrib/dev/otus/ > >Obtained from: ElectroBSD >--- > sys/modules/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/sys/modules/Makefile b/sys/modules/Makefile >index d14536b..8c83170 100644 >--- a/sys/modules/Makefile >+++ b/sys/modules/Makefile >@@ -269,7 +269,7 @@ SUBDIR= \ > ${_nxge} \ > oce \ > otus \ >- otusfw \ >+ ${_otusfw} \ > ow \ > ${_padlock} \ > ${_padlock_rng} \ >@@ -472,6 +472,7 @@ _bce= bce > _fxp= fxp > _ispfw= ispfw > _mwlfw= mwlfw >+_otusfw= otusfw > _ralfw= ralfw > _sf= sf > _ti= ti >-- >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 204748
: 163433