summaryrefslogtreecommitdiffstats
path: root/package/linux-headers
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2016-10-15 16:51:01 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-10-15 23:14:45 +0200
commit133466f5f23a6550fd136170d841c58c6581a63c (patch)
tree8009de930b721abb92a7812c80093182af70d3fe /package/linux-headers
parent1c2a63ad6d724d933cbb2a43d5dd08f19c5c17e7 (diff)
downloadbuildroot-133466f5f23a6550fd136170d841c58c6581a63c.tar.gz
buildroot-133466f5f23a6550fd136170d841c58c6581a63c.zip
linux-headers: remove deprecated version 4.2 and 4.3
We will remove BR2_DEPRECATED, so remove this deprecated package. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/linux-headers')
-rw-r--r--package/linux-headers/Config.in.host12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index ebb869ba69..60578b8fc8 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -60,16 +60,6 @@ choice
bool "Linux 4.1.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1
- config BR2_KERNEL_HEADERS_4_2
- bool "Linux 4.2.x kernel headers"
- depends on BR2_DEPRECATED_SINCE_2016_02
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2
-
- config BR2_KERNEL_HEADERS_4_3
- bool "Linux 4.3.x kernel headers"
- depends on BR2_DEPRECATED_SINCE_2016_05
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_3
-
config BR2_KERNEL_HEADERS_4_4
bool "Linux 4.4.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
@@ -242,8 +232,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "3.19.8" if BR2_KERNEL_HEADERS_3_19
default "4.0.9" if BR2_KERNEL_HEADERS_4_0
default "4.1.34" if BR2_KERNEL_HEADERS_4_1
- default "4.2.8" if BR2_KERNEL_HEADERS_4_2
- default "4.3.6" if BR2_KERNEL_HEADERS_4_3
default "4.4.24" if BR2_KERNEL_HEADERS_4_4
default "4.5.7" if BR2_KERNEL_HEADERS_4_5
default "4.6.7" if BR2_KERNEL_HEADERS_4_6
OpenPOWER on IntegriCloud