From 1450be89f0ba23dbdb4fc59b56c9ecd7a5f25a53 Mon Sep 17 00:00:00 2001 From: fossdd Date: Fri, 30 May 2025 16:32:57 +0200 Subject: [PATCH] device-oneplus-dumpling: switch from linux-edge to linux-stable for -kernel-alpine Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6590 --- device/testing/device-oneplus-dumpling/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/device/testing/device-oneplus-dumpling/APKBUILD b/device/testing/device-oneplus-dumpling/APKBUILD index 857bcb54f..69bb1cd2e 100644 --- a/device/testing/device-oneplus-dumpling/APKBUILD +++ b/device/testing/device-oneplus-dumpling/APKBUILD @@ -2,7 +2,7 @@ # Reference: pkgname=device-oneplus-dumpling pkgdesc="OnePlus 5T" -pkgver=5 +pkgver=6 pkgrel=0 url="https://postmarketos.org" license="MIT" @@ -36,8 +36,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 }