Skip to content

Commit 4065faf

Browse files
committed
Xradio: adjust to support kernel compilation for 6.16+
1 parent ef28357 commit 4065faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/functions/compilation/patch/drivers_network.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,11 @@ driver_xradio_xr819() {
223223
if linux-version compare "${version}" ge 4.19 && [[ "$LINUXFAMILY" == sunxi* ]]; then
224224

225225
# 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)
227227

228228
display_alert "Adding" "Wireless drivers for Xradio XR819 chipsets" "info"
229229

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
231231
cd "$kerneldir" || exit
232232
rm -rf "$kerneldir/drivers/net/wireless/xradio"
233233
mkdir -p "$kerneldir/drivers/net/wireless/xradio/"

0 commit comments

Comments
 (0)