From patchwork Wed Dec 30 12:30:59 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 561737 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 40567140BE7 for ; Wed, 30 Dec 2015 23:31:32 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 62CD2938E7; Wed, 30 Dec 2015 12:31:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xNrQU4b36grt; Wed, 30 Dec 2015 12:31:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 6BE56931C5; Wed, 30 Dec 2015 12:31:30 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 3D4761C118B for ; Wed, 30 Dec 2015 12:31:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2942191F23 for ; Wed, 30 Dec 2015 12:31:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9r79sOnLVDSg for ; Wed, 30 Dec 2015 12:31:26 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mx.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8618991E9B for ; Wed, 30 Dec 2015 12:31:26 +0000 (UTC) Received: from tarshish.tkos.co.il (unknown [10.0.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPSA id 0522A4409F8; Wed, 30 Dec 2015 14:31:22 +0200 (IST) From: Baruch Siach To: buildroot@busybox.net Date: Wed, 30 Dec 2015 14:30:59 +0200 Message-Id: X-Mailer: git-send-email 2.6.4 Subject: [Buildroot] [PATCH] wireshark: update help text X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Since commit 00be67d84696 (wireshark: enable GUI options, 2015-12-02) the GUI is enabled when the required libraries are present. Update the config help text accordingly. Cc: Gustavo Zacarias Signed-off-by: Baruch Siach Acked-by: Gustavo Zacarias --- package/wireshark/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/wireshark/Config.in b/package/wireshark/Config.in index 52b0f52e64cc..defeb4b3e479 100644 --- a/package/wireshark/Config.in +++ b/package/wireshark/Config.in @@ -6,8 +6,7 @@ config BR2_PACKAGE_WIRESHARK depends on BR2_USE_WCHAR # glib2 depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 help - Network traffic sniffer and protocol decoder. Currently only tshark, - the console interface, is enabled. + Network traffic sniffer and protocol decoder. http://www.wireshark.org