From d72af1f07d2db0333b837ee2ee4a724a001da954 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 13 Sep 2017 04:38:24 +0200 Subject: [PATCH 185/325] release/scripts/strip-freebsd.sh: Ditch the liquidio firmware ... which was added in r323509/5543e587c7a (not yet MFC'd) with unclear license conditions. A modified version of the supplised MK_SOURCELESS_UCODE fix from https://lists.freebsd.org/pipermail/svn-src-all/2017-September/151110.html was committed in r323543/0091cace28a, but the question about the license remains without reply (2017-09-18). 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 b8be6b84ec9d..a394bb16792f 100755 --- a/release/scripts/strip-freebsd.sh +++ b/release/scripts/strip-freebsd.sh @@ -79,7 +79,7 @@ get_unsupported_architectures() { # These depend on or contain proprietary firmware that is included in sys/contrib/dev get_tainted_sys_contrib_devs() { - echo "drm2 ipw iwi iwm iwn mwl npe otus ral rsu rtwn run uath urtwn wpi" + echo "drm2 ipw iwi iwm iwn liquidio mwl npe otus ral rsu rtwn run uath urtwn wpi" } # These require proprietary firmware that is included in sys/dev -- 2.32.0