|
@@ -101,6 +101,16 @@ endif
|
|
|
###############################################################################
|
|
|
comment "Legacy options removed in 2014.08"
|
|
|
|
|
|
+config BR2_KERNEL_HEADERS_3_8
|
|
|
+ bool "kernel headers version 3.8.x are no longer supported"
|
|
|
+ select BR2_KERNEL_HEADERS_3_9
|
|
|
+ select BR2_LEGACY
|
|
|
+ help
|
|
|
+ Version 3.8.x of the Linux kernel headers have been deprecated
|
|
|
+ for more than four buildroot releases and are now removed.
|
|
|
+ As an alternative, version 3.9.x of the headers have been
|
|
|
+ automatically selected in your configuration.
|
|
|
+
|
|
|
config BR2_PACKAGE_GETTEXT_TOOLS
|
|
|
bool "support for gettext-tools on target has been removed"
|
|
|
select BR2_LEGACY
|
|
@@ -131,7 +141,7 @@ config BR2_PACKAGE_EVTEST_CAPTURE
|
|
|
|
|
|
config BR2_KERNEL_HEADERS_3_6
|
|
|
bool "kernel headers version 3.6.x are no longer supported"
|
|
|
- select BR2_KERNEL_HEADERS_3_8
|
|
|
+ select BR2_KERNEL_HEADERS_3_9
|
|
|
select BR2_LEGACY
|
|
|
help
|
|
|
Version 3.6.x of the Linux kernel headers have been deprecated
|
|
@@ -141,7 +151,7 @@ config BR2_KERNEL_HEADERS_3_6
|
|
|
|
|
|
config BR2_KERNEL_HEADERS_3_7
|
|
|
bool "kernel headers version 3.7.x are no longer supported"
|
|
|
- select BR2_KERNEL_HEADERS_3_8
|
|
|
+ select BR2_KERNEL_HEADERS_3_9
|
|
|
select BR2_LEGACY
|
|
|
help
|
|
|
Version 3.7.x of the Linux kernel headers have been deprecated
|
|
@@ -326,7 +336,7 @@ config BR2_KERNEL_HEADERS_3_3
|
|
|
|
|
|
config BR2_KERNEL_HEADERS_3_5
|
|
|
bool "kernel headers version 3.5.x are no longer supported"
|
|
|
- select BR2_KERNEL_HEADERS_3_8
|
|
|
+ select BR2_KERNEL_HEADERS_3_9
|
|
|
select BR2_LEGACY
|
|
|
help
|
|
|
Version 3.5.x of the Linux kernel headers have been deprecated
|