From d16bac3335354fffa85b6f996fa727014b671915 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Fri, 14 Nov 2025 17:00:35 +0100 Subject: [PATCH] linux-postmarketos-qcom-milos: rename from linux-postmarketos-qcom-sm7635 Rename the kernel package to follow updated naming conventions in the upstream kernel. Part-of: --- .../APKBUILD | 4 ++-- .../config-postmarketos-qcom-milos.aarch64} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename device/testing/{linux-postmarketos-qcom-sm7635 => linux-postmarketos-qcom-milos}/APKBUILD (95%) rename device/testing/{linux-postmarketos-qcom-sm7635/config-postmarketos-qcom-sm7635.aarch64 => linux-postmarketos-qcom-milos/config-postmarketos-qcom-milos.aarch64} (100%) diff --git a/device/testing/linux-postmarketos-qcom-sm7635/APKBUILD b/device/testing/linux-postmarketos-qcom-milos/APKBUILD similarity index 95% rename from device/testing/linux-postmarketos-qcom-sm7635/APKBUILD rename to device/testing/linux-postmarketos-qcom-milos/APKBUILD index 89c5bfa2a..da864d5a3 100644 --- a/device/testing/linux-postmarketos-qcom-sm7635/APKBUILD +++ b/device/testing/linux-postmarketos-qcom-milos/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Luca Weiss -_flavor="postmarketos-qcom-sm7635" +_flavor="postmarketos-qcom-milos" pkgname=linux-$_flavor pkgver=6.16 pkgrel=0 @@ -55,5 +55,5 @@ package() { sha512sums=" 1a945df593c8df5ec997cab3db2009d35a4f44d5df8be4b8a7ba4a047578cb332a5537c560bd2d62c86403e9c283ba1ef856797e0204c2415ad51b905c843338 linux-v6.16-milos.tar.gz -2601d70b937319c962dd12bbbc52752b1afcdb8f67ad0fcef4c675e796b2936bb4605082702c15cac46ce65a38e1b91d9c5dfa6580b555739fce4bdd17d36d80 config-postmarketos-qcom-sm7635.aarch64 +2601d70b937319c962dd12bbbc52752b1afcdb8f67ad0fcef4c675e796b2936bb4605082702c15cac46ce65a38e1b91d9c5dfa6580b555739fce4bdd17d36d80 config-postmarketos-qcom-milos.aarch64 " diff --git a/device/testing/linux-postmarketos-qcom-sm7635/config-postmarketos-qcom-sm7635.aarch64 b/device/testing/linux-postmarketos-qcom-milos/config-postmarketos-qcom-milos.aarch64 similarity index 100% rename from device/testing/linux-postmarketos-qcom-sm7635/config-postmarketos-qcom-sm7635.aarch64 rename to device/testing/linux-postmarketos-qcom-milos/config-postmarketos-qcom-milos.aarch64