blob: af16fa837cc9e08517c7913364f7b90939e36dc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|