main/linux-postmarketos-allwinner: enable CONFIG_NFT_FIB_IPV{4,6} (MR 2357)
Used by wg-quick for nftables configuration when routing to e.g. ::/0 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
471ed1eea9
commit
c6067c02fe
2 changed files with 7 additions and 4 deletions
|
@ -7,7 +7,7 @@ _flavor=postmarketos-allwinner
|
|||
_config="config-$_flavor.$CARCH"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=5.12.12_git20210620
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_tag="orange-pi-5.12-20210620-0242"
|
||||
pkgdesc="Kernel fork with Pine64 patches (megi's tree, slightly patched)"
|
||||
arch="aarch64 armv7"
|
||||
|
@ -94,7 +94,7 @@ dev() {
|
|||
|
||||
sha512sums="
|
||||
27f6b010841b912641cd470ffc9371e93bcee023f595eec79b04810bf3ca313b7b8cb2104e1f133ee84c17c987b739a5fe87ffaba2d0127fc3b087cf3f9be34f linux-postmarketos-allwinner-orange-pi-5.12-20210620-0242.tar.gz
|
||||
0bc1f0ce04f9bda3afde94557c59e6edb943fcfaf3fc6d282b4c58613eb5f77a8bd919bcad0aaca6a055ed4eb71befe8131250f2abc697e713af9c410e4f92aa config-postmarketos-allwinner.aarch64
|
||||
c2e72510d242380845f1c39cf29b664b68674bc7597d788fde511dc530e3644d1143e2466afbcbfb2dce087ce77c5f317776084fe7232a7ae3f8e5214644dcbd config-postmarketos-allwinner.aarch64
|
||||
1e874f128cd353e84fca2abed6273f805d6689d749cbf647cb6dc9af0b61018169e1dec1fc1979790985eef9ba84f77f525d2acf7cc92ff9cccffdbc886ff122 config-postmarketos-allwinner.armv7
|
||||
126e0a65e04f22f14eac1281a69000d9d5b107ed8fd1b52f37e812751f55e6c45b0240ceac61c9d95ae7f0543aaf9d96b85a8532baf59283c077b9945e615367 0001-dts-add-dontbeevil-pinephone-devkit.patch
|
||||
1dc710f5abacdd5698169d5e985efeca8114986c774c3d65e89812d08ceb3db5ebdc6dd64dd76a262c761f3bfc3ffb6bc237fd5236bd1f89c5975d12e42eda04 0002-dts-add-pinetab-dev-old-display-panel.patch
|
||||
|
|
|
@ -1034,6 +1034,8 @@ CONFIG_NFT_REJECT=m
|
|||
CONFIG_NFT_REJECT_INET=m
|
||||
CONFIG_NFT_COMPAT=m
|
||||
CONFIG_NFT_HASH=m
|
||||
CONFIG_NFT_FIB=m
|
||||
# CONFIG_NFT_FIB_INET is not set
|
||||
# CONFIG_NFT_XFRM is not set
|
||||
CONFIG_NFT_SOCKET=m
|
||||
CONFIG_NFT_OSF=m
|
||||
|
@ -1042,6 +1044,7 @@ CONFIG_NFT_SYNPROXY=m
|
|||
CONFIG_NF_DUP_NETDEV=m
|
||||
CONFIG_NFT_DUP_NETDEV=m
|
||||
CONFIG_NFT_FWD_NETDEV=m
|
||||
# CONFIG_NFT_FIB_NETDEV is not set
|
||||
# CONFIG_NFT_REJECT_NETDEV is not set
|
||||
# CONFIG_NF_FLOW_TABLE is not set
|
||||
CONFIG_NETFILTER_XTABLES=y
|
||||
|
@ -1160,7 +1163,7 @@ CONFIG_NF_TPROXY_IPV4=y
|
|||
CONFIG_NF_TABLES_IPV4=y
|
||||
CONFIG_NFT_REJECT_IPV4=m
|
||||
# CONFIG_NFT_DUP_IPV4 is not set
|
||||
# CONFIG_NFT_FIB_IPV4 is not set
|
||||
CONFIG_NFT_FIB_IPV4=m
|
||||
# CONFIG_NF_TABLES_ARP is not set
|
||||
# CONFIG_NF_DUP_IPV4 is not set
|
||||
# CONFIG_NF_LOG_ARP is not set
|
||||
|
@ -1199,7 +1202,7 @@ CONFIG_NF_TPROXY_IPV6=y
|
|||
CONFIG_NF_TABLES_IPV6=y
|
||||
CONFIG_NFT_REJECT_IPV6=m
|
||||
# CONFIG_NFT_DUP_IPV6 is not set
|
||||
# CONFIG_NFT_FIB_IPV6 is not set
|
||||
CONFIG_NFT_FIB_IPV6=m
|
||||
# CONFIG_NF_DUP_IPV6 is not set
|
||||
CONFIG_NF_REJECT_IPV6=y
|
||||
CONFIG_NF_LOG_IPV6=y
|
||||
|
|
Loading…
Add table
Reference in a new issue