From patchwork Sun Dec 16 17:01:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 206730 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 129372C008D for ; Mon, 17 Dec 2012 04:04:24 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 2D4F4A0110; Sun, 16 Dec 2012 17:04:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wiNqOLXmfz94; Sun, 16 Dec 2012 17:04:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 83FC9A00EC; Sun, 16 Dec 2012 17:03:19 +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 382D88F74B for ; Sun, 16 Dec 2012 17:02:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B241680C0E for ; Sun, 16 Dec 2012 17:02:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GyTbzHRM7rLI for ; Sun, 16 Dec 2012 17:02:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6977380C13 for ; Sun, 16 Dec 2012 17:02:46 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id hm2so1460493wib.10 for ; Sun, 16 Dec 2012 09:02:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references; bh=sCdcScM+n97jNxOozraUnjZ+75qUJF50Gel9QUlLzs4=; b=otqixdlH76TfX+bVzQUqK/EcQFsKhL/YZmGg3Bh/cjKg8SRA05PhnE2AnZzphl2Z4D OplWGcvcxqTzCRDGujdvl71RyAPEEI7piSf0DZcuZdOojQDB3ACYNaONiMpyPiJYqzGW 3t6Y5Y7bVBanfeDiUd1jPfwvUEmF2u+ZMYbtGjlumEdFFhfAGn4n1LsrRgkUs8Gz1ndQ /uqqfFOM2a187LUrYyezwR7sJxYDGvts4SfyKAsE+0I7oopE8ugwGG2Eb6EqchBWP70l vjm+r3e0FQAjuCiutshgIrO5IJUIHanVYjfDtRKj4qaih1XwhbYVyiFJbJ/o9D4QrD22 a6lw== Received: by 10.180.82.170 with SMTP id j10mr11597947wiy.2.1355677364748; Sun, 16 Dec 2012 09:02:44 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-41-119.w90-32.abo.wanadoo.fr. [90.32.24.119]) by mx.google.com with ESMTPS id w5sm7363031wif.11.2012.12.16.09.02.43 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 16 Dec 2012 09:02:43 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sun, 16 Dec 2012 18:01:54 +0100 Message-Id: <33613294ec63a8fb192e290d0e1cf09be944b9c2.1355677144.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: References: In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 25/27] package/qemu: move sub-options into a sub-menu 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 As there are now quite a few options to QEMU, move them into their own sub-menu, so it looks a bit less crowded in the 'misc' menu. Signed-off-by: "Yann E. MORIN" --- package/qemu/Config.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/qemu/Config.in b/package/qemu/Config.in index 4aa8647..435775a 100644 --- a/package/qemu/Config.in +++ b/package/qemu/Config.in @@ -2,7 +2,7 @@ comment "QEMU requires a toolchain with threads" depends on !BR2_i386 && !BR2_x86_64 depends on !BR2_TOOLCHAIN_HAS_THREADS -config BR2_PACKAGE_QEMU +menuconfig BR2_PACKAGE_QEMU bool "QEMU" depends on BR2_i386 || BR2_x86_64 depends on BR2_TOOLCHAIN_HAS_THREADS