From e22a36d97744c842572f484716b0f1a94ef49686 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 23 Jun 2024 14:31:52 +0200 Subject: [PATCH] linux-postmarketos-mediatek-mt6735: V=1 workaround (MR 5240) Until this kernel is upgraded to 6.2, we need V=1 to work around silent make output leading to failing builds. --- device/testing/linux-postmarketos-mediatek-mt6735/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device/testing/linux-postmarketos-mediatek-mt6735/APKBUILD b/device/testing/linux-postmarketos-mediatek-mt6735/APKBUILD index b9c4beddd..ec8d45a0c 100644 --- a/device/testing/linux-postmarketos-mediatek-mt6735/APKBUILD +++ b/device/testing/linux-postmarketos-mediatek-mt6735/APKBUILD @@ -31,8 +31,9 @@ prepare() { build() { unset LDFLAGS + # V=1: workaround for pma#1990 make ARCH="$_carch" CC="${CC:-gcc}" \ - KBUILD_BUILD_VERSION=$((pkgrel + 1 )) + KBUILD_BUILD_VERSION=$((pkgrel + 1 )) V=1 } package() {