diff mbox

[18/18] netkittelnet: mark as deprecated

Message ID 0003a7e4a071871640d8d842c6838611bf210ae5.1351964808.git.thomas.petazzoni@free-electrons.com
State Accepted
Headers show

Commit Message

Thomas Petazzoni Nov. 3, 2012, 5:48 p.m. UTC
It is no longer being developed, the FTP is dead, and Debian has
removed it from the distribution.

Also it allows to not worry about adding RPC support through libtirpc
to this package.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/netkittelnet/Config.in |    1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Nov. 4, 2012, 12:18 a.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> It is no longer being developed, the FTP is dead, and Debian has
 Thomas> removed it from the distribution.

 Thomas> Also it allows to not worry about adding RPC support through libtirpc
 Thomas> to this package.

Committed, thanks.
diff mbox

Patch

diff --git a/package/netkittelnet/Config.in b/package/netkittelnet/Config.in
index 10eb022..1f11d88 100644
--- a/package/netkittelnet/Config.in
+++ b/package/netkittelnet/Config.in
@@ -1,6 +1,7 @@ 
 config BR2_PACKAGE_NETKITTELNET
 	bool "netkittelnet"
 	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
+	depends on BR2_DEPRECATED
 	select BR2_PACKAGE_NETKITBASE
 	help
 	  Standard Linux telnet client and server.