summaryrefslogtreecommitdiffstats
path: root/package/linux-headers
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-03-11 11:32:22 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-03-15 22:46:20 +0100
commitb8de1788c10b61573834f2516e1441eb850a9501 (patch)
tree4edee7bf80a58d9aae35ce4a2455c12954251c87 /package/linux-headers
parentffc324ea0fff1f6b3b69e220a67eccfc4caf51a7 (diff)
downloadbuildroot-b8de1788c10b61573834f2516e1441eb850a9501.tar.gz
buildroot-b8de1788c10b61573834f2516e1441eb850a9501.zip
linux-headers: remove deprecated version 3.17.x
Remove for the upcoming 2016.05 release, it's been deprecated for a year now. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/linux-headers')
-rw-r--r--package/linux-headers/Config.in.host7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index c5be9f53fa..0d1a1a9afd 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -41,12 +41,6 @@ choice
depends on !BR2_nios2
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
- config BR2_KERNEL_HEADERS_3_17
- bool "Linux 3.17.x kernel headers"
- depends on BR2_DEPRECATED_SINCE_2015_05
- depends on !BR2_nios2
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
-
config BR2_KERNEL_HEADERS_3_18
bool "Linux 3.18.x kernel headers"
depends on !BR2_nios2
@@ -221,7 +215,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "3.10.100" if BR2_KERNEL_HEADERS_3_10
default "3.12.56" if BR2_KERNEL_HEADERS_3_12
default "3.14.64" if BR2_KERNEL_HEADERS_3_14
- default "3.17.8" if BR2_KERNEL_HEADERS_3_17
default "3.18.28" if BR2_KERNEL_HEADERS_3_18
default "3.19.8" if BR2_KERNEL_HEADERS_3_19
default "4.0.9" if BR2_KERNEL_HEADERS_4_0
OpenPOWER on IntegriCloud