diff options
Diffstat (limited to 'package/nfacct/Config.in')
-rw-r--r-- | package/nfacct/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/nfacct/Config.in b/package/nfacct/Config.in new file mode 100644 index 000000000..ac437dac9 --- /dev/null +++ b/package/nfacct/Config.in @@ -0,0 +1,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 |