diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-09-01 15:45:31 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-09-13 23:28:26 +0200 |
commit | 4ac4bc32836454845bd33a6e2539c6338dd94f6c (patch) | |
tree | c7ea0a170e760abc96a8419f9eff49ef96983436 /package/linux-headers/Config.in.host | |
parent | 38c291cd955c8bc3d66f332de6bbdc23c94dded2 (diff) | |
download | buildroot-4ac4bc32836454845bd33a6e2539c6338dd94f6c.tar.gz buildroot-4ac4bc32836454845bd33a6e2539c6338dd94f6c.zip |
linux-headers: remove deprecated versions 3.{0, 11, 13, 15}
Remove for the upcoming 2015.11 release, they've been deprecated for a
year now.
Also remove some previously forgotten selection removals in legacy.
[Peter: drop 3.0.x kernel patch]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/linux-headers/Config.in.host')
-rw-r--r-- | package/linux-headers/Config.in.host | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 3a9603efc8..49a8dc2189 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -11,12 +11,6 @@ choice You must select the correct set of header files to match the kernel you intend to use on your target system. - config BR2_KERNEL_HEADERS_3_0 - bool "Linux 3.0.x kernel headers" - depends on BR2_DEPRECATED_SINCE_2014_08 - depends on !BR2_arc && !BR2_nios2 - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 - config BR2_KERNEL_HEADERS_3_2 bool "Linux 3.2.x kernel headers" depends on !BR2_arc && !BR2_nios2 @@ -32,34 +26,16 @@ choice depends on !BR2_nios2 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 - config BR2_KERNEL_HEADERS_3_11 - bool "Linux 3.11.x kernel headers" - depends on BR2_DEPRECATED_SINCE_2014_08 - depends on !BR2_nios2 - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11 - config BR2_KERNEL_HEADERS_3_12 bool "Linux 3.12.x kernel headers" depends on !BR2_nios2 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 - config BR2_KERNEL_HEADERS_3_13 - bool "Linux 3.13.x kernel headers" - depends on BR2_DEPRECATED_SINCE_2014_08 - depends on !BR2_nios2 - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13 - config BR2_KERNEL_HEADERS_3_14 bool "Linux 3.14.x kernel headers" depends on !BR2_nios2 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14 - config BR2_KERNEL_HEADERS_3_15 - bool "Linux 3.15.x kernel headers" - depends on BR2_DEPRECATED_SINCE_2014_08 - depends on !BR2_nios2 - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15 - config BR2_KERNEL_HEADERS_3_16 bool "Linux 3.16.x kernel headers" depends on BR2_DEPRECATED_SINCE_2015_02 @@ -215,15 +191,11 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string - default "3.0.101" if BR2_KERNEL_HEADERS_3_0 default "3.2.71" if BR2_KERNEL_HEADERS_3_2 default "3.4.108" if BR2_KERNEL_HEADERS_3_4 default "3.10.87" if BR2_KERNEL_HEADERS_3_10 - default "3.11.10" if BR2_KERNEL_HEADERS_3_11 default "3.12.47" if BR2_KERNEL_HEADERS_3_12 - default "3.13.11" if BR2_KERNEL_HEADERS_3_13 default "3.14.51" if BR2_KERNEL_HEADERS_3_14 - default "3.15.10" if BR2_KERNEL_HEADERS_3_15 default "3.16.7" if BR2_KERNEL_HEADERS_3_16 default "3.17.8" if BR2_KERNEL_HEADERS_3_17 default "3.18.20" if BR2_KERNEL_HEADERS_3_18 |