summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-24 09:18:09 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-03-24 09:18:09 +0000
commit21ab5f31f7b98e525f58174aa7c7e3b241621584 (patch)
tree3f3d798c9dd8b71df7b2ffc7694e44e76a7c405b
parentb78ad230d16a1f422e0c957377a99b1ee1e737d0 (diff)
downloadbuildroot-novena-21ab5f31f7b98e525f58174aa7c7e3b241621584.tar.gz
buildroot-novena-21ab5f31f7b98e525f58174aa7c7e3b241621584.zip
kernel-headers: add 2.6.29.x, remove 2.6.22.x
-rw-r--r--toolchain/kernel-headers/Config.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in
index 689a847c4..3d83de08f 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_6_28
+ default BR2_KERNEL_HEADERS_2_6_29
help
Select the version of kernel header files you wish to use.
@@ -16,10 +16,6 @@ choice
For the snapshot, you have to provide the
linux-2.6.tar.bz2 tarball in your download dir.
- config BR2_KERNEL_HEADERS_2_6_22
- depends on BR2_DEPRECATED
- bool "Linux 2.6.22.x kernel headers"
-
config BR2_KERNEL_HEADERS_2_6_23
depends on BR2_DEPRECATED
bool "Linux 2.6.23.x kernel headers"
@@ -37,11 +33,15 @@ choice
bool "Linux 2.6.26.x kernel headers"
config BR2_KERNEL_HEADERS_2_6_27
- depends on BR2_DEPRECATED || BR2_RECENT
+ depends on BR2_DEPRECATED
bool "Linux 2.6.27.x kernel headers"
config BR2_KERNEL_HEADERS_2_6_28
bool "Linux 2.6.28.x kernel headers"
+ depends on BR2_DEPRECATED || BR2_RECENT
+
+ config BR2_KERNEL_HEADERS_2_6_29
+ bool "Linux 2.6.29.x kernel headers"
config BR2_KERNEL_HEADERS_SNAP
bool "Linux 2.6 snapshot"
@@ -56,12 +56,12 @@ config BR2_KERNEL_HEADERS_RT
config BR2_DEFAULT_KERNEL_HEADERS
string
- default "2.6.22.10" if BR2_KERNEL_HEADERS_2_6_22
default "2.6.23" if BR2_KERNEL_HEADERS_2_6_23
default "2.6.24.7" if BR2_KERNEL_HEADERS_2_6_24
default "2.6.25.19" if BR2_KERNEL_HEADERS_2_6_25
default "2.6.26.8" if BR2_KERNEL_HEADERS_2_6_26
default "2.6.27.21" if BR2_KERNEL_HEADERS_2_6_27
default "2.6.28.9" if BR2_KERNEL_HEADERS_2_6_28
+ default "2.6.29" if BR2_KERNEL_HEADERS_2_6_29
default "2.6" if BR2_KERNEL_HEADERS_SNAP