blob: a918dac743a0b9ce37c5599f5d738676ce01d176 (
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 needs a toolchain w/ largefile"
depends on !BR2_LARGEFILE
|