diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-18 10:40:10 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-18 10:40:10 +0000 |
commit | b5d40c198c176c11f852f581ea4a4f206cd2ac47 (patch) | |
tree | 777f21339f394e0598b2865fe6517cf2df43a76a /package/iptables/ipkg | |
parent | c9b4e4c61c35501d7cec1438fb7e1fe39bec9638 (diff) | |
download | upstream-b5d40c198c176c11f852f581ea4a4f206cd2ac47.tar.gz upstream-b5d40c198c176c11f852f581ea4a4f206cd2ac47.tar.bz2 upstream-b5d40c198c176c11f852f581ea4a4f206cd2ac47.zip |
Convert iptables to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@922 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/ipkg')
-rw-r--r-- | package/iptables/ipkg/ip6tables.control | 7 | ||||
-rw-r--r-- | package/iptables/ipkg/iptables-extra.control | 7 | ||||
-rw-r--r-- | package/iptables/ipkg/iptables-utils.control | 6 | ||||
-rw-r--r-- | package/iptables/ipkg/iptables.control | 6 |
4 files changed, 26 insertions, 0 deletions
diff --git a/package/iptables/ipkg/ip6tables.control b/package/iptables/ipkg/ip6tables.control new file mode 100644 index 0000000000..dcfe37d6ff --- /dev/null +++ b/package/iptables/ipkg/ip6tables.control @@ -0,0 +1,7 @@ +Package: ip6tables +Priority: optional +Depends: kmod-ip6tables +Section: net +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: The netfilter firewalling software for IPv6 diff --git a/package/iptables/ipkg/iptables-extra.control b/package/iptables/ipkg/iptables-extra.control new file mode 100644 index 0000000000..a8a4103599 --- /dev/null +++ b/package/iptables/ipkg/iptables-extra.control @@ -0,0 +1,7 @@ +Package: iptables-extra +Priority: optional +Section: net +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: Extra plugins for iptables +Depends: kmod-iptables-extra diff --git a/package/iptables/ipkg/iptables-utils.control b/package/iptables/ipkg/iptables-utils.control new file mode 100644 index 0000000000..2dbc80e1e8 --- /dev/null +++ b/package/iptables/ipkg/iptables-utils.control @@ -0,0 +1,6 @@ +Package: iptables-utils +Priority: optional +Section: net +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: iptables-save and iptables-restore diff --git a/package/iptables/ipkg/iptables.control b/package/iptables/ipkg/iptables.control new file mode 100644 index 0000000000..7a084a7cdf --- /dev/null +++ b/package/iptables/ipkg/iptables.control @@ -0,0 +1,6 @@ +Package: iptables +Priority: optional +Section: net +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: The netfilter firewalling software for IPv4 |