From 6a7611b540677a072656e481d4735f2b4b6a3381 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 21 Jul 2011 16:49:57 -0300 Subject: ipset: new package Add ipset support package. Note that this requires bleeding edge (>=2.6.39) kernel version or patches. [Peter: needs largefile, host-pkg-config] Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/ipset/ipset.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/ipset/ipset.mk (limited to 'package/ipset/ipset.mk') diff --git a/package/ipset/ipset.mk b/package/ipset/ipset.mk new file mode 100644 index 000000000..9d901fc53 --- /dev/null +++ b/package/ipset/ipset.mk @@ -0,0 +1,13 @@ +############################################################# +# +# ipset +# +############################################################# + +IPSET_VERSION = 6.8 +IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2 +IPSET_SITE = http://ipset.netfilter.org +IPSET_AUTORECONF = YES +IPSET_DEPENDENCIES = libmnl host-pkg-config + +$(eval $(call AUTOTARGETS,package,ipset)) -- cgit v1.2.3