diff options
Diffstat (limited to 'openwrt/package/ttcp/Config.in')
-rw-r--r-- | openwrt/package/ttcp/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openwrt/package/ttcp/Config.in b/openwrt/package/ttcp/Config.in new file mode 100644 index 000000000..681ee2bf4 --- /dev/null +++ b/openwrt/package/ttcp/Config.in @@ -0,0 +1,5 @@ +config BR2_PACKAGE_TTCP + tristate "ttcp" + default m if CONFIG_DEVEL + help + A small utility to test TCP connection performance |