blob: 94832d3d3ef9860d2d522acf5ef1882489e9b61e (
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 needs a toolchain w/ largefile"
depends on !BR2_LARGEFILE
|