Przeglądaj źródła

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 lat temu
rodzic
commit
b6a507c712
2 zmienionych plików z 3 dodań i 0 usunięć
  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.