linux-postmarketos-qcom-msm8974: add kconfig check for nftables (MR 2060)
This commit is contained in:
parent
bcf2f48381
commit
c77ef83d0f
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@ _config="config-$_flavor.$CARCH"
|
|||
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=5.12.8
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
_commit="b3c423b14b86598fd168f7689bfaea000885eeb2"
|
||||
pkgdesc="Kernel close to mainline with extra patches for Qualcomm MSM8974 devices"
|
||||
arch="armv7"
|
||||
_carch="arm"
|
||||
url="https://kernel.org/"
|
||||
license="GPL-2.0-only"
|
||||
options="!strip !check !tracedeps pmb:cross-native"
|
||||
options="!strip !check !tracedeps pmb:cross-native pmb:kconfigcheck-nftables"
|
||||
makedepends="
|
||||
bison
|
||||
findutils
|
||||
|
|
Loading…
Reference in a new issue