Add 6.9 compatibility fix for UWE and rewrite rockchip64 kernel config

This commit is contained in:
Igor Pecovnik
2024-06-06 15:32:42 +02:00
committed by Igor
parent 8f0596dc8f
commit d7db1cd26b
3 changed files with 359 additions and 60 deletions

View File

@@ -448,6 +448,11 @@ driver_uwe5622() {
process_patch_file "${SRC}/patch/misc/wireless-uwe5622/wireless-uwe5622-Fix-compilation-with-6.7-kernel.patch" "applying"
process_patch_file "${SRC}/patch/misc/wireless-uwe5622/wireless-uwe5622-reduce-system-load.patch" "applying"
if linux-version compare "${version}" ge 6.9; then
process_patch_file "${SRC}/patch/misc/wireless-uwe5622/uwe5622-v6.9.patch" "applying"
fi
fi
}