[Buildroot] [PATCH 35/36] package/qemu: move sub-options into a sub-menu

Yann E. MORIN yann.morin.1998 at free.fr
Sun Aug 12 23:54:23 UTC 2012


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" <yann.morin.1998 at free.fr>
---
 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 89b37af..e51b045 100644
--- a/package/qemu/Config.in
+++ b/package/qemu/Config.in
@@ -1,4 +1,4 @@
-config BR2_PACKAGE_QEMU
+menuconfig BR2_PACKAGE_QEMU
 	bool "QEMU"
 	depends on BR2_PACKAGE_PYTHON       # We only need host-python,
 	                                    # but there's no way to say so.
-- 
1.7.2.5



More information about the buildroot mailing list