diff options
Diffstat (limited to 'toolchain/kernel-headers/Config.in')
-rw-r--r-- | toolchain/kernel-headers/Config.in | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index fe1eeb1ab..69c5c1883 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_30 - bool "Linux 2.6.30.x kernel headers" - depends on BR2_DEPRECATED - - config BR2_KERNEL_HEADERS_2_6_31 - bool "Linux 2.6.31.x kernel headers" - depends on BR2_DEPRECATED - config BR2_KERNEL_HEADERS_2_6_32 bool "Linux 2.6.32.x kernel headers" depends on BR2_DEPRECATED @@ -32,6 +24,7 @@ choice 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" config BR2_KERNEL_HEADERS_2_6_35 @@ -59,8 +52,6 @@ config BR2_DEFAULT_KERNEL_VERSION config BR2_DEFAULT_KERNEL_HEADERS string - default "2.6.30.10" if BR2_KERNEL_HEADERS_2_6_30 - default "2.6.31.14" if BR2_KERNEL_HEADERS_2_6_31 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.7" if BR2_KERNEL_HEADERS_2_6_34 |