File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/functions/compilation/patch Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ driver_rtl8189ES() {
38
38
39
39
# Wireless drivers for Realtek 8189ES chipsets
40
40
41
- if linux-version compare " ${version} " ge 3.14 && linux-version compare " ${version} " le 6.16 ; then
41
+ if linux-version compare " ${version} " ge 3.14; then
42
42
43
43
# Attach to specific commit (was "branch:master")
44
- local rtl8189esver=' commit:07f03cf721f5e0317012ece4159834327680ba8b ' # Commit date: 2025-06-21 (please update when updating commit ref)
44
+ local rtl8189esver=' commit:0a5d04114fac3c9f48a343cb905fbb6a3f9f5df5 ' # Commit date: 2025-09-26 (please update when updating commit ref)
45
45
46
46
display_alert " Adding" " Wireless drivers for Realtek 8189ES chipsets ${rtl8189esver} " " info"
47
47
@@ -87,7 +87,7 @@ driver_rtl8189FS() {
87
87
if linux-version compare " ${version} " ge 3.14; then
88
88
89
89
# Attach to specific commit (was "branch:rtl8189fs")
90
- local rtl8189fsver=' commit:d0f15f392570499f3e48f6d157c89cadf393a739 ' # Commit date: 2025-06-21 (please update when updating commit ref)
90
+ local rtl8189fsver=' commit:876e627a5b6a8021700391b4249a4a31edfebe5c ' # Commit date: 2025-09-26 (please update when updating commit ref)
91
91
92
92
display_alert " Adding" " Wireless drivers for Realtek 8189FS chipsets ${rtl8189fsver} " " info"
93
93
You can’t perform that action at this time.
0 commit comments