summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-10-30 14:29:24 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-30 19:03:24 +0100
commitdef35bf59cfb8208b0a17f0ce09fd8b2ac62e416 (patch)
tree8188a16162c94a514401e071fc9dccfc2d208ec0
parent7ed76a7f6e8ae32f3a191b9e558e6b2b8de4c905 (diff)
downloadbuildroot-def35bf59cfb8208b0a17f0ce09fd8b2ac62e416.tar.gz
buildroot-def35bf59cfb8208b0a17f0ce09fd8b2ac62e416.zip
kernel headers: remove deprecated version 3.9
Deprecate 3.9.x headers for the 2014.11 release, a year has passed. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/linux-headers/Config.in.host6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index b363cdc059..5bb717031b 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -27,11 +27,6 @@ choice
depends on !BR2_arc
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
- config BR2_KERNEL_HEADERS_3_9
- bool "Linux 3.9.x kernel headers"
- depends on BR2_DEPRECATED_SINCE_2013_11
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
-
config BR2_KERNEL_HEADERS_3_10
bool "Linux 3.10.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
@@ -170,7 +165,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "3.0.101" if BR2_KERNEL_HEADERS_3_0
default "3.2.63" if BR2_KERNEL_HEADERS_3_2
default "3.4.104" if BR2_KERNEL_HEADERS_3_4
- default "3.9.11" if BR2_KERNEL_HEADERS_3_9
default "3.10.59" if BR2_KERNEL_HEADERS_3_10
default "3.11.10" if BR2_KERNEL_HEADERS_3_11
default "3.12.31" if BR2_KERNEL_HEADERS_3_12
OpenPOWER on IntegriCloud