|
@@ -390,7 +390,7 @@ config BR2_PACKAGE_LINUX_USE_XCONFIG
|
|
bool "Run make ARCH=$(ARCH) [xconfig|menuconfig] before build"
|
|
bool "Run make ARCH=$(ARCH) [xconfig|menuconfig] before build"
|
|
depends on BR2_PACKAGE_LINUX
|
|
depends on BR2_PACKAGE_LINUX
|
|
help
|
|
help
|
|
- Configure Linux by make xconfig
|
|
|
|
|
|
+ Configure Linux by make xconfig|menuconfig
|
|
endchoice
|
|
endchoice
|
|
|
|
|
|
config BR2_PACKAGE_LINUX_KCONFIG
|
|
config BR2_PACKAGE_LINUX_KCONFIG
|
|
@@ -406,14 +406,13 @@ config BR2_PACKAGE_LINUX_KCONFIG
|
|
|
|
|
|
choice
|
|
choice
|
|
prompt "Preferred config tool"
|
|
prompt "Preferred config tool"
|
|
- default BR2_MAKE_XCONFIG if BR2_TARGET_ATMEL
|
|
|
|
default BR2_MAKE_MENUCONFIG
|
|
default BR2_MAKE_MENUCONFIG
|
|
depends on BR2_PACKAGE_LINUX_USE_XCONFIG
|
|
depends on BR2_PACKAGE_LINUX_USE_XCONFIG
|
|
help
|
|
help
|
|
Define the preferred tool to invoke if a configuration is invalid
|
|
Define the preferred tool to invoke if a configuration is invalid
|
|
|
|
|
|
config BR2_MAKE_XCONFIG
|
|
config BR2_MAKE_XCONFIG
|
|
- bool "make xconfig"
|
|
|
|
|
|
+ bool "make xconfig (needs QT3 headers on host)"
|
|
help
|
|
help
|
|
Run "make xconfig" if kernel ".config" is invalid
|
|
Run "make xconfig" if kernel ".config" is invalid
|
|
|
|
|