diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-11 08:21:55 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-11 08:21:55 +0000 |
commit | dc09df0878191f7b9fa055d40a1a423fd34b7971 (patch) | |
tree | 0ff63c1e03c691708c80e38e17a01712113507aa /toolchain/kernel-headers | |
parent | 73be7f9ef4b22e6250b77dda2d1a72245f6ce36d (diff) |
- store BR2_PACKAGE_LINUX_KCONFIG and BR2_PACKAGE_LINUX_FORMAT in .config
- adjust a few defaults.
Diffstat (limited to 'toolchain/kernel-headers')
-rw-r--r-- | toolchain/kernel-headers/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 |