Update RISC-V (riscv64) configs

Solves:

  Found CONFIG_NF_REJECT_IPV4=y after generation, had CONFIG_NF_REJECT_IPV4=m in Source tree

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2019-04-03 23:31:11 +02:00
parent 985dca2019
commit 6a92c8e473
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
3 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
CONFIG_NF_REJECT_IPV4=y

View File

@ -3392,7 +3392,7 @@ CONFIG_NF_NAT=y
CONFIG_NFP_APP_FLOWER=y
# CONFIG_NFP_DEBUG is not set
CONFIG_NFP=m
CONFIG_NF_REJECT_IPV4=m
CONFIG_NF_REJECT_IPV4=y
CONFIG_NF_REJECT_IPV6=y
CONFIG_NFSD_BLOCKLAYOUT=y
CONFIG_NFSD_FAULT_INJECTION=y

View File

@ -3371,7 +3371,7 @@ CONFIG_NF_NAT=y
CONFIG_NFP_APP_FLOWER=y
# CONFIG_NFP_DEBUG is not set
CONFIG_NFP=m
CONFIG_NF_REJECT_IPV4=m
CONFIG_NF_REJECT_IPV4=y
CONFIG_NF_REJECT_IPV6=y
CONFIG_NFSD_BLOCKLAYOUT=y
# CONFIG_NFSD_FAULT_INJECTION is not set