From patchwork Fri Oct 25 09:12:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 286106 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 39A432C007E for ; Fri, 25 Oct 2013 20:17:06 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7D14993BD6; Fri, 25 Oct 2013 09:17:05 +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 g0FTTzss4gQ8; Fri, 25 Oct 2013 09:17:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id EB47893BD2; Fri, 25 Oct 2013 09:17: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 4D6821BFA68 for ; Fri, 25 Oct 2013 09:17:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4C09F8CF49 for ; Fri, 25 Oct 2013 09:17: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 DrqbpwYSYNhD for ; Fri, 25 Oct 2013 09:17:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9247F8CF46 for ; Fri, 25 Oct 2013 09:17:01 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id cb5so757814wib.1 for ; Fri, 25 Oct 2013 02:17:00 -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=rK/1hMEfigCvz73+tVUjtTEN0qkMIv+uxeiej62r6Kg=; b=qE9CZyrbT0FprC2d3bVNVYUax0hO4BT9MsyIA2RoHrY5tYbENg374vT54CDxBzVaMd 8Kse3AzuWaeJLCvdqm6CCokVrTf9dqca0kqqjIaMW2zbW5XKKOqDCB44kkvOmpMTqy4p a9Wr1AGEmDrJNI7y5xHEDnIyTdX/530ufk8ZMNk7G0GATJDnCJ+tIkyKfNYs8MOPQYUo xcZPy4PhFXUf1MeklBtceja3xuBGqoA38O2310jIs6ZKSErH2icn35hMbmxSG6miOXrL weE48jS5a0uv0Howee+b/JsgCL7Wl6QNouI8RnMcx/x5xABCME8Og1IzjFENqW7DsRNg paaA== X-Received: by 10.180.188.197 with SMTP id gc5mr1603109wic.42.1382692620082; Fri, 25 Oct 2013 02:17:00 -0700 (PDT) Received: from localhost (193.5-14-84.ripe.coltfrance.com. [84.14.5.193]) by mx.google.com with ESMTPSA id b13sm3923689wic.9.2013.10.25.02.16.59 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 25 Oct 2013 02:16:59 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@busybox.net Date: Fri, 25 Oct 2013 11:12:44 +0200 Message-Id: <1382692364-25912-2-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 1.8.4.rc3 In-Reply-To: <1382692364-25912-1-git-send-email-maxime.hadjinlian@gmail.com> References: <1382692364-25912-1-git-send-email-maxime.hadjinlian@gmail.com> Subject: [Buildroot] [PATCH v2 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 --- 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 7147a0f..150619d 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" @@ -241,7 +241,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/matchbox/Config.in" source "package/metacity/Config.in" 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"