diff options
Diffstat (limited to 'openwrt/package/iperf/Config.in')
-rw-r--r-- | openwrt/package/iperf/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/iperf/Config.in b/openwrt/package/iperf/Config.in new file mode 100644 index 000000000..22eedef0c --- /dev/null +++ b/openwrt/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/ + + |