buildrootschalter/package/ipset/Config.in
Gustavo Zacarias 6a7611b540 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>
2011-07-22 09:07:58 +02:00

13 lines
318 B
Plaintext

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