From dc09df0878191f7b9fa055d40a1a423fd34b7971 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 11 Apr 2007 08:21:55 +0000 Subject: - store BR2_PACKAGE_LINUX_KCONFIG and BR2_PACKAGE_LINUX_FORMAT in .config - adjust a few defaults. --- toolchain/gcc/Config.in | 2 +- toolchain/kernel-headers/Config.in | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'toolchain') diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index f28a365aa..f834ed314 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -4,7 +4,7 @@ comment "Gcc Options" choice prompt "GCC compiler Version" - default BR2_GCC_VERSION_3_4_6 + default BR2_GCC_VERSION_4_1_2 help Select the version of gcc you wish to use. diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index 8af18e10c..76e0858c1 100644 --- a/toolchain/kernel-headers/Config.in +++ b/toolchain/kernel-headers/Config.in @@ -6,7 +6,7 @@ comment "Kernel Header Options" choice prompt "Kernel Headers" - default BR2_KERNEL_HEADERS_2_4_31 + default BR2_KERNEL_HEADERS_2_6_20 help Select the version of kernel header files you wish to use. You must select the correct set of header files to match @@ -25,7 +25,7 @@ choice bool "Linux 2.4.29 kernel headers" config BR2_KERNEL_HEADERS_2_4_31 - depends !BR2_nios2 + depends !BR2_nios2 && BR2_DEPRECATED bool "Linux 2.4.31 kernel headers" config BR2_KERNEL_HEADERS_2_6_9 @@ -37,7 +37,7 @@ choice bool "Linux 2.6.11 kernel headers" config BR2_KERNEL_HEADERS_2_6_12 - depends !BR2_nios2 + depends !BR2_nios2 && BR2_DEPRECATED bool "Linux 2.6.12 kernel headers" config BR2_KERNEL_HEADERS_2_6_19_2 -- cgit v1.2.3