From c883abbe41aaffe4010cfc05a41f9d7090280914 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 18 Feb 2020 19:30:51 +0100 Subject: [PATCH 227/325] strip-freebsd.sh: Add ce to the list of drivers to ditch (obfuscated code) Obtained from: ElectroBSD --- release/scripts/strip-freebsd.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release/scripts/strip-freebsd.sh b/release/scripts/strip-freebsd.sh index 249417faa07f..c12d88416a03 100755 --- a/release/scripts/strip-freebsd.sh +++ b/release/scripts/strip-freebsd.sh @@ -102,7 +102,9 @@ get_tainted_sys_devs() { # use cases so figuring out the license problems is a low priority issue # because we can simply ditch the offending code. echo "tdfx" - # Intentionally obfuscated code in cpddk.c + # Intentionally obfuscated code and micro code in tau32-ddk.c + echo "ce" + # Intentionally obfuscated code and micro code in cpddk.c echo "cp" } -- 2.32.0