mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add 6.9 compatibility fix for UWE and rewrite rockchip64 kernel config
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user