From 1a1ac77c2644a780ada0a8c6a42a1167483bdd32 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Wed, 26 Sep 2007 06:32:42 +0000 Subject: Reduce clutter in packages menu --- package/Config.in | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'package/Config.in') diff --git a/package/Config.in b/package/Config.in index 14474afe7..6c1c10ecb 100644 --- a/package/Config.in +++ b/package/Config.in @@ -1,11 +1,17 @@ menu "Package Selection for the target" - -comment "The default minimal system" source "package/busybox/Config.in" +comment "The minimum needed to build a uClibc development system ---" + +menuconfig BR2_APPLICATIONS + bool "Common Applications" + default y + help + A set of applications, utilities and libraries for + text processing, toolchain generation and other things. -comment "The minimum needed to build a uClibc development system" +if BR2_APPLICATIONS source "package/bash/Config.in" source "package/bzip2/Config.in" if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS @@ -77,7 +83,6 @@ source "package/lsof/Config.in" source "package/ltp-testsuite/Config.in" source "package/ltrace/Config.in" source "package/ltt/Config.in" -source "package/microcom/Config.in" if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS source "package/module-init-tools/Config.in" source "package/modutils/Config.in" @@ -114,14 +119,18 @@ endif if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS source "package/which/Config.in" endif +endif menuconfig BR2_NETWORK_SUPPORT bool "Networking" default y help - Support for networking and related packages + Support for communication, networking and related packages if BR2_NETWORK_SUPPORT +comment "Communications applications" +source "package/microcom/Config.in" +comment "Networking applications" source "package/argus/Config.in" source "package/avahi/Config.in" source "package/boa/Config.in" -- cgit v1.2.3-55-g7522