2011-07-21 21:49:57 +02:00
|
|
|
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/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "ipset needs a toolchain w/ largefile"
|
2011-07-21 21:49:57 +02:00
|
|
|
depends on !BR2_LARGEFILE
|