From f8e1b443f17bd59aabe186bcba5c41e39169d121 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 19 Jan 2025 21:48:58 +0100 Subject: [PATCH] 3rd party wifi: partially revert rtl8811cu driver as it breaks on K6.6 --- lib/functions/compilation/patch/drivers_network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/compilation/patch/drivers_network.sh b/lib/functions/compilation/patch/drivers_network.sh index 91fecfdd9c..58602f0963 100644 --- a/lib/functions/compilation/patch/drivers_network.sh +++ b/lib/functions/compilation/patch/drivers_network.sh @@ -254,7 +254,7 @@ driver_rtl8811CU_rtl8821C() { if linux-version compare "${version}" ge 3.14 && linux-version compare "${version}" lt 6.13; then # Attach to specific commit (is branch:main) - local rtl8811cuver="commit:c39c174065badba68c42369834b7c8a91e9d0630" # Commit date: May 3, 2024 (please update when updating commit ref) + local rtl8811cuver="commit:3eacc28b721950b51b0249508cc31e6e54988a0c" # Commit date: May 3, 2024 (please update when updating commit ref) display_alert "Adding" "Wireless drivers for Realtek RTL8811CU and RTL8821C chipsets ${rtl8811cuver}" "info"