summaryrefslogtreecommitdiff
path: root/toolchain/kernel-headers/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-02-09 13:31:55 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-02-09 13:31:55 +0000
commit7779fd745393c02e51976c1d1888db16adc225f8 (patch)
tree40e8e24c25635c89c73f0781c4e22bf272d55a24 /toolchain/kernel-headers/Config.in
parent19818694fe6fa3412a6636a3ed783e0d6832d6e6 (diff)
- add gcc-4.0.4
- add knob to enable unsupported, deprecated, obsoleted versions of packages
Diffstat (limited to 'toolchain/kernel-headers/Config.in')
-rw-r--r--toolchain/kernel-headers/Config.in13
1 files changed, 10 insertions, 3 deletions
diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in
index 181a561a6..66b5c8a30 100644
--- a/toolchain/kernel-headers/Config.in
+++ b/toolchain/kernel-headers/Config.in
@@ -13,15 +13,15 @@ choice
the kernel you intend to use on your target system.
config BR2_KERNEL_HEADERS_2_4_25
- depends !BR2_nios2
+ depends !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.4.25 kernel headers"
config BR2_KERNEL_HEADERS_2_4_27
- depends !BR2_nios2
+ depends !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.4.27 kernel headers"
config BR2_KERNEL_HEADERS_2_4_29
- depends !BR2_nios2
+ depends !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.4.29 kernel headers"
config BR2_KERNEL_HEADERS_2_4_31
@@ -29,15 +29,21 @@ choice
bool "Linux 2.4.31 kernel headers"
config BR2_KERNEL_HEADERS_2_6_9
+ depends BR2_DEPRECATED
bool "Linux 2.6.9 kernel headers"
config BR2_KERNEL_HEADERS_2_6_11
+ depends BR2_DEPRECATED
bool "Linux 2.6.11 kernel headers"
config BR2_KERNEL_HEADERS_2_6_12
depends !BR2_nios2
bool "Linux 2.6.12 kernel headers"
+ config BR2_KERNEL_HEADERS_2_6_19_2
+ depends !BR2_nios2 && BR2_DEPRECATED
+ bool "Linux 2.6.19.2 kernel headers"
+
config BR2_KERNEL_HEADERS_2_6_20
depends !BR2_nios2
bool "Linux 2.6.20 kernel headers"
@@ -53,4 +59,5 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "2.6.9" if BR2_KERNEL_HEADERS_2_6_9
default "2.6.11" if BR2_KERNEL_HEADERS_2_6_11
default "2.6.12" if BR2_KERNEL_HEADERS_2_6_12
+ default "2.6.19.2" if BR2_KERNEL_HEADERS_2_6_19_2
default "2.6.20" if BR2_KERNEL_HEADERS_2_6_20