summaryrefslogtreecommitdiff
path: root/toolchain/kernel-headers/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/kernel-headers/Config.in')
-rw-r--r--toolchain/kernel-headers/Config.in12
1 files changed, 1 insertions, 11 deletions
diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in
index dc39a24dd..70b2ce0ed 100644
--- a/toolchain/kernel-headers/Config.in
+++ b/toolchain/kernel-headers/Config.in
@@ -15,14 +15,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_32
- bool "Linux 2.6.32.x kernel headers"
- depends on BR2_DEPRECATED
-
- config BR2_KERNEL_HEADERS_2_6_33
- depends on BR2_DEPRECATED
- bool "Linux 2.6.33.x kernel headers"
-
config BR2_KERNEL_HEADERS_2_6_34
depends on BR2_DEPRECATED
bool "Linux 2.6.34.x kernel headers"
@@ -48,12 +40,10 @@ config BR2_DEFAULT_KERNEL_VERSION
depends on BR2_KERNEL_HEADERS_VERSION
help
Specify the version you want to use.
- E.G.: 2.6.31.2
+ E.G.: 2.6.37
config BR2_DEFAULT_KERNEL_HEADERS
string
- default "2.6.32.28" if BR2_KERNEL_HEADERS_2_6_32
- default "2.6.33.7" if BR2_KERNEL_HEADERS_2_6_33
default "2.6.34.8" if BR2_KERNEL_HEADERS_2_6_34
default "2.6.35.9" if BR2_KERNEL_HEADERS_2_6_35
default "2.6.36.3" if BR2_KERNEL_HEADERS_2_6_36