###############################################################################
comment "Legacy options removed in 2014.05"
+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_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
+ 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_8
+ 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
+ automatically selected in your configuration.
+
config BR2_PACKAGE_VALA
bool "vala target package has been removed"
select BR2_LEGACY
config BR2_KERNEL_HEADERS_3_5
bool "kernel headers version 3.5.x are no longer supported"
- select BR2_KERNEL_HEADERS_3_6
+ select BR2_KERNEL_HEADERS_3_8
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.6.x of the headers have been
+ As an alternative, version 3.8.x of the headers have been
automatically selected in your configuration.
config BR2_GDB_VERSION_7_2
depends on !BR2_arc
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
- config BR2_KERNEL_HEADERS_3_6
- bool "Linux 3.6.x kernel headers"
- depends on BR2_DEPRECATED_SINCE_2013_05 && !BR2_arc
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6
-
- config BR2_KERNEL_HEADERS_3_7
- bool "Linux 3.7.x kernel headers"
- depends on BR2_DEPRECATED_SINCE_2013_05 && !BR2_arc
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
-
config BR2_KERNEL_HEADERS_3_8
bool "Linux 3.8.x kernel headers"
depends on BR2_DEPRECATED_SINCE_2013_08 && !BR2_arc
default "3.0.101" if BR2_KERNEL_HEADERS_3_0
default "3.2.57" if BR2_KERNEL_HEADERS_3_2
default "3.4.88" if BR2_KERNEL_HEADERS_3_4
- default "3.6.11" if BR2_KERNEL_HEADERS_3_6
- default "3.7.10" if BR2_KERNEL_HEADERS_3_7
default "3.8.13" if BR2_KERNEL_HEADERS_3_8
default "3.9.11" if BR2_KERNEL_HEADERS_3_9
default "3.10.38" if BR2_KERNEL_HEADERS_3_10