From 027c459a91b10a8919db13204978f95ec517f7a6 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 1 Jan 2016 11:22:49 +0100 Subject: [PATCH 091/257] release/scripts/strip-freebsd.sh: Ditch rtwn which got added in r293009 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 eaaf3789a0ab..56be187cca4c 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 run uath urtwn wpi" + echo "drm2 ipw iwi iwm iwn mwl npe otus ral rsu rtwn run uath urtwn wpi" } # These require proprietary firmware that is included in sys/dev -- 2.11.0