summaryrefslogtreecommitdiffstats
path: root/package/linux-headers/Config.in.host
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-09-09 12:20:54 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-11 16:00:46 +0200
commit3c590a3ec53ad690ae4d88f33cd8767fb9ee1037 (patch)
tree4c0760ed48d51243eb1100daba91ed9d72d86c11 /package/linux-headers/Config.in.host
parentc9ea19e8fb4952db6748023f613ebb19f78fc036 (diff)
downloadbuildroot-3c590a3ec53ad690ae4d88f33cd8767fb9ee1037.tar.gz
buildroot-3c590a3ec53ad690ae4d88f33cd8767fb9ee1037.zip
linux-headers: remove deprecated versions
Linux headers 3.19.x and 4.0.x have been deprecated for a while now, so it's time to remove them. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/linux-headers/Config.in.host')
-rw-r--r--package/linux-headers/Config.in.host10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 9d8f030bab..7fea748ce3 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -56,16 +56,6 @@ choice
depends on !BR2_nios2
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18
- config BR2_KERNEL_HEADERS_3_19
- bool "Linux 3.19.x kernel headers"
- depends on BR2_DEPRECATED_SINCE_2015_08
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_19
-
- config BR2_KERNEL_HEADERS_4_0
- bool "Linux 4.0.x kernel headers"
- depends on BR2_DEPRECATED_SINCE_2015_08
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0
-
config BR2_KERNEL_HEADERS_4_1
bool "Linux 4.1.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1
OpenPOWER on IntegriCloud