aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/nftables
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-01-25 18:11:37 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-01-31 13:32:40 +0100
commitbbef76f1b12c5a30bd66f514169ee741809def34 (patch)
tree7cca7a1ed868b3346693f86ef4282dd0e373fb96 /package/network/utils/nftables
parente7e025426ae03ac90368a26ed9b05731f378c009 (diff)
downloadupstream-bbef76f1b12c5a30bd66f514169ee741809def34.tar.gz
upstream-bbef76f1b12c5a30bd66f514169ee741809def34.tar.bz2
upstream-bbef76f1b12c5a30bd66f514169ee741809def34.zip
nftables: remove dependency on kmod-nf-nat
For minimal firewall setups, NAT support may be unnecessary. It would be possible to further reduce the minimum number of installed modules, e.g. by separating IPv4 and IPv6 support or moving conntrack support into a separate kmod package. We go with a more complete kmod-nft-core for now, until a concrete usecase for smaller packages arises. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'package/network/utils/nftables')
-rw-r--r--package/network/utils/nftables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile
index e78c6f20ac..d1c9e206c4 100644
--- a/package/network/utils/nftables/Makefile
+++ b/package/network/utils/nftables/Makefile
@@ -31,7 +31,7 @@ define Package/nftables
CATEGORY:=Network
SUBMENU:=Firewall
TITLE:=nftables packet filtering userspace utility
- DEPENDS:=+kmod-nft-core +kmod-nft-nat +libnftnl
+ DEPENDS:=+kmod-nft-core +libnftnl
URL:=http://netfilter.org/projects/nftables/
endef