Kernel 5.10.y need patch adjustment for boot splash (#3741)

This commit is contained in:
Igor Pečovnik 2022-05-03 07:54:17 +02:00 committed by GitHub
parent a30d029a24
commit 093f503073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,10 @@ compilation_prepare()
display_alert "Adding" "Kernel splash file" "info"
process_patch_file "${SRC}/patch/misc/bootsplash-5.16.y-0000-Revert-fbcon-Avoid-cap-set-but-not-used-warning.patch" "applying"
if linux-version compare "${version}" ge 5.11; then
process_patch_file "${SRC}/patch/misc/bootsplash-5.16.y-0000-Revert-fbcon-Avoid-cap-set-but-not-used-warning.patch" "applying"
fi
process_patch_file "${SRC}/patch/misc/bootsplash-5.16.y-0001-Revert-fbcon-Add-option-to-enable-legacy-hardware-ac.patch" "applying"
if linux-version compare "${version}" ge 5.15; then