summaryrefslogtreecommitdiffstats
path: root/package/linux-headers/Config.in.host
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2014-04-30 20:18:24 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-05-01 23:35:06 +0200
commit47c2d1b485d08fc4c0643ffed3d20f3c76254808 (patch)
tree5fabca905c850131e4fabc8d7d230132fcd59b5c /package/linux-headers/Config.in.host
parent947ca9e1207a906960efdeb1b377be57c0f305e2 (diff)
downloadbuildroot-47c2d1b485d08fc4c0643ffed3d20f3c76254808.tar.gz
buildroot-47c2d1b485d08fc4c0643ffed3d20f3c76254808.zip
kernel headers: remove deprecated versions 3.6 and 3.7
Kernel headers versions 3.6.x and 3.7.x have been deprecated since 2013.05 and thus can be removed in 2014.05. An automatic selection of 3.8.x headers is performed in the legacy menu. An existing automatic selection of 3.6.x headers is modified to select 3.8.x. As this patch removes the last occurrances of BR2_DEPRECATED_SINCE_2013_05, the symbol is removed too. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> 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.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 6e2b7f7acc..477e0af1c3 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -26,16 +26,6 @@ choice
depends on !BR2_arc
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
- config BR2_KERNEL_HEADERS_3_6
- bool "Linux 3.6.x kernel headers"
- depends on BR2_DEPRECATED_SINCE_2013_05 && !BR2_arc
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6
-
- config BR2_KERNEL_HEADERS_3_7
- bool "Linux 3.7.x kernel headers"
- depends on BR2_DEPRECATED_SINCE_2013_05 && !BR2_arc
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
-
config BR2_KERNEL_HEADERS_3_8
bool "Linux 3.8.x kernel headers"
depends on BR2_DEPRECATED_SINCE_2013_08 && !BR2_arc
@@ -157,8 +147,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "3.0.101" if BR2_KERNEL_HEADERS_3_0
default "3.2.57" if BR2_KERNEL_HEADERS_3_2
default "3.4.88" if BR2_KERNEL_HEADERS_3_4
- default "3.6.11" if BR2_KERNEL_HEADERS_3_6
- default "3.7.10" if BR2_KERNEL_HEADERS_3_7
default "3.8.13" if BR2_KERNEL_HEADERS_3_8
default "3.9.11" if BR2_KERNEL_HEADERS_3_9
default "3.10.38" if BR2_KERNEL_HEADERS_3_10
OpenPOWER on IntegriCloud