kernel-headers: remove deprecated 2.6.30/2.6.31 versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard
2011-01-10 12:29:15 +01:00
parent 50f1383bfe
commit f1e7204cc3
3 changed files with 1 additions and 105 deletions

View File

@@ -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