Commit d2c6e220 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

linux/advanced: default to make menuconfig

parent 132b010e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -406,7 +406,7 @@ config BR2_PACKAGE_LINUX_KCONFIG

choice
	prompt "Preferred config tool"
	default BR2_MAKE_XCONFIG
	default BR2_MAKE_MENUCONFIG
	depends on BR2_PACKAGE_LINUX_USE_XCONFIG
	help
	  Define the preferred tool to invoke if a configuration is invalid
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ else
KERNEL_CONFIG_METHOD:=$(strip $(subst ",,$(BR2_KERNEL_CONFIG_METHOD)))
#"))
ifeq ($(KERNEL_CONFIG_METHOD),)
KERNEL_CONFIG_METHOD:=xconfig
KERNEL_CONFIG_METHOD:=menuconfig
endif
endif
# -----------------------------------------------------------------------------