|
@@ -107,6 +107,46 @@ endif
|
|
|
###############################################################################
|
|
|
comment "Legacy options removed in 2015.11"
|
|
|
|
|
|
+config BR2_KERNEL_HEADERS_3_0
|
|
|
+ bool "kernel headers version 3.0.x are no longer supported"
|
|
|
+ select BR2_KERNEL_HEADERS_3_2
|
|
|
+ select BR2_LEGACY
|
|
|
+ help
|
|
|
+ Version 3.0.x of the Linux kernel headers have been deprecated
|
|
|
+ for more than four buildroot releases and are now removed.
|
|
|
+ As an alternative, version 3.2.x of the headers have been
|
|
|
+ automatically selected in your configuration.
|
|
|
+
|
|
|
+config BR2_KERNEL_HEADERS_3_11
|
|
|
+ bool "kernel headers version 3.11.x are no longer supported"
|
|
|
+ select BR2_KERNEL_HEADERS_3_12
|
|
|
+ select BR2_LEGACY
|
|
|
+ help
|
|
|
+ Version 3.11.x of the Linux kernel headers have been deprecated
|
|
|
+ for more than four buildroot releases and are now removed.
|
|
|
+ As an alternative, version 3.12.x of the headers have been
|
|
|
+ automatically selected in your configuration.
|
|
|
+
|
|
|
+config BR2_KERNEL_HEADERS_3_13
|
|
|
+ bool "kernel headers version 3.13.x are no longer supported"
|
|
|
+ select BR2_KERNEL_HEADERS_3_14
|
|
|
+ select BR2_LEGACY
|
|
|
+ help
|
|
|
+ Version 3.13.x of the Linux kernel headers have been deprecated
|
|
|
+ for more than four buildroot releases and are now removed.
|
|
|
+ As an alternative, version 3.14.x of the headers have been
|
|
|
+ automatically selected in your configuration.
|
|
|
+
|
|
|
+config BR2_KERNEL_HEADERS_3_15
|
|
|
+ bool "kernel headers version 3.15.x are no longer supported"
|
|
|
+ select BR2_KERNEL_HEADERS_3_18
|
|
|
+ select BR2_LEGACY
|
|
|
+ help
|
|
|
+ Version 3.15.x of the Linux kernel headers have been deprecated
|
|
|
+ for more than four buildroot releases and are now removed.
|
|
|
+ As an alternative, version 3.18.x of the headers have been
|
|
|
+ automatically selected in your configuration.
|
|
|
+
|
|
|
config BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI
|
|
|
bool "DirectFB example df_andi has been removed"
|
|
|
select BR2_PACKAGE_DIRECTFB_EXAMPLES
|
|
@@ -862,12 +902,12 @@ config BR2_PACKAGE_LIBELF
|
|
|
|
|
|
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_KERNEL_HEADERS_3_10
|
|
|
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
|
|
|
+ As an alternative, version 3.10.x of the headers have been
|
|
|
automatically selected in your configuration.
|
|
|
|
|
|
config BR2_PACKAGE_GETTEXT_TOOLS
|
|
@@ -1020,22 +1060,22 @@ 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_9
|
|
|
+ select BR2_KERNEL_HEADERS_3_10
|
|
|
select BR2_LEGACY
|
|
|
help
|
|
|
Version 3.6.x of the Linux kernel headers have been deprecated
|
|
|
for more than four buildroot releases and are now removed.
|
|
|
- As an alternative, version 3.8.x of the headers have been
|
|
|
+ As an alternative, version 3.10.x of the headers have been
|
|
|
automatically selected in your configuration.
|
|
|
|
|
|
config BR2_KERNEL_HEADERS_3_7
|
|
|
bool "kernel headers version 3.7.x are no longer supported"
|
|
|
- select BR2_KERNEL_HEADERS_3_9
|
|
|
+ select BR2_KERNEL_HEADERS_3_10
|
|
|
select BR2_LEGACY
|
|
|
help
|
|
|
Version 3.7.x of the Linux kernel headers have been deprecated
|
|
|
for more than four buildroot releases and are now removed.
|
|
|
- As an alternative, version 3.8.x of the headers have been
|
|
|
+ As an alternative, version 3.10.x of the headers have been
|
|
|
automatically selected in your configuration.
|
|
|
|
|
|
config BR2_PACKAGE_VALA
|
|
@@ -1215,12 +1255,12 @@ 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_9
|
|
|
+ select BR2_KERNEL_HEADERS_3_10
|
|
|
select BR2_LEGACY
|
|
|
help
|
|
|
Version 3.5.x of the Linux kernel headers have been deprecated
|
|
|
for more than four buildroot releases and are now removed.
|
|
|
- As an alternative, version 3.8.x of the headers have been
|
|
|
+ As an alternative, version 3.10.x of the headers have been
|
|
|
automatically selected in your configuration.
|
|
|
|
|
|
config BR2_GDB_VERSION_7_2
|