buildroot/package/libnetfilter_queue/Config.in
Gustavo Zacarias 79ce08bbdc packages: remove non-IPv6 dependencies and tweaks
Now that IPv6 is mandatory remove package dependencies and conditionals
for it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-22 23:06:35 +02:00

11 lines
344 B
Plaintext

config BR2_PACKAGE_LIBNETFILTER_QUEUE
bool "libnetfilter_queue"
select BR2_PACKAGE_LIBNFNETLINK
select BR2_PACKAGE_LIBMNL
help
libnetfilter_queue is the userspace library that provides
the programming interface to the fine-grain
connection tracking timeout infrastructure.
http://www.netfilter.org/projects/libnetfilter_queue/