1config BR2_PACKAGE_LIBNETFILTER_QUEUE 2 bool "libnetfilter_queue" 3 select BR2_PACKAGE_LIBNFNETLINK 4 select BR2_PACKAGE_LIBMNL 5 help 6 libnetfilter_queue is the userspace library that provides 7 the programming interface to the fine-grain 8 connection tracking timeout infrastructure. 9 10 http://www.netfilter.org/projects/libnetfilter_queue/ 11