summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-09-26 06:32:42 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-09-26 06:32:42 +0000
commit1a1ac77c2644a780ada0a8c6a42a1167483bdd32 (patch)
tree872bf8fc90ce6f4c4092d305c1af0f2a747d0c17 /package/busybox/Config.in
parentb0b368f545a5e99174a2960332171b3a1c6a7cc5 (diff)
downloadbuildroot-novena-1a1ac77c2644a780ada0a8c6a42a1167483bdd32.tar.gz
buildroot-novena-1a1ac77c2644a780ada0a8c6a42a1167483bdd32.zip
Reduce clutter in packages menu
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 1574cf2f0..431b57e19 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -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 @@ config BR2_BANNER
# depends on BR2_PACKAGE_BUSYBOX
# help
# Build small initramfs perusing busybox.
+endif