From bf1255665752959963ea428b31a41b408ced57bf Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 11 Feb 2019 21:54:43 +0100 Subject: [PATCH] purisum-librem5dev: skip kconfig check (!215) Ignore this kernel in "pmbootstrap kconfig check" by default, so we can use the upstream kernel config without any changes. But still enable the kernel config check again. The related pmbootstrap change will be merged soon: https://gitlab.com/postmarketOS/pmbootstrap/merge_requests/1753 [skip ci]: this change doesn't affect the build --- device/linux-purism-librem5dev/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/linux-purism-librem5dev/APKBUILD b/device/linux-purism-librem5dev/APKBUILD index d98f94dd8..4d16285bb 100644 --- a/device/linux-purism-librem5dev/APKBUILD +++ b/device/linux-purism-librem5dev/APKBUILD @@ -10,7 +10,7 @@ _carch="arm64" _flavor="purism-librem5dev" url="https://kernel.org" license="GPL-2.0-only" -options="!strip !check !tracedeps" +options="!strip !check !tracedeps !pmb:kconfigcheck" makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev devicepkg-dev bison flex openssl-dev"