summaryrefslogtreecommitdiff
path: root/openwrt/package/iptables/ipkg
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-04-14 04:27:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-04-14 04:27:05 +0000
commit5a4980a72bf26150aa8c83f11b34bfd7ee4c7dd2 (patch)
treeb77a532f446dcc775e4b21e2b64bd4c8899405e3 /openwrt/package/iptables/ipkg
parenta5992a14cb003f3672f20460cb3afa0c230e10fe (diff)
downloadmtk-20170518-5a4980a72bf26150aa8c83f11b34bfd7ee4c7dd2.zip
mtk-20170518-5a4980a72bf26150aa8c83f11b34bfd7ee4c7dd2.tar.gz
mtk-20170518-5a4980a72bf26150aa8c83f11b34bfd7ee4c7dd2.tar.bz2
port iptables to new config format, change handling of TITLE and DESCRIPTION
SVN-Revision: 3647
Diffstat (limited to 'openwrt/package/iptables/ipkg')
-rw-r--r--openwrt/package/iptables/ipkg/ip6tables.control5
-rw-r--r--openwrt/package/iptables/ipkg/iptables-extra.control5
-rw-r--r--openwrt/package/iptables/ipkg/iptables-mod-conntrack.control5
-rw-r--r--openwrt/package/iptables/ipkg/iptables-mod-extra.control5
-rw-r--r--openwrt/package/iptables/ipkg/iptables-mod-filter.control5
-rw-r--r--openwrt/package/iptables/ipkg/iptables-mod-imq.control5
-rw-r--r--openwrt/package/iptables/ipkg/iptables-mod-ipopt.control5
-rw-r--r--openwrt/package/iptables/ipkg/iptables-mod-ipsec.control5
-rw-r--r--openwrt/package/iptables/ipkg/iptables-mod-nat.control5
-rw-r--r--openwrt/package/iptables/ipkg/iptables-mod-ulog.control5
-rw-r--r--openwrt/package/iptables/ipkg/iptables-utils.control5
-rw-r--r--openwrt/package/iptables/ipkg/iptables.control4
12 files changed, 0 insertions, 59 deletions
diff --git a/openwrt/package/iptables/ipkg/ip6tables.control b/openwrt/package/iptables/ipkg/ip6tables.control
deleted file mode 100644
index c6d6393..0000000
--- a/openwrt/package/iptables/ipkg/ip6tables.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: ip6tables
-Priority: optional
-Depends: kmod-ip6tables
-Section: net
-Description: The netfilter firewalling software for IPv6
diff --git a/openwrt/package/iptables/ipkg/iptables-extra.control b/openwrt/package/iptables/ipkg/iptables-extra.control
deleted file mode 100644
index afd4235..0000000
--- a/openwrt/package/iptables/ipkg/iptables-extra.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: iptables-extra
-Priority: optional
-Section: net
-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
deleted file mode 100644
index 840992e..0000000
--- a/openwrt/package/iptables/ipkg/iptables-mod-conntrack.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: iptables-mod-conntrack
-Priority: optional
-Section: net
-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
deleted file mode 100644
index f26b4a4..0000000
--- a/openwrt/package/iptables/ipkg/iptables-mod-extra.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: iptables-mod-extra
-Priority: optional
-Section: net
-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
deleted file mode 100644
index 43ec799..0000000
--- a/openwrt/package/iptables/ipkg/iptables-mod-filter.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: iptables-mod-filter
-Priority: optional
-Section: net
-Depends: iptables, kmod-ipt-filter
-Description: Iptables (IPv4) extension for packet content inspection
diff --git a/openwrt/package/iptables/ipkg/iptables-mod-imq.control b/openwrt/package/iptables/ipkg/iptables-mod-imq.control
deleted file mode 100644
index d1e46d2..0000000
--- a/openwrt/package/iptables/ipkg/iptables-mod-imq.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: iptables-mod-imq
-Priority: optional
-Section: net
-Depends: kmod-imq
-Description: Iptables (IPv4) extensions for Intermediate Queuing Device QoS-support
diff --git a/openwrt/package/iptables/ipkg/iptables-mod-ipopt.control b/openwrt/package/iptables/ipkg/iptables-mod-ipopt.control
deleted file mode 100644
index 51ec6b2..0000000
--- a/openwrt/package/iptables/ipkg/iptables-mod-ipopt.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: iptables-mod-ipopt
-Priority: optional
-Section: net
-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
deleted file mode 100644
index 4b4d2e6..0000000
--- a/openwrt/package/iptables/ipkg/iptables-mod-ipsec.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: iptables-mod-ipsec
-Priority: optional
-Section: net
-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
deleted file mode 100644
index 2ebbb1c..0000000
--- a/openwrt/package/iptables/ipkg/iptables-mod-nat.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: iptables-mod-nat
-Priority: optional
-Section: net
-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
deleted file mode 100644
index 3fcd26f..0000000
--- a/openwrt/package/iptables/ipkg/iptables-mod-ulog.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: iptables-mod-ulog
-Priority: optional
-Section: net
-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
deleted file mode 100644
index aff5f4d..0000000
--- a/openwrt/package/iptables/ipkg/iptables-utils.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: iptables-utils
-Priority: optional
-Section: net
-Depends: iptables
-Description: iptables-save and iptables-restore for Iptables (IPv4)
diff --git a/openwrt/package/iptables/ipkg/iptables.control b/openwrt/package/iptables/ipkg/iptables.control
deleted file mode 100644
index 40a6523..0000000
--- a/openwrt/package/iptables/ipkg/iptables.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: iptables
-Priority: optional
-Section: net
-Description: The netfilter firewalling software for IPv4