summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--package/ttcp/Config.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 284707c36..44079a51c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -29,6 +29,8 @@
New packages: glib-networking, lcdprog, minicom, parted,
zeromq
+ Deprecated packages: ttcp
+
Removed packages: ntfsprogs
Issues resolved (http://bugs.uclibc.org):
diff --git a/package/ttcp/Config.in b/package/ttcp/Config.in
index a3f5a719f..0262fc9e3 100644
--- a/package/ttcp/Config.in
+++ b/package/ttcp/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_TTCP
bool "ttcp"
+ depends on BR2_DEPRECATED
help
Benchmarking tool for determining TCP and UDP performance.