13 lines
340 B
Plaintext
13 lines
340 B
Plaintext
|
config BR2_PACKAGE_NFACCT
|
||
|
bool "nfacct"
|
||
|
depends on BR2_LARGEFILE
|
||
|
select BR2_PACKAGE_LIBNETFILTER_ACCT
|
||
|
help
|
||
|
nfacct is the command line tool to create/retrieve/delete
|
||
|
netfilter accounting objects.
|
||
|
|
||
|
http://www.netfilter.org/projects/nfacct/
|
||
|
|
||
|
comment "nfacct requires a toolchain with LARGEFILE support"
|
||
|
depends on !BR2_LARGEFILE
|