blob: 76cdf7db4fe227382d1246239d8b4fba3bd7a918 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_LIBNETFILTER_ACCT
bool "libnetfilter_acct"
depends on BR2_LARGEFILE
select BR2_PACKAGE_LIBMNL
help
libnetfilter_acct is the userspace library providing interface
to extended accounting infrastructure.
http://www.netfilter.org/projects/libnetfilter_acct/
comment "libnetfilter_acct requires a toolchain with LARGEFILE support"
depends on !BR2_LARGEFILE
|