Kernel 5.10.y need patch adjustment for boot splash (#3741)
This commit is contained in:
parent
a30d029a24
commit
093f503073
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user