Revert "kmod-nft-reject: Fix for "nft_reject_ipv4.ko missing" warning"

This reverts commit 7f94e2afcf.

Package kmod-nft-core is missing dependencies for the following libraries:
nft_reject.ko

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2020-10-30 01:37:54 +00:00
parent 0fdbd2e61f
commit 499924adf0
2 changed files with 1 additions and 4 deletions

View File

@@ -1058,9 +1058,6 @@ define KernelPackage/nft-core
KCONFIG:= \
CONFIG_NFT_COMPAT=n \
CONFIG_NFT_QUEUE=n \
CONFIG_NFT_REJECT_INET \
CONFIG_NFT_REJECT_IPV4 \
CONFIG_NFT_REJECT_IPV6 \
$(KCONFIG_NFT_CORE)
endef