aboutsummaryrefslogtreecommitdiffstats
path: root/package/fprobe-ulog/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-07-10 12:05:29 +0000
committerNicolas Thill <nico@openwrt.org>2005-07-10 12:05:29 +0000
commitee30cb12b90366fe25a74b5ae1e1b26ed9d66810 (patch)
treeb525466dfc9f76b7abb969c8e8239eb6dbe4d63b /package/fprobe-ulog/Config.in
parent2dabcd220c9ca7fcbf7a5b11aa8f0a0bf9ee2911 (diff)
downloadmaster-187ad058-ee30cb12b90366fe25a74b5ae1e1b26ed9d66810.tar.gz
master-187ad058-ee30cb12b90366fe25a74b5ae1e1b26ed9d66810.tar.bz2
master-187ad058-ee30cb12b90366fe25a74b5ae1e1b26ed9d66810.zip
Add fprobe-ulog package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1392 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/fprobe-ulog/Config.in')
-rw-r--r--package/fprobe-ulog/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/fprobe-ulog/Config.in b/package/fprobe-ulog/Config.in
new file mode 100644
index 0000000000..f86b9f79dd
--- /dev/null
+++ b/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/
+