From patchwork Thu Mar 26 21:30:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 455203 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id C900D140161 for ; Fri, 27 Mar 2015 08:32:39 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=GFmmNSBX; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B9B9A92382; Thu, 26 Mar 2015 21:32:38 +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 eRwJkRL3Rpnm; Thu, 26 Mar 2015 21:32:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D851F92309; Thu, 26 Mar 2015 21:32:36 +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 356AB1C2865 for ; Thu, 26 Mar 2015 21:32:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2F1A992308 for ; Thu, 26 Mar 2015 21:32:35 +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 j7tizrLLLCQb for ; Thu, 26 Mar 2015 21:32:33 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6A60292382 for ; Thu, 26 Mar 2015 21:32:33 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t2QLWOor008144 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 26 Mar 2015 21:32:27 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1427405549; bh=x3GW+tlEDT5u/MwnquLe7mJoUkYDBHQvExh5I506UNc=; h=From:To:Cc:Subject:Date; b=GFmmNSBXWP/Srj2sM3JooLSiMhtNcNo/Ewvoei4mNs3D6ddJXc4yOzXD+LkcZM/O4 LvjsatS0wPPDsXJykXhppNvlxWFWYO87OCvcnOokU4hSrQbo7eao2rDtG29zKGx6Wv fdW1qaTey9TeCpDpu2ZWog46HS5lIqcVPtdE6T7E= Received: by asgard (sSMTP sendmail emulation); Thu, 26 Mar 2015 18:30:07 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 26 Mar 2015 18:30:07 -0300 Message-Id: <1427405407-6338-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 X-Virus-Scanned: clamav-milter 0.98.6 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] e2tools/host: remove hyphen 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" All the other host packages that have a menu entry use a space, so make it consistent. Signed-off-by: Gustavo Zacarias --- package/e2tools/Config.in.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/e2tools/Config.in.host b/package/e2tools/Config.in.host index 772262a..859c47b 100644 --- a/package/e2tools/Config.in.host +++ b/package/e2tools/Config.in.host @@ -1,5 +1,5 @@ config BR2_PACKAGE_HOST_E2TOOLS - bool "host-e2tools" + bool "host e2tools" select BR2_PACKAGE_HOST_E2FSPROGS help E2tools is a simple set of GPL'ed utilities to read, write,