From patchwork Fri Nov 30 01:41:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Charles Manning X-Patchwork-Id: 202854 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 0B15D2C008E for ; Fri, 30 Nov 2012 12:42:12 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4C6B6311B3; Fri, 30 Nov 2012 01:42:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JsxCKYs3LXz3; Fri, 30 Nov 2012 01:42:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 57D0B311AC; Fri, 30 Nov 2012 01:42:10 +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 0DFCC8F74A for ; Fri, 30 Nov 2012 01:42:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1E2EF8BCD7 for ; Fri, 30 Nov 2012 01:42:09 +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 T5IsIZeQlXGL for ; Fri, 30 Nov 2012 01:42:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id 171938BCD0 for ; Fri, 30 Nov 2012 01:42:08 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id fb10so9996022pad.16 for ; Thu, 29 Nov 2012 17:42:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=GAKekr4c5xL3qcRg33C/ahySpTsv9X+9/PjrJuHo4EY=; b=Bwfk54TGf6g7F2Lx0szhtNR0kCMMO5u6vDNGiS2EjaQZ2c6FHZ1LNDFxj6ys+tDnMZ Z4iwgprfW9kuKVeaufl+ew5CYBGSWN5iDD+Ggy5oe+1cDQFUhP71S/McIrniRv6lw5UJ DtzJ2Z7SDdFqL/1GGzC7K7SmfVnG+U6nOCwhwDzk+QsFmdj7NgmXujQayTf+iqaEbrIS z85TDTl2uR8etKYlgyF2PQ8HuvUrYQKplKFecgKP+Np+lUK9yuy2Ttg2dJ/sAANjsk+W r0GmBaDpZWb6bgSy+4S/PVbuQu3a3uHkOnByVtR8MCDyOluGEkbMMLYE28tKAe/3hLOn Plfw== Received: by 10.66.76.162 with SMTP id l2mr66772161paw.13.1354239727536; Thu, 29 Nov 2012 17:42:07 -0800 (PST) Received: from localhost.localdomain (125.118.124.202.static.snap.net.nz. [202.124.118.125]) by mx.google.com with ESMTPS id ak10sm2107358pbd.24.2012.11.29.17.42.05 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 29 Nov 2012 17:42:06 -0800 (PST) From: Charles Manning To: buildroot@busybox.net Date: Fri, 30 Nov 2012 14:41:51 +1300 Message-Id: <1354239711-18064-1-git-send-email-cdhmanning@gmail.com> X-Mailer: git-send-email 1.7.1 Subject: [Buildroot] [PATCH 1/2] Change Filesystem utilities heading because it has mtd utils too. 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 Changing it to Filesystem and flash utilities gives far better navigation for mtd utils. Signed-off-by: Charles Manning --- package/Config.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/Config.in b/package/Config.in index 5d9783a..15d7ad6 100644 --- a/package/Config.in +++ b/package/Config.in @@ -177,7 +177,7 @@ source "package/xterm/Config.in" source "package/xvkbd/Config.in" endmenu -menu "Filesystem utilities" +menu "Filesystem and flash utilities" source "package/cifs-utils/Config.in" source "package/cramfs/Config.in" source "package/dosfstools/Config.in"