1config BR2_PACKAGE_LIBNETFILTER_CTHELPER 2 bool "libnetfilter_cthelper" 3 select BR2_PACKAGE_LIBMNL 4 help 5 libnetfilter_cthelper is the userspace library that provides 6 the programming interface to the user-space helper 7 infrastructure available since Linux kernel 3.6. 8 9 http://www.netfilter.org/projects/libnetfilter_cthelper/ 10