From b27a1305bf76013d25ebef363bc5db027b93adbc Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 12 Sep 2021 22:55:05 +0200 Subject: [PATCH] chuwi-hi10plus: enable kconfig check (MR 2513) For some reason it was disabled for this device, and only for this device. Enable it again so we have it for all devices. It passes fine anyway. [ci:skip-build] [ci:skip-vercheck] --- device/testing/linux-chuwi-hi10plus/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/testing/linux-chuwi-hi10plus/APKBUILD b/device/testing/linux-chuwi-hi10plus/APKBUILD index ef63bfa0e..dc5f1330a 100644 --- a/device/testing/linux-chuwi-hi10plus/APKBUILD +++ b/device/testing/linux-chuwi-hi10plus/APKBUILD @@ -10,7 +10,7 @@ _carch="x86" _flavor="chuwi-hi10plus" url="https://kernel.org" license="GPL-2.0-only" -options="!strip !check !tracedeps !pmb:kconfigcheck pmb:cross-native" +options="!strip !check !tracedeps pmb:cross-native" makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev devicepkg-dev bison flex openssl-dev xz coreutils findutils" subpackages="$pkgname-dev"