File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
lib/functions/compilation/patch Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -372,13 +372,11 @@ driver_rtw88() {
372372}
373373
374374driver_rtl8852bs () {
375-
376375 # Wireless driver for Realtek 8852BS SDIO Wireless driver used in BananaPi F3 and Armsom Sige5
377-
378376 if linux-version compare " ${version} " ge 6.1 && [[ " ${LINUXFAMILY} " == spacemit || " ${LINUXFAMILY} " == rk35xx || " ${LINUXFAMILY} " == rockchip64 ]]; then
379377
380378 # Attach to specific commit
381- local rtl8852bs_ver=' commit:15811ffdf575baabbd1cd46a306e9544a7f02846 ' # Commit date: Oct 2 , 2025 (please update when updating commit ref)
379+ local rtl8852bs_ver=' commit:72c75150d7422eda3f0b3f543cce65114efcb4fe ' # Commit date: Oct 18 , 2025 (please update when updating commit ref)
382380
383381 display_alert " Adding" " Wireless drivers for Realtek 8852BS SDIO chipset ${rtl8852bs_ver} " " info"
384382
You can’t perform that action at this time.
0 commit comments