diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-07-10 12:05:29 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-07-10 12:05:29 +0000 |
commit | 34ec3f93f6a9658b479ca18a30cdf4fac54ad92f (patch) | |
tree | 7f8ea92618b7435c1b23ee3c6d228246160ed1bc /openwrt/package/fprobe-ulog/Config.in | |
parent | f2209529fbe31c0e18ad924c372c888e353ebed7 (diff) | |
download | mtk-20170518-34ec3f93f6a9658b479ca18a30cdf4fac54ad92f.zip mtk-20170518-34ec3f93f6a9658b479ca18a30cdf4fac54ad92f.tar.gz mtk-20170518-34ec3f93f6a9658b479ca18a30cdf4fac54ad92f.tar.bz2 |
Add fprobe-ulog package
SVN-Revision: 1392
Diffstat (limited to 'openwrt/package/fprobe-ulog/Config.in')
-rw-r--r-- | openwrt/package/fprobe-ulog/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/fprobe-ulog/Config.in b/openwrt/package/fprobe-ulog/Config.in new file mode 100644 index 0000000..f86b9f7 --- /dev/null +++ b/openwrt/package/fprobe-ulog/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_FPROBE_ULOG + tristate "fprobe-ulog - NetFlow probe (ulog-based)" + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBPTHREAD + help + A NetFlow probe obtaining packets through linux netfilter code + (iptables ULOG target). + + http://fprobe.sourceforge.net/ + |