bool
default y
-comment "Busybox Settings"
+menu "Busybox Settings"
menu "General Configuration"
source libbb/Config.in
+endmenu
+
comment "Applets"
source archival/Config.in
ifneq ($(strip $(HAVE_DOT_CONFIG)),y)
# Default target if none was requested explicitly
-all: defconfig menuconfig ;
+all: menuconfig ;
ifneq ($(filter-out $(noconfig_targets),$(MAKECMDGOALS)),)
# warn if no configuration exists and we are asked to build a non-config target
$(Q)$(MAKE) -C scripts/config ncurses conf mconf
menuconfig: scripts/config/mconf
+ @[ -f .config ] || make $(MAKEFLAGS) defconfig
@./scripts/config/mconf $(CONFIG_CONFIG_IN)
config: scripts/config/conf