From b3e85c783b706872fe08cd52b13f9b302278697e Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 15 Jul 2007 18:53:33 +0000 Subject: [PATCH] Fix the ip6tables dependency (#2079) SVN-Revision: 7978 --- package/iptables/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/iptables/Makefile b/package/iptables/Makefile index e59d0a6e0c..83f6152501 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -176,6 +176,7 @@ endef define Package/ip6tables $(call Package/iptables/Default) + DEPENDS:=+kmod-ipv6 CATEGORY:=Network TITLE:=IPv6 firewall administration tool endef -- 2.30.2