uwe5622: fix compilation for sunxi64 on 6.3+ kernels

This commit is contained in:
Gunjan Gupta
2023-09-18 03:03:01 +05:30
committed by Igor
parent 5cc7ee4497
commit 2d0447b391
2 changed files with 48 additions and 0 deletions

View File

@@ -641,6 +641,7 @@ driver_uwe5622_allwinner() {
if linux-version compare "${version}" ge 6.3; then
process_patch_file "${SRC}/patch/misc/wireless-driver-for-uwe5622-allwinner-v6.3.patch" "applying"
process_patch_file "${SRC}/patch/misc/wireless-driver-for-uwe5622-allwinner-bugfix-v6.3.patch" "applying"
process_patch_file "${SRC}/patch/misc/wireless-driver-for-uwe5622-allwinner-v6.3-compilation-fix.patch" "applying"
else
process_patch_file "${SRC}/patch/misc/wireless-driver-for-uwe5622-allwinner.patch" "applying"
process_patch_file "${SRC}/patch/misc/wireless-driver-for-uwe5622-allwinner-bugfix.patch" "applying"