From ca7800d2e1e02b8f0f89ee6ba73c96ad93da7cd0 Mon Sep 17 00:00:00 2001 From: fossdd Date: Fri, 30 May 2025 16:36:01 +0200 Subject: [PATCH] device-oneplus-cheeseburger: switch linux-edge to linux-stable for -kernel-alpine Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6590 --- device/testing/device-oneplus-cheeseburger/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/device/testing/device-oneplus-cheeseburger/APKBUILD b/device/testing/device-oneplus-cheeseburger/APKBUILD index ec614e1d3..f6f62ade3 100644 --- a/device/testing/device-oneplus-cheeseburger/APKBUILD +++ b/device/testing/device-oneplus-cheeseburger/APKBUILD @@ -2,7 +2,7 @@ # Reference: pkgname=device-oneplus-cheeseburger pkgdesc="OnePlus 5" -pkgver=5 +pkgver=6 pkgrel=0 url="https://postmarketos.org" license="MIT" @@ -38,8 +38,8 @@ package() { kernel_alpine() { # FIXME: msm-modem-uim-selection hangs boot for some 20 seconds when installed with non-free FW - pkgdesc="Pure mainline kernel, unpatched Alpine linux-edge" - depends="linux-edge linux-firmware-none" + pkgdesc="Upstream stable kernel, unpatched Alpine linux-stable" + depends="linux-stable linux-firmware-none" devicepkg_subpackage_kernel $startdir $pkgname $subpkgname }