diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-30 19:52:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-30 19:52:06 +0000 |
commit | 12163738553c2d0738cd229560ac54801cb6903c (patch) | |
tree | e09820491c56735607684f68a0fbdbcca39d2402 /openwrt/package/fprobe/Config.in | |
parent | ed3887e3398a628099c42a404cfc59725ab360f6 (diff) | |
download | mtk-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.in | 10 |
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/ |