From 2fde52544317f31e4ca84f398074234d74876f3a Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Sun, 9 Oct 2022 16:39:06 +0300 Subject: [PATCH] device-oneplus-cheeseburger: start using soc-qcom-msm8998 (MR 3531) --- device/testing/device-oneplus-cheeseburger/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/device/testing/device-oneplus-cheeseburger/APKBUILD b/device/testing/device-oneplus-cheeseburger/APKBUILD index 6dd76c025..1186f86b0 100644 --- a/device/testing/device-oneplus-cheeseburger/APKBUILD +++ b/device/testing/device-oneplus-cheeseburger/APKBUILD @@ -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 }