Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wifi: Switch to mainline driver for RTL8723CS, RTL8811CU, RTL8821C, RTL8192EU from 6.10 onwards #6703

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Next Next commit
drivers_network: Update commit date
Fixes commit aa2d469
  • Loading branch information
ColorfulRhino committed Jun 6, 2024
commit 60e082a6f3ac4f9f7c1be14dd5860c71006dbb5f
2 changes: 1 addition & 1 deletion lib/functions/compilation/patch/drivers_network.sh
Original file line number Diff line number Diff line change
@@ -351,7 +351,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:40450f759c8a930d271b5f0a663685f412debc72' # Commit date: Jan 24, 2024 (please update when updating commit ref)
local rtl88x2csver='commit:40450f759c8a930d271b5f0a663685f412debc72' # Commit date: Mar 27, 2024 (please update when updating commit ref)

display_alert "Adding" "Wireless drivers for Realtek 88x2cs chipsets ${rtl88x2csver}" "info"