device-oneplus-cheeseburger: start using soc-qcom-msm8998 (MR 3531)

This commit is contained in:
Jami Kettunen 2022-10-09 16:39:06 +03:00 committed by Newbyte
parent fbd0ebc602
commit 2fde525443
No known key found for this signature in database
GPG key ID: 5873C171C9429CFA

View file

@ -41,8 +41,7 @@ kernel_alpine() {
kernel_mainline() {
pkgdesc="Close to mainline kernel, plenty of working features and fixes"
# NOTE: soc-qcom-sdm845 is also applicable to msm8998
depends="linux-postmarketos-qcom-msm8998 soc-qcom-sdm845"
depends="linux-postmarketos-qcom-msm8998 soc-qcom-msm8998"
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
}