From ef83e7e8324810cf059310fe87def3f2c86a7aa5 Mon Sep 17 00:00:00 2001 From: Elias Bakken Date: Tue, 25 Jun 2024 16:16:26 +0200 Subject: [PATCH] Add same fix to barebone --- armbian/customize-image-barebone.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/armbian/customize-image-barebone.sh b/armbian/customize-image-barebone.sh index b5b816f..13e8427 100644 --- a/armbian/customize-image-barebone.sh +++ b/armbian/customize-image-barebone.sh @@ -31,6 +31,9 @@ post_build() { TAG=$(cat /tmp/overlay/rebuild/rebuild-tag) sed -i "s/PRETTY_NAME=\"/PRETTY_NAME=\"Rebuild ${TAG}\//" /etc/os-release + + # Disable the upstream kernel driver for Rexfer/rtw88_rtl8821cu + echo "blacklist rtw88_8821cu" > /etc/modprobe.d/blacklist.conf } prep_install() {