From patchwork Fri Oct 25 15:05:52 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 286167 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 C65642C0092 for ; Sat, 26 Oct 2013 02:06:05 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id ECAAC93BEC; Fri, 25 Oct 2013 15:06:04 +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 ohffoCjXKwL4; Fri, 25 Oct 2013 15:06:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 61BBA93BF1; Fri, 25 Oct 2013 15:06:04 +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 5FCD81CE782 for ; Fri, 25 Oct 2013 15:06:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5B24B8CFCF for ; Fri, 25 Oct 2013 15:06:02 +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 eeRKp+-EKU09 for ; Fri, 25 Oct 2013 15:06:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by whitealder.osuosl.org (Postfix) with ESMTPS id 999838CE7E for ; Fri, 25 Oct 2013 15:06:01 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id m15so3891202wgh.13 for ; Fri, 25 Oct 2013 08:05:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=YgI+ORFTUhtPMoVQykbduYcvs3OY6SBifWkQvPRK/hU=; b=qzshIXaHipC0OT5S8xcI0wSJ+deXBk2PHmk37RgtHcxQxGYgN0SypzSM0ZRhsNthDP 5zQMDMLwn0JMVzE8f+8S49Y3D2i7zjKQu9ADsMoroyrbm7HmXHVUQ5AlkiKOrNelcJrW aaDKEGJ2E4oWW/hJStoqPeeiBxCf5Fu7IeeFsttI1jcU6LuqzZ1jHspdKGLDW/3GcVPb eKxdZ7L4HRzawqSLpR0XIQv850meE5NtHtAE9SjW3XYWA1wfDpcAq5UnfqgLzfq0DPPr /qzn435Rv5mxYOJgie1aXNTJzJp03kajUI22QtTRlL20QBSZoEuj6Oeq6WrBx0cAWDfA VcaQ== X-Received: by 10.180.188.49 with SMTP id fx17mr2896614wic.33.1382713559838; Fri, 25 Oct 2013 08:05:59 -0700 (PDT) Received: from localhost (193.5-14-84.ripe.coltfrance.com. [84.14.5.193]) by mx.google.com with ESMTPSA id ft19sm7002021wic.5.2013.10.25.08.05.57 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 25 Oct 2013 08:05:58 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@busybox.net Date: Fri, 25 Oct 2013 17:05:52 +0200 Message-Id: <1382713552-29095-2-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 1.8.4.rc3 In-Reply-To: <1382713552-29095-1-git-send-email-maxime.hadjinlian@gmail.com> References: <1382713552-29095-1-git-send-email-maxime.hadjinlian@gmail.com> Subject: [Buildroot] [PATCH v3 2/2] packages/Config.in: Change entries titles 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 This patch mostly fix the casing on different entries titles. It also changes the name of "Misc devices firmwares" to a simpler "Firmware". Signed-off-by: Maxime Hadjinlian Acked-by: Thomas De Schampheleire --- Changes v2 -> v3: - Add the rename of Misc devices firmwares to Firmware (suggested by Thomas De Schampheleire) Changes v1 -> v2: - Fix Other GUIs casing (suggested by Thomas De Schampheleire) Signed-off-by: Maxime Hadjinlian --- package/Config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/Config.in b/package/Config.in index e40fa31..32be4d9 100644 --- a/package/Config.in +++ b/package/Config.in @@ -169,7 +169,7 @@ source "package/gnuplot/Config.in" source "package/jhead/Config.in" source "package/rrdtool/Config.in" -comment "graphic libraries" +comment "Graphic libraries" source "package/cegui06/Config.in" source "package/directfb/Config.in" source "package/directfb-examples/Config.in" @@ -196,7 +196,7 @@ source "package/sdl_net/Config.in" source "package/sdl_sound/Config.in" source "package/sdl_ttf/Config.in" -comment "other GUIs" +comment "Other GUIs" source "package/efl/Config.in" source "package/qt/Config.in" @@ -240,7 +240,7 @@ source "package/liberation/Config.in" source "package/libsexy/Config.in" source "package/x11r7/xkeyboard-config/Config.in" -comment "X Window managers" +comment "X window managers" source "package/blackbox/Config.in" source "package/enlightenment/Config.in" source "package/fluxbox/Config.in" @@ -249,7 +249,7 @@ source "package/metacity/Config.in" endmenu menu "Hardware handling" -menu "Misc devices firmwares" +menu "Firmware" source "package/am33x-cm3/Config.in" source "package/b43-firmware/Config.in" source "package/linux-firmware/Config.in"