mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user