blob: ac437dac927f93780db982d0ae50c72de0374517 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|