main/linux-postmarketos-qcom-sdm845: fix CONFIG_LOCALVERSION (MR 1958)
Fixes mkinitfs failure due to mismatch between APKBUILD and .config [ci:skip-build] Already built on CI
This commit is contained in:
parent
d1cba29182
commit
040ce14a22
2 changed files with 3 additions and 6 deletions
|
@ -2,14 +2,11 @@
|
|||
# Co-Maintainer: Joel Selvaraj <jo@jsfamily.in>
|
||||
# Stable Linux kernel with patches for SDM845 devices
|
||||
# Kernel config based on: arch/arm64/configs/defconfig and sdm845.config
|
||||
# Currently Supports:
|
||||
# * OnePlus 6/T (enchilada/fajita)
|
||||
# * Xiaomi Pocophone F1 (beryllium)
|
||||
|
||||
_flavor="postmarketos-qcom-sdm845"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=5.10.12
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mainline Kernel fork for SDM845 devices"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
@ -55,4 +52,4 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="77d01126afbb949d98e6c5397ae4170a219b2a81af17d83e8f67cc619722a021da2ab4363c13100f19650e00e4fa869b7130770cd0f328936141f593fb562797 sdm845-linux-77791dbc4be08d072b1af3378c4490723d40f9e6.tar.gz
|
||||
f8f7a4c7455d6fa415c533ff8f3be66a50da7020c15dbbc3cbee579a68bb879fc96d0e9afe8791ad568f00f5a71ff30c546c53ad70a169ac3319c0afb2b0b899 config-postmarketos-qcom-sdm845.aarch64"
|
||||
1b96db9ceb6f5832d9d8c7ac4595a983e2a0f47b49da1ccb09db2d4e2d24974074883c30298b68a002c67dda64f1efe39932c48fdfd19fe87142d2f568a17317 config-postmarketos-qcom-sdm845.aarch64"
|
||||
|
|
|
@ -20,7 +20,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
|
|||
#
|
||||
CONFIG_INIT_ENV_ARG_LIMIT=32
|
||||
# CONFIG_COMPILE_TEST is not set
|
||||
CONFIG_LOCALVERSION="-sdm845"
|
||||
CONFIG_LOCALVERSION="-postmarketos-qcom-sdm845"
|
||||
# CONFIG_LOCALVERSION_AUTO is not set
|
||||
CONFIG_BUILD_SALT=""
|
||||
CONFIG_DEFAULT_INIT=""
|
||||
|
|
Loading…
Reference in a new issue