From 4e7363f2275fe77dcf3cc1e37b437b96ba751dd2 Mon Sep 17 00:00:00 2001 From: Viacheslav Bocharov Date: Tue, 30 Jan 2024 13:37:45 +0300 Subject: [PATCH] Update commit for network driver rtl88x2cs. Re-enable build --- lib/functions/compilation/patch/drivers_network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/functions/compilation/patch/drivers_network.sh b/lib/functions/compilation/patch/drivers_network.sh index 5aa7927c9a..f5f353fba6 100644 --- a/lib/functions/compilation/patch/drivers_network.sh +++ b/lib/functions/compilation/patch/drivers_network.sh @@ -428,10 +428,10 @@ driver_rtl88x2cs() { # Wireless drivers for Realtek 88x2cs chipsets - if linux-version compare "${version}" ge 5.9 && linux-version compare "${version}" lt 6.1; then + if linux-version compare "${version}" ge 5.9; then # attach to specifics tag or branch - local rtl88x2csver='commit:b77a5cf442fbc01c1220b8174ee2227a8f71e204' # was "branch:tune_for_jethub" + local rtl88x2csver='commit:10f39b61c51fa0302062059e00e9b5440dd3c7a6' # track "branch:tune_for_jethub" display_alert "Adding" "Wireless drivers for Realtek 88x2cs chipsets ${rtl88x2csver}" "info"