From 129dd4c3aa046aec9417ce96762ab96611eb80b9 Mon Sep 17 00:00:00 2001 From: schwar3kat <61094841+schwar3kat@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:16:54 +1200 Subject: [PATCH] Fix_rtl8189fs_WiFi_driver (#6984) Fix wrong commit being pulled for rtl8189fs WiFi driver. Add CONFIG_RTL8189FS=m to linux-sunxi-current.config and linux-sunxi64-current.config. --- config/kernel/linux-sunxi-current.config | 1 + config/kernel/linux-sunxi64-current.config | 1 + lib/functions/compilation/patch/drivers_network.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/kernel/linux-sunxi-current.config b/config/kernel/linux-sunxi-current.config index c37083269..8420af52a 100644 --- a/config/kernel/linux-sunxi-current.config +++ b/config/kernel/linux-sunxi-current.config @@ -2869,6 +2869,7 @@ CONFIG_XRADIO_NON_POWER_OF_TWO_BLOCKSIZES=y CONFIG_XRADIO_USE_EXTENSIONS=y CONFIG_88XXAU=m CONFIG_RTL8192EU=m +CONFIG_RTL8189FS=m CONFIG_RTL8189ES=m CONFIG_WLAN_VENDOR_ZYDAS=y # CONFIG_USB_ZD1201 is not set diff --git a/config/kernel/linux-sunxi64-current.config b/config/kernel/linux-sunxi64-current.config index 6416d8ae9..1776adc78 100644 --- a/config/kernel/linux-sunxi64-current.config +++ b/config/kernel/linux-sunxi64-current.config @@ -2928,6 +2928,7 @@ CONFIG_XRADIO_NON_POWER_OF_TWO_BLOCKSIZES=y CONFIG_XRADIO_USE_EXTENSIONS=y CONFIG_88XXAU=m CONFIG_RTL8192EU=m +CONFIG_RTL8189FS=m CONFIG_RTL8189ES=m # CONFIG_WLAN_VENDOR_ZYDAS is not set CONFIG_WLAN_VENDOR_QUANTENNA=y diff --git a/lib/functions/compilation/patch/drivers_network.sh b/lib/functions/compilation/patch/drivers_network.sh index d4eff1bdb..c915efd7e 100644 --- a/lib/functions/compilation/patch/drivers_network.sh +++ b/lib/functions/compilation/patch/drivers_network.sh @@ -87,7 +87,7 @@ driver_rtl8189FS() { if linux-version compare "${version}" ge 3.14; then # Attach to specific commit (was "branch:rtl8189fs") - local rtl8189fsver='commit:30a52f789a0b933c4a7eb06cbf4a4d21c8e581aa' # Commit date: May 10, 2024 (please update when updating commit ref) + local rtl8189fsver='commit:9a82349c2c40515f9d20b9f6721670f76b4e1c7a' # Commit date: May 19, 2024 (please update when updating commit ref) display_alert "Adding" "Wireless drivers for Realtek 8189FS chipsets ${rtl8189fsver}" "info"