diff options
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | toolchain/kernel-headers/Config.in | 7 |
2 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,7 @@ 2010.05, Not yet released - Toolchain: uClibc 0.9.30.3, older 0.9.30.x removed. + Toolchain: uClibc 0.9.30.3, older 0.9.30.x removed. 2.6.33 + kernel headers. X.org updated to 7.5. diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index 2c1c8e2cc..15cdd4e66 100644 --- a/toolchain/kernel-headers/Config.in +++ b/toolchain/kernel-headers/Config.in @@ -38,10 +38,14 @@ choice config BR2_KERNEL_HEADERS_2_6_31 bool "Linux 2.6.31.x kernel headers" - depends on BR2_DEPRECATED || BR2_RECENT + depends on BR2_DEPRECATED config BR2_KERNEL_HEADERS_2_6_32 bool "Linux 2.6.32.x kernel headers" + depends on BR2_DEPRECATED || BR2_RECENT + + config BR2_KERNEL_HEADERS_2_6_33 + bool "Linux 2.6.33.x kernel headers" config BR2_KERNEL_HEADERS_VERSION bool "Linux 2.6 (manually specified version)" @@ -72,5 +76,6 @@ config BR2_DEFAULT_KERNEL_HEADERS default "2.6.30.10" if BR2_KERNEL_HEADERS_2_6_30 default "2.6.31.12" if BR2_KERNEL_HEADERS_2_6_31 default "2.6.32.9" if BR2_KERNEL_HEADERS_2_6_32 + default "2.6.33" if BR2_KERNEL_HEADERS_2_6_33 default "2.6" if BR2_KERNEL_HEADERS_SNAP default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION |