From 5010039460817ceb3893a0f0c8ea15e8d8484023 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 25 Sep 2007 07:55:45 +0000 Subject: - revert patch that obfuscates the config UI and doesn't reflect the order of config steps --- package/busybox/Config.in | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'package/busybox/Config.in') diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 72f17707d..be2306f68 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -1,5 +1,3 @@ - - config BR2_PACKAGE_BUSYBOX bool "BusyBox" default y @@ -121,6 +119,22 @@ config BR2_PACKAGE_BUSYBOX_CONFIG Most people will just use the default BusyBox configuration file. +config BR2_PACKAGE_BUSYBOX_HIDE_OTHERS + bool "Hide applications that are provided by busybox" + depends on BR2_PACKAGE_BUSYBOX + default y if BR2_PACKAGE_BUSYBOX_SNAPSHOT + help + Do not show packages in menuconfig that are potentially provided + by busybox. + +config BR2_PACKAGE_BUSYBOX_SKELETON + bool "use minimal target skeleton" + depends on BR2_PACKAGE_BUSYBOX + depends on !BR2_BUSYBOX_VERSION_1_0_1 + help + Use a minimal target skeleton. Make sure to select mdev + which is used to populate /dev/. + #config BR2_PACKAGE_BUSYBOX_INITRAMFS # bool "initramfs perusing busybox" # depends on BR2_PACKAGE_BUSYBOX -- cgit v1.2.3