Sfoglia il codice sorgente

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 anni fa
parent
commit
b6a507c712
2 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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,
 	New packages: glib-networking, lcdprog, minicom, parted,
 	zeromq
 	zeromq
 
 
+	Deprecated packages: ttcp
+
 	Removed packages: ntfsprogs
 	Removed packages: ntfsprogs
 
 
 	Issues resolved (http://bugs.uclibc.org):
 	Issues resolved (http://bugs.uclibc.org):

+ 1 - 0
package/ttcp/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_TTCP
 config BR2_PACKAGE_TTCP
 	bool "ttcp"
 	bool "ttcp"
+	depends on BR2_DEPRECATED
 	help
 	help
 	  Benchmarking tool for determining TCP and UDP performance.
 	  Benchmarking tool for determining TCP and UDP performance.