diff options
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/ |