summaryrefslogtreecommitdiff
path: root/openwrt/package/iptables
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-08 22:24:52 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-08 22:24:52 +0000
commitf30ac9a90c6ddc3d65dacf137b7398300a238c7c (patch)
tree15f4c32ef1c90d45ef46618a26b62ff8169c8724 /openwrt/package/iptables
parentb0c9944bfdd76c84ee25130499ee6be52a6f6408 (diff)
make all sub-packages depend on iptables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2604 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/iptables')
-rw-r--r--openwrt/package/iptables/ipkg/iptables-extra.control2
-rw-r--r--openwrt/package/iptables/ipkg/iptables-mod-conntrack.control2
-rw-r--r--openwrt/package/iptables/ipkg/iptables-mod-extra.control2
-rw-r--r--openwrt/package/iptables/ipkg/iptables-mod-filter.control2
-rw-r--r--openwrt/package/iptables/ipkg/iptables-mod-ipopt.control2
-rw-r--r--openwrt/package/iptables/ipkg/iptables-mod-ipsec.control2
-rw-r--r--openwrt/package/iptables/ipkg/iptables-mod-nat.control2
-rw-r--r--openwrt/package/iptables/ipkg/iptables-mod-ulog.control2
-rw-r--r--openwrt/package/iptables/ipkg/iptables-utils.control1
9 files changed, 9 insertions, 8 deletions
diff --git a/openwrt/package/iptables/ipkg/iptables-extra.control b/openwrt/package/iptables/ipkg/iptables-extra.control
index de04e4a51f..afd4235c42 100644
--- a/openwrt/package/iptables/ipkg/iptables-extra.control
+++ b/openwrt/package/iptables/ipkg/iptables-extra.control
@@ -1,5 +1,5 @@
Package: iptables-extra
Priority: optional
Section: net
-Depends: kmod-iptables-extra, iptables-mod-conntrack, iptables-mod-extra, iptables-mod-filter, iptables-mod-ipopt, iptables-mod-ipsec, iptables-mod-nat, iptables-mod-ulog
+Depends: iptables, iptables-mod-conntrack, iptables-mod-extra, iptables-mod-filter, iptables-mod-ipopt, iptables-mod-ipsec, iptables-mod-nat, iptables-mod-ulog
Description: Other extra Iptables extensions (meta-package)
diff --git a/openwrt/package/iptables/ipkg/iptables-mod-conntrack.control b/openwrt/package/iptables/ipkg/iptables-mod-conntrack.control
index 35f2afaac6..840992e677 100644
--- a/openwrt/package/iptables/ipkg/iptables-mod-conntrack.control
+++ b/openwrt/package/iptables/ipkg/iptables-mod-conntrack.control
@@ -1,5 +1,5 @@
Package: iptables-mod-conntrack
Priority: optional
Section: net
-Depends: kmod-ipt-conntrack
+Depends: iptables, kmod-ipt-conntrack
Description: Iptables (IPv4) extensions for connection tracking
diff --git a/openwrt/package/iptables/ipkg/iptables-mod-extra.control b/openwrt/package/iptables/ipkg/iptables-mod-extra.control
index 7111eab887..f26b4a4582 100644
--- a/openwrt/package/iptables/ipkg/iptables-mod-extra.control
+++ b/openwrt/package/iptables/ipkg/iptables-mod-extra.control
@@ -1,5 +1,5 @@
Package: iptables-mod-extra
Priority: optional
Section: net
-Depends: kmod-ipt-extra
+Depends: iptables, kmod-ipt-extra
Description: Other extra Iptables (IPv4) extensions
diff --git a/openwrt/package/iptables/ipkg/iptables-mod-filter.control b/openwrt/package/iptables/ipkg/iptables-mod-filter.control
index 30add3172a..43ec799557 100644
--- a/openwrt/package/iptables/ipkg/iptables-mod-filter.control
+++ b/openwrt/package/iptables/ipkg/iptables-mod-filter.control
@@ -1,5 +1,5 @@
Package: iptables-mod-filter
Priority: optional
Section: net
-Depends: kmod-ipt-filter
+Depends: iptables, kmod-ipt-filter
Description: Iptables (IPv4) extension for packet content inspection
diff --git a/openwrt/package/iptables/ipkg/iptables-mod-ipopt.control b/openwrt/package/iptables/ipkg/iptables-mod-ipopt.control
index 4a8c72f409..51ec6b20ab 100644
--- a/openwrt/package/iptables/ipkg/iptables-mod-ipopt.control
+++ b/openwrt/package/iptables/ipkg/iptables-mod-ipopt.control
@@ -1,5 +1,5 @@
Package: iptables-mod-ipopt
Priority: optional
Section: net
-Depends: kmod-ipt-ipopt
+Depends: iptables, kmod-ipt-ipopt
Description: Iptables (IPv4) extensions for matching/changing IP packet options
diff --git a/openwrt/package/iptables/ipkg/iptables-mod-ipsec.control b/openwrt/package/iptables/ipkg/iptables-mod-ipsec.control
index caf8f182cf..4b4d2e6383 100644
--- a/openwrt/package/iptables/ipkg/iptables-mod-ipsec.control
+++ b/openwrt/package/iptables/ipkg/iptables-mod-ipsec.control
@@ -1,5 +1,5 @@
Package: iptables-mod-ipsec
Priority: optional
Section: net
-Depends: kmod-ipt-ipsec
+Depends: iptables, kmod-ipt-ipsec
Description: Iptables (IPv4) extensions for matching special IPsec packets
diff --git a/openwrt/package/iptables/ipkg/iptables-mod-nat.control b/openwrt/package/iptables/ipkg/iptables-mod-nat.control
index f9d9613334..2ebbb1cf77 100644
--- a/openwrt/package/iptables/ipkg/iptables-mod-nat.control
+++ b/openwrt/package/iptables/ipkg/iptables-mod-nat.control
@@ -1,5 +1,5 @@
Package: iptables-mod-nat
Priority: optional
Section: net
-Depends: kmod-ipt-nat
+Depends: iptables, kmod-ipt-nat
Description: Iptables (IPv4) extensions for different NAT targets
diff --git a/openwrt/package/iptables/ipkg/iptables-mod-ulog.control b/openwrt/package/iptables/ipkg/iptables-mod-ulog.control
index b0aaa3d113..3fcd26fedf 100644
--- a/openwrt/package/iptables/ipkg/iptables-mod-ulog.control
+++ b/openwrt/package/iptables/ipkg/iptables-mod-ulog.control
@@ -1,5 +1,5 @@
Package: iptables-mod-ulog
Priority: optional
Section: net
-Depends: kmod-ipt-ulog
+Depends: iptables, kmod-ipt-ulog
Description: Iptables (IPv4) extension for user-space packet logging
diff --git a/openwrt/package/iptables/ipkg/iptables-utils.control b/openwrt/package/iptables/ipkg/iptables-utils.control
index 6bbb2ed359..aff5f4d778 100644
--- a/openwrt/package/iptables/ipkg/iptables-utils.control
+++ b/openwrt/package/iptables/ipkg/iptables-utils.control
@@ -1,4 +1,5 @@
Package: iptables-utils
Priority: optional
Section: net
+Depends: iptables
Description: iptables-save and iptables-restore for Iptables (IPv4)