From 663a125380234f04dae4e656cfb6eb708caace62 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 4 Apr 2017 14:29:31 +0200 Subject: [PATCH 157/325] release/scripts/strip-freebsd.sh: Ditch qlnx ... which contains source-less microcode in sys/dev/qlnx/qlnxe/ecore_init_values.h. It was added in r316485/c52917fd11 but not MFC'd yet. This commit should make sure that the MFC will break the ElectroBSD built and can be fixed if the upstream report is ignored. Obtained from: ElectroBSD --- release/scripts/strip-freebsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/scripts/strip-freebsd.sh b/release/scripts/strip-freebsd.sh index e805f9cab8e4..c6875e6baab8 100755 --- a/release/scripts/strip-freebsd.sh +++ b/release/scripts/strip-freebsd.sh @@ -86,7 +86,7 @@ get_tainted_sys_contrib_devs() { # and may cause build failures without it. get_tainted_sys_devs() { # bce has already been taken care of by get_bce_files() above - echo "bxe ctau cx cxgb cxgbe ispfw qlxgbe" \ + echo "bxe ctau cx cxgb cxgbe ispfw qlxgbe qlnx" \ "it tw" } -- 2.32.0