From patchwork Wed Nov 28 00:12:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Charles Manning X-Patchwork-Id: 202327 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 D04182C0086 for ; Wed, 28 Nov 2012 11:12:12 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 209DCA01A2; Wed, 28 Nov 2012 00:12:10 +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 rR9WqMl33tyc; Wed, 28 Nov 2012 00:12:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 8E27BA0197; Wed, 28 Nov 2012 00:12:06 +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 F0AE68F74A for ; Wed, 28 Nov 2012 00:12:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 150EA81B97 for ; Wed, 28 Nov 2012 00:12:05 +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 c1P2kpEfdEC3 for ; Wed, 28 Nov 2012 00:12:04 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 62390855C7 for ; Wed, 28 Nov 2012 00:12:04 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id 17so17203223iea.16 for ; Tue, 27 Nov 2012 16:12:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=fdiWmduPuUYuTS87QXg8CRjKpnwh353oIWBaW0qa/M4=; b=a/gz9xu4XMoZebNq3TErh3klZ3VcfNufS3dkUo5a+h4RYdBtm3cBr84aBQkQitgRIt mSj9TTmajpWOykuW3+GmfB2z9J0XPVpOQ5mMXLv+hSbnE65IUpA7B1MAgvY5A2kSlu8H X0e+LOAwJGEaZdrQZMcuHiAi1kBqmhiFAhMYyRijYDiQ95ki93WvdGQlFGf+gvZ8YfKU bLyAi9Iyx68KvfmYKfXM+habcIEw9mG/b8j5DMi20rZbARP42FCFasqN/p7wSQvO2p5T nxOvyKfl7FSukHnyFGT+U1DCC51DK6ShD3kpuFwitKoQL3im+kh1wnNhab5X3Htyslau r+9w== MIME-Version: 1.0 Received: by 10.42.101.11 with SMTP id c11mr15384796ico.52.1354061523733; Tue, 27 Nov 2012 16:12:03 -0800 (PST) Received: by 10.64.18.112 with HTTP; Tue, 27 Nov 2012 16:12:03 -0800 (PST) Date: Wed, 28 Nov 2012 13:12:03 +1300 Message-ID: From: Charles Manning To: buildroot@busybox.net Subject: [Buildroot] Improving config navigation for mtd tools 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Hello All The mtd utilities are part flash utilities and part file system utilities. This makes it a bit cryptic to put them under "Filesystem utilities". I suggest this can be resolved by remaining the heading to "Filesystem and flash utilities" Regards Charles --- 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"