From 9f20b5f97fbd1106b1732fb1a36f094bd88172fd Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sun, 25 Jan 2009 21:48:33 +0000 Subject: Use new SHELL variable BUILDROOT_KERNEL_CONFIG_METHOD which will override selection between xconfig and menuconfig make xconfig will, if it fails, or user does not save configuration result in make menuconfig beeing tried Fix several issues causing final part of linux to be regenerated on each make. --- target/linux/Config.in.advanced | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/Config.in.advanced') diff --git a/target/linux/Config.in.advanced b/target/linux/Config.in.advanced index 4bcfbb363..3ff8c07be 100644 --- a/target/linux/Config.in.advanced +++ b/target/linux/Config.in.advanced @@ -406,7 +406,7 @@ config BR2_PACKAGE_LINUX_KCONFIG choice prompt "Preferred config tool" - default BR2_MAKE_MENUCONFIG + default BR2_MAKE_XCONFIG depends on BR2_PACKAGE_LINUX_USE_XCONFIG help Define the preferred tool to invoke if a configuration is invalid -- cgit v1.2.3