浏览代码

ttcp: deprecate package

Software is ancient, upstream is missing and the package hasn't seen any
significant changes since it was added in 2003.

Unless someone steps up to update it (E.G. to gentargets), it will
be removed during the 2012.05 cycle.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 13 年之前
父节点
当前提交
b6a507c712
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 2 0
      CHANGES
  2. 1 0
      package/ttcp/Config.in

+ 2 - 0
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):

+ 1 - 0
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.