From 7e41b89b56c59928d7b2d65ba2d4601b32897561 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 25 Jan 2009 20:11:31 +0000 Subject: target/linux-advanced: default to menuconfig for all archs Default to menuconfig for atmel targets as well, mention QT3 dependency for make xconfig and update affected defconfigs. --- target/linux/Makefile.in.advanced | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/Makefile.in.advanced') diff --git a/target/linux/Makefile.in.advanced b/target/linux/Makefile.in.advanced index 9a7f0fdf0..45fb4cb72 100644 --- a/target/linux/Makefile.in.advanced +++ b/target/linux/Makefile.in.advanced @@ -112,7 +112,7 @@ endif KERNEL_CONFIG_METHOD:=$(strip $(subst ",,$(BR2_KERNEL_CONFIG_METHOD))) #")) ifeq ($(KERNEL_CONFIG_METHOD),) -KERNEL_CONFIG_METHOD:=xconfig +KERNEL_CONFIG_METHOD:=menuconfig endif # ----------------------------------------------------------------------------- -- cgit v1.2.3