@@ -41,7 +41,7 @@ driver_rtl8189ES() {
41
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:7b43c5c7971eabea263dc2b6cc0928b84323f310 ' # Commit date: 2025-04-30 (please update when updating commit ref)
44
+ local rtl8189esver=' commit:07f03cf721f5e0317012ece4159834327680ba8b ' # Commit date: 2025-06-21 (please update when updating commit ref)
45
45
46
46
display_alert " Adding" " Wireless drivers for Realtek 8189ES chipsets ${rtl8189esver} " " info"
47
47
@@ -77,9 +77,6 @@ driver_rtl8189ES() {
77
77
78
78
# fix compilation for kernels >= 5.4.251
79
79
process_patch_file " ${SRC} /patch/misc/wireless-rtl8189es-Fix-building-on-5.4.251-kernel.patch" " applying"
80
-
81
- # fix compilation for kernels >= 6.16
82
- process_patch_file " ${SRC} /patch/misc/wireless-rtl8189es-Fix-v6.16.patch" " applying"
83
80
fi
84
81
}
85
82
@@ -90,7 +87,7 @@ driver_rtl8189FS() {
90
87
if linux-version compare " ${version} " ge 3.14; then
91
88
92
89
# Attach to specific commit (was "branch:rtl8189fs")
93
- local rtl8189fsver=' commit:06e89edce6817616d963414825dccf87094a7e54 ' # Commit date: 2025-05-04 (please update when updating commit ref)
90
+ local rtl8189fsver=' commit:d0f15f392570499f3e48f6d157c89cadf393a739 ' # Commit date: 2025-06-21 (please update when updating commit ref)
94
91
95
92
display_alert " Adding" " Wireless drivers for Realtek 8189FS chipsets ${rtl8189fsver} " " info"
96
93
@@ -136,7 +133,7 @@ driver_rtl8192EU() {
136
133
if linux-version compare " ${version} " ge 3.14; then
137
134
138
135
# Attach to specific commit (was "branch:realtek-4.4.x")
139
- local rtl8192euver=' commit:27aa922c298f2be240eec6c2e8636fe865ece195 ' # Commit date: 2025-05-04 (please update when updating commit ref)
136
+ local rtl8192euver=' commit:c2f491f0e42c438a29b207e96429b4d76c581a03 ' # Commit date: 2025-06-23 (please update when updating commit ref)
140
137
141
138
display_alert " Adding" " Wireless drivers for Realtek 8192EU chipsets ${rtl8192euver} " " info"
142
139
@@ -168,9 +165,6 @@ driver_rtl8192EU() {
168
165
169
166
# fix compilation for kernels >= 5.4.251
170
167
process_patch_file " ${SRC} /patch/misc/wireless-rtl8192eu-Fix-building-on-5.4.251-kernel.patch" " applying"
171
-
172
- # fix compilation for kernels >= 6.16
173
- process_patch_file " ${SRC} /patch/misc/wireless-rtl8192eu-Fix-v6.16.patch" " applying"
174
168
fi
175
169
}
176
170
@@ -644,7 +638,7 @@ driver_rtl8723DS() {
644
638
if linux-version compare " ${version} " ge 5.0; then
645
639
646
640
# Attach to specific commit (was "branch:master")
647
- local rtl8723dsver=' commit:86e3c4d2203b7f977d36a17c24efe0549afc6e31 ' # Commit date: 2025-05-14 (please update when updating commit ref)
641
+ local rtl8723dsver=' commit:09a2b3e94d14cc2a0012d5b74101c6acf1ef0872 ' # Commit date: 2025-06-28 (please update when updating commit ref)
648
642
649
643
display_alert " Adding" " Wireless drivers for Realtek 8723DS chipsets ${rtl8723dsver} " " info"
650
644
@@ -677,9 +671,6 @@ driver_rtl8723DS() {
677
671
678
672
# fix compilation for kernels >= 5.4
679
673
process_patch_file " ${SRC} /patch/misc/wireless-rtl8723ds-Fix-VFS-import.patch" " applying"
680
-
681
- # fix compilation for kernels >= 6.16
682
- process_patch_file " ${SRC} /patch/misc/wireless-rtl8723ds-Fix-v6.16.patch" " applying"
683
674
fi
684
675
}
685
676
0 commit comments