blob: 4edf52cfa5ba98f8832ee534b6d01562fa9857ec [file] [log] [blame]
Daniel Mentz2b795ec2013-10-03 13:13:53 -07001config BR2_PACKAGE_LIBNETFILTER_CONNTRACK
2 bool "libnetfilter_conntrack"
3 depends on BR2_LARGEFILE
4 select BR2_PACKAGE_LIBNFNETLINK
Petri Gynther2ffa0422015-11-10 13:00:00 -08005 select BR2_PACKAGE_LIBMNL
Daniel Mentz2b795ec2013-10-03 13:13:53 -07006 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
13comment "libnetfilter_conntrack requires a toolchain with LARGEFILE support"
14 depends on !BR2_LARGEFILE