summaryrefslogtreecommitdiff
path: root/openwrt/package/iptables/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-07-22 12:33:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-07-22 12:33:28 +0000
commitdaa509ea7fa0b2c79b84cb476aee5dcecae54684 (patch)
treee5c8d68e01d9ac0fc336ba1fdc82c6d9d62321ea /openwrt/package/iptables/Makefile
parent2a08d05aa305c9e57bfe563fa4399303475a9684 (diff)
downloadmtk-20170518-daa509ea7fa0b2c79b84cb476aee5dcecae54684.zip
mtk-20170518-daa509ea7fa0b2c79b84cb476aee5dcecae54684.tar.gz
mtk-20170518-daa509ea7fa0b2c79b84cb476aee5dcecae54684.tar.bz2
port over the netfilter module packaging to the new system and fix iptables dependencies
SVN-Revision: 4206
Diffstat (limited to 'openwrt/package/iptables/Makefile')
-rw-r--r--openwrt/package/iptables/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile
index 54a94f2..99ef334 100644
--- a/openwrt/package/iptables/Makefile
+++ b/openwrt/package/iptables/Makefile
@@ -49,7 +49,7 @@ endef
define Package/iptables-mod-conntrack
SECTION:=net
CATEGORY:=Base system
-DEPENDS:=iptables
+DEPENDS:=iptables +kmod-ipt-conntrack
TITLE:=connection tracking modules
DESCRIPTION:=iptables extensions for connection tracking \\\
Includes: \\\
@@ -61,7 +61,7 @@ endef
define Package/iptables-mod-filter
SECTION:=net
CATEGORY:=Base system
-DEPENDS:=iptables
+DEPENDS:=iptables +kmod-ipt-filter
TITLE:=filter modules
DESCRIPTION:=iptables extensions for packet content inspection\\\
Includes: \\\
@@ -73,7 +73,7 @@ define Package/iptables-mod-imq
SECTION:=net
CATEGORY:=Base system
DEPENDS:=iptables
-TITLE:=IMQ support
+TITLE:=IMQ support +kmod-imq
DESCRIPTION:=iptables extension for IMQ support\\\
Includes: \\\
* libipt_IMQ
@@ -82,7 +82,7 @@ endef
define Package/iptables-mod-ipopt
SECTION:=net
CATEGORY:=Base system
-DEPENDS:=iptables
+DEPENDS:=iptables +kmod-ipt-ipopt
TITLE:=IP/Packet option modules
DESCRIPTION:=iptables extensions for matching/changing IP packet options\\\
Includes: \\\
@@ -99,7 +99,7 @@ endef
define Package/iptables-mod-ipsec
SECTION:=net
CATEGORY:=Base system
-DEPENDS:=iptables
+DEPENDS:=iptables +kmod-ipt-ipsec
TITLE:=IPSec extensions
DESCRIPTION:=iptables extensions for matching ipsec traffic\\\
Includes: \\\
@@ -110,7 +110,7 @@ endef
define Package/iptables-mod-nat
SECTION:=net
CATEGORY:=Base system
-DEPENDS:=iptables
+DEPENDS:=iptables +kmod-ipt-nat
TITLE:=extra NAT targets
DESCRIPTION:=iptables extensions for different NAT targets\\\
Includes: \\\
@@ -120,7 +120,7 @@ endef
define Package/iptables-mod-ulog
SECTION:=net
CATEGORY:=Base system
-DEPENDS:=iptables
+DEPENDS:=iptables +kmod-ipt-ulog
TITLE:=user-space packet logging
DESCRIPTION:=iptables extensions for user-space packet logging\\\
Includes: \\\
@@ -130,7 +130,7 @@ endef
define Package/iptables-mod-extra
SECTION:=net
CATEGORY:=Base system
-DEPENDS:=iptables
+DEPENDS:=iptables +kmod-ipt-extra
TITLE:=other extra iptables extensions
DESCRIPTION:=other extra iptables extensions\\\
Includes: \\\