From 8325404b2502a1fedbb8dc074ec94ef623286c0d Mon Sep 17 00:00:00 2001 From: Viacheslav Bocharov Date: Thu, 9 Oct 2025 12:23:34 +0300 Subject: [PATCH] Update rtl88x2cs driver commit hash for kernel 6.17+ Signed-off-by: Viacheslav Bocharov --- 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 6207e2c7c4..27a9a4097a 100644 --- a/lib/functions/compilation/patch/drivers_network.sh +++ b/lib/functions/compilation/patch/drivers_network.sh @@ -432,7 +432,7 @@ driver_rtl88x2cs() { if linux-version compare "${version}" ge 5.9 && [[ "$LINUXFAMILY" == meson64 ]]; then # Attach to specific commit (track branch:tune_for_jethub) - local rtl88x2csver='commit:0ef9ddd619d2a386df90fd7c32b65958b0d675ed' # Commit date: Aug 30, 2025 (please update when updating commit ref) + local rtl88x2csver='commit:79884dd23267e6e9ec29546476d8f68a1442d180' # Commit date: Oct 09, 2025 (please update when updating commit ref) display_alert "Adding" "Wireless drivers for Realtek 88x2cs chipsets ${rtl88x2csver}" "info"