linux-asus-me176c: add kconfig check for nftables (MR 2060)
This commit is contained in:
parent
686136696c
commit
cfc8f7b12c
1 changed files with 3 additions and 2 deletions
|
@ -6,13 +6,14 @@ pkgname=linux-$_flavor
|
|||
pkgver=5.4.107
|
||||
_kernver=${pkgver%.*}
|
||||
_me176cver=5.4.17
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mainline kernel fork for ASUS MeMO Pad 7 (ME176C(X))"
|
||||
arch="x86_64"
|
||||
_carch="x86_64"
|
||||
url="https://github.com/me176c-dev/linux-me176c"
|
||||
license="GPL-2.0-only"
|
||||
options="!strip !check !tracedeps pmb:cross-native pmb:kconfigcheck-anbox"
|
||||
options="!strip !check !tracedeps pmb:cross-native pmb:kconfigcheck-anbox
|
||||
pmb:kconfigcheck-nftables"
|
||||
makedepends="bison diffutils elfutils-dev flex gmp-dev installkernel linux-headers
|
||||
mpc1-dev mpfr-dev openssl-dev perl xz"
|
||||
|
||||
|
|
Loading…
Reference in a new issue