[openwrt/openwrt] nftables: remove dependency on kmod-nf-nat
LEDE Commits
lede-commits at lists.infradead.org
Wed Jan 31 04:53:36 PST 2018
neoraider pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/bbef76f1b12c5a30bd66f514169ee741809def34
commit bbef76f1b12c5a30bd66f514169ee741809def34
Author: Matthias Schiffer <mschiffer at universe-factory.net>
AuthorDate: Thu Jan 25 18:11:37 2018 +0100
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 at universe-factory.net>
---
package/network/utils/nftables/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the lede-commits
mailing list