From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package: busybox
Date: Tue, 25 Sep 2007 23:32:45 -0700 (PDT) [thread overview]
Message-ID: <20070926063245.872C3A65AC@busybox.net> (raw)
Author: ulf
Date: 2007-09-25 23:32:42 -0700 (Tue, 25 Sep 2007)
New Revision: 20032
Log:
Reduce clutter in packages menu
Modified:
trunk/buildroot/package/Config.in
trunk/buildroot/package/busybox/Config.in
Changeset:
Modified: trunk/buildroot/package/Config.in
===================================================================
--- trunk/buildroot/package/Config.in 2007-09-26 06:13:09 UTC (rev 20031)
+++ trunk/buildroot/package/Config.in 2007-09-26 06:32:42 UTC (rev 20032)
@@ -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 ---"
-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.
+
+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/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 @@
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"
Modified: trunk/buildroot/package/busybox/Config.in
===================================================================
--- trunk/buildroot/package/busybox/Config.in 2007-09-26 06:13:09 UTC (rev 20031)
+++ trunk/buildroot/package/busybox/Config.in 2007-09-26 06:32:42 UTC (rev 20032)
@@ -1,3 +1,10 @@
+menuconfig BR2_BUSYBOX_MENU
+ bool "Busybox configuration -- the default minimal system"
+ default y
+ help
+ Configuration of Busybox,
+
+if BR2_BUSYBOX_MENU
config BR2_PACKAGE_BUSYBOX
bool "BusyBox"
default y
@@ -155,3 +162,4 @@
# depends on BR2_PACKAGE_BUSYBOX
# help
# Build small initramfs perusing busybox.
+endif
next reply other threads:[~2007-09-26 6:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-26 6:32 ulf at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-01-17 11:48 [Buildroot] svn commit: trunk/buildroot/package: busybox aldot at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070926063245.872C3A65AC@busybox.net \
--to=ulf@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox