2012-10-30 03:29:50 +01:00
|
|
|
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/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "nfacct needs a toolchain w/ largefile"
|
2012-10-30 03:29:50 +01:00
|
|
|
depends on !BR2_LARGEFILE
|