From 60475536b84e02d96ec27c6da82f228c753c1060 Mon Sep 17 00:00:00 2001 From: EvilOlaf Date: Sun, 1 Mar 2026 15:04:50 +0000 Subject: [PATCH] meson64: disable broken wifi driver just like with rockchip64-7.0 --- 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 b813208e14..929c4a9619 100644 --- a/lib/functions/compilation/patch/drivers_network.sh +++ b/lib/functions/compilation/patch/drivers_network.sh @@ -140,7 +140,7 @@ driver_rtl8192EU() { # Wireless drivers for Realtek 8192EU chipsets - if linux-version compare "${version}" ge 3.14; then + if linux-version compare "${version}" ge 3.14 && linux-version compare "${version}" lt 7.0; then # Attach to specific commit (was "branch:realtek-4.4.x") local rtl8192euver='commit:c2f491f0e42c438a29b207e96429b4d76c581a03' # Commit date: 2025-06-23 (please update when updating commit ref)