meson64: disable broken wifi driver

just like with rockchip64-7.0
This commit is contained in:
EvilOlaf 2026-03-01 15:04:50 +00:00 committed by Igor
parent a8a9e28950
commit 60475536b8

View File

@ -140,7 +140,7 @@ driver_rtl8192EU() {
# Wireless drivers for Realtek 8192EU chipsets # 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") # 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) local rtl8192euver='commit:c2f491f0e42c438a29b207e96429b4d76c581a03' # Commit date: 2025-06-23 (please update when updating commit ref)