File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/functions/compilation/patch Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -223,11 +223,11 @@ driver_xradio_xr819() {
223
223
if linux-version compare " ${version} " ge 4.19 && [[ " $LINUXFAMILY " == sunxi* ]]; then
224
224
225
225
# Attach to specific commit (is branch:master)
226
- local xradio_xr819_ver=" commit:506fbc323f1c675d037eaf7ee928939394761aee " # Commit date: Dec 6, 2024 (please update when updating commit ref)
226
+ local xradio_xr819_ver=" commit:684a91a3692a964c5886dcf4369874cc7c19c0a4 " # Commit date: Aug 7, 2025 (please update when updating commit ref)
227
227
228
228
display_alert " Adding" " Wireless drivers for Xradio XR819 chipsets" " info"
229
229
230
- fetch_from_repo " $GITHUB_SOURCE /fifteenhex /xradio" " xradio" " ${xradio_xr819_ver} " " yes" # https://github.com/fifteenhex/xradio
230
+ fetch_from_repo " $GITHUB_SOURCE /igorpecovnik /xradio" " xradio" " ${xradio_xr819_ver} " " yes" # Forked from https://github.com/fifteenhex/xradio
231
231
cd " $kerneldir " || exit
232
232
rm -rf " $kerneldir /drivers/net/wireless/xradio"
233
233
mkdir -p " $kerneldir /drivers/net/wireless/xradio/"
You can’t perform that action at this time.
0 commit comments