mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
f4716f79a0
Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
config BR2_PACKAGE_IPSET
|
|
bool "ipset"
|
|
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/
|