kernel-headers: get rid of deprecated 2.6.32 / 2.6.33 versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard
2011-01-26 12:07:36 +01:00
parent 2c3e18cdd8
commit 60fd10d354
3 changed files with 1 additions and 130 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_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