mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
kernel-headers: remove deprecated 2.6.30/2.6.31 versions
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user