summaryrefslogtreecommitdiff
path: root/package/ipset/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2011-07-21 16:49:57 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2011-07-22 09:07:58 +0200
commit6a7611b540677a072656e481d4735f2b4b6a3381 (patch)
tree5c475b5d5ea649d8a147d660244abd596961eac5 /package/ipset/Config.in
parentbea473a4d4a949388826679abd53e3d43573a639 (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/Config.in')
-rw-r--r--package/ipset/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/ipset/Config.in b/package/ipset/Config.in
new file mode 100644
index 000000000..af16fa837
--- /dev/null
+++ b/package/ipset/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_IPSET
+ bool "ipset"
+ depends on BR2_LARGEFILE
+ select BR2_PACKAGE_LIBMNL
+ help
+ Utility to manage IP sets in the linux kernel.
+ Requires a patched kernel or version >=2.6.39.
+
+ http://ipset.netfilter.org/
+
+comment "ipset requires a toolchain with LARGEFILE support"
+ depends on !BR2_LARGEFILE