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]
This commit is contained in:
parent
4aea6bf381
commit
b27a1305bf
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ _carch="x86"
|
||||||
_flavor="chuwi-hi10plus"
|
_flavor="chuwi-hi10plus"
|
||||||
url="https://kernel.org"
|
url="https://kernel.org"
|
||||||
license="GPL-2.0-only"
|
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
|
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev
|
||||||
devicepkg-dev bison flex openssl-dev xz coreutils findutils"
|
devicepkg-dev bison flex openssl-dev xz coreutils findutils"
|
||||||
subpackages="$pkgname-dev"
|
subpackages="$pkgname-dev"
|
||||||
|
|
Loading…
Reference in a new issue