From patchwork Sat Nov 3 17:48:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 196912 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 5603C2C00D8 for ; Sun, 4 Nov 2012 04:51:58 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id CDBA6A0228; Sat, 3 Nov 2012 17:51:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WObEwCf9a1zR; Sat, 3 Nov 2012 17:51:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E270BA061E; Sat, 3 Nov 2012 17:49:38 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 51CC78F74A for ; Sat, 3 Nov 2012 17:49:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7AC7381099 for ; Sat, 3 Nov 2012 17:49:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7U103eZ2g1v2 for ; Sat, 3 Nov 2012 17:49:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [88.190.12.23]) by whitealder.osuosl.org (Postfix) with ESMTP id B834080C09 for ; Sat, 3 Nov 2012 17:49:36 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id A0E47289; Sat, 3 Nov 2012 18:48:24 +0100 (CET) Received: from localhost (182.Red-88-19-115.staticIP.rima-tde.net [88.19.115.182]) by mail.free-electrons.com (Postfix) with ESMTPSA id 2FEE9237 for ; Sat, 3 Nov 2012 18:48:15 +0100 (CET) From: Thomas Petazzoni To: buildroot@busybox.net Date: Sat, 3 Nov 2012 18:48:03 +0100 Message-Id: <0003a7e4a071871640d8d842c6838611bf210ae5.1351964808.git.thomas.petazzoni@free-electrons.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: In-Reply-To: References: Subject: [Buildroot] [PATCH 18/18] netkittelnet: mark as deprecated X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net 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 --- package/netkittelnet/Config.in | 1 + 1 file changed, 1 insertion(+) 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.