diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-01-25 18:11:37 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-01-31 13:32:40 +0100 |
commit | bbef76f1b12c5a30bd66f514169ee741809def34 (patch) | |
tree | 7cca7a1ed868b3346693f86ef4282dd0e373fb96 /package/network/utils/nftables | |
parent | e7e025426ae03ac90368a26ed9b05731f378c009 (diff) | |
download | mtk-20170518-bbef76f1b12c5a30bd66f514169ee741809def34.zip mtk-20170518-bbef76f1b12c5a30bd66f514169ee741809def34.tar.gz mtk-20170518-bbef76f1b12c5a30bd66f514169ee741809def34.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile index e78c6f2..d1c9e20 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 |