From af1724723b79ef123c4c1563148339cf43db9f0f Mon Sep 17 00:00:00 2001 From: Fierelier Date: Mon, 23 May 2022 08:16:09 +0200 Subject: [PATCH] Disable firmware-ipw2x00 firmware as it's causing issues --- input/firmware-proprietary/modscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/input/firmware-proprietary/modscript b/input/firmware-proprietary/modscript index 357451f..147fedc 100755 --- a/input/firmware-proprietary/modscript +++ b/input/firmware-proprietary/modscript @@ -9,4 +9,5 @@ function sfp { done <<<$(apt-cache search "$1") echo $packages } -export OPUS_PACKAGES="$OPUS_PACKAGES firmware-linux firmware-misc-nonfree $(sfp wireless) $(sfp wifi) $(sfp net)" \ No newline at end of file +export OPUS_PACKAGES="$OPUS_PACKAGES firmware-linux firmware-misc-nonfree $(sfp wireless) $(sfp wifi) $(sfp net)" +export OPUS_PACKAGES="${OPUS_PACKAGES//firmware-ipw2x00/} \ No newline at end of file