diff options
Diffstat (limited to 'package/iperf/Config.in')
-rw-r--r-- | package/iperf/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/iperf/Config.in b/package/iperf/Config.in new file mode 100644 index 0000000000..22eedef0c9 --- /dev/null +++ b/package/iperf/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_IPERF + tristate "iperf - Internet Protocol bandwidth measuring tool" +# default m if CONFIG_DEVEL + default n + help + Iperf is a modern alternative for measuring TCP and UDP bandwidth + performance, allowing the tuning of various parameters and + characteristics. + + http://dast.nlanr.net/Projects/Iperf/ + + |