diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-07-21 16:49:57 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-22 09:07:58 +0200 |
commit | 6a7611b540677a072656e481d4735f2b4b6a3381 (patch) | |
tree | 5c475b5d5ea649d8a147d660244abd596961eac5 /package/ipset/ipset.mk | |
parent | bea473a4d4a949388826679abd53e3d43573a639 (diff) |
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 <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ipset/ipset.mk')
-rw-r--r-- | package/ipset/ipset.mk | 13 |
1 files changed, 13 insertions, 0 deletions
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)) |