aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-08 22:24:52 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-08 22:24:52 +0000
commitae9be1b54506c8cbf72135d4b8554e9e896a7e22 (patch)
tree15f4c32ef1c90d45ef46618a26b62ff8169c8724
parentb8465f101136b787269f4c4da1b267178c925a14 (diff)
downloadupstream-ae9be1b54506c8cbf72135d4b8554e9e896a7e22.tar.gz
upstream-ae9be1b54506c8cbf72135d4b8554e9e896a7e22.tar.bz2
upstream-ae9be1b54506c8cbf72135d4b8554e9e896a7e22.zip
make all sub-packages depend on iptables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2604 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 de04e4a51f9..afd4235c42e 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 35f2afaac6f..840992e677f 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 7111eab887a..f26b4a45829 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 30add3172af..43ec799557c 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 4a8c72f4096..51ec6b20ab3 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 caf8f182cf5..4b4d2e63838 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 f9d9613334e..2ebbb1cf772 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 b0aaa3d1134..3fcd26fedf8 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 6bbb2ed3593..aff5f4d7787 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)