Daniel Mentz | 2b795ec | 2013-10-03 13:13:53 -0700 | [diff] [blame] | 1 | config BR2_PACKAGE_LIBNETFILTER_CONNTRACK |
| 2 | bool "libnetfilter_conntrack" |
| 3 | depends on BR2_LARGEFILE |
| 4 | select BR2_PACKAGE_LIBNFNETLINK |
Petri Gynther | 2ffa042 | 2015-11-10 13:00:00 -0800 | [diff] [blame] | 5 | select BR2_PACKAGE_LIBMNL |
Daniel Mentz | 2b795ec | 2013-10-03 13:13:53 -0700 | [diff] [blame] | 6 | help |
| 7 | libnetfilter_conntrack is a userspace library providing |
| 8 | a programming interface (API) to the in-kernel |
| 9 | connection tracking state table. |
| 10 | |
| 11 | http://www.netfilter.org/projects/libnetfilter_conntrack/ |
| 12 | |
| 13 | comment "libnetfilter_conntrack requires a toolchain with LARGEFILE support" |
| 14 | depends on !BR2_LARGEFILE |