summaryrefslogtreecommitdiff
path: root/openwrt/package/fprobe/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-30 19:52:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-30 19:52:06 +0000
commit12163738553c2d0738cd229560ac54801cb6903c (patch)
treee09820491c56735607684f68a0fbdbcca39d2402 /openwrt/package/fprobe/Config.in
parented3887e3398a628099c42a404cfc59725ab360f6 (diff)
downloadmtk-20170518-12163738553c2d0738cd229560ac54801cb6903c.zip
mtk-20170518-12163738553c2d0738cd229560ac54801cb6903c.tar.gz
mtk-20170518-12163738553c2d0738cd229560ac54801cb6903c.tar.bz2
add fprobe
SVN-Revision: 773
Diffstat (limited to 'openwrt/package/fprobe/Config.in')
-rw-r--r--openwrt/package/fprobe/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/fprobe/Config.in b/openwrt/package/fprobe/Config.in
new file mode 100644
index 0000000..bf75c90
--- /dev/null
+++ b/openwrt/package/fprobe/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_FPROBE
+ tristate "fprobe"
+ default m if CONFIG_DEVEL
+ select BR2_PACKAGE_LIBPCAP
+ select BR2_PACKAGE_LIBPTHREAD
+
+ help
+ A NetFlow probe using libpcap
+
+ http://fprobe.sourceforge.net/