diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-06-13 21:21:45 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-13 22:27:39 +0200 |
commit | dfae6f6765a6e596cde9f40de73b0c1979269174 (patch) | |
tree | b76102d2f1cf33a29f3a9af310709ac619f77bf3 /package/linux-headers | |
parent | f86ec0b67f147d23928091f27529c5fd47ef5f02 (diff) | |
download | buildroot-dfae6f6765a6e596cde9f40de73b0c1979269174.tar.gz buildroot-dfae6f6765a6e596cde9f40de73b0c1979269174.zip |
kernel headers: remove deprecated version 3.8
Kernel headers version 3.8.x has been deprecated since 2013.08 and thus can
be removed in 2014.08.
An automatic selection of 3.9.x headers is performed in the legacy menu.
Existing automatic selections of 3.8.x headers are modified to select
3.9.x.
As this patch removes the last occurrence of BR2_DEPRECATED_SINCE_2013_08,
the symbol is removed too.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/linux-headers')
-rw-r--r-- | package/linux-headers/Config.in.host | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index a9d42ca10d..7b674bb6dc 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -26,11 +26,6 @@ choice depends on !BR2_arc select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 - config BR2_KERNEL_HEADERS_3_8 - bool "Linux 3.8.x kernel headers" - depends on BR2_DEPRECATED_SINCE_2013_08 && !BR2_arc - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8 - config BR2_KERNEL_HEADERS_3_9 bool "Linux 3.9.x kernel headers" depends on BR2_DEPRECATED_SINCE_2013_11 @@ -155,7 +150,6 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.0.101" if BR2_KERNEL_HEADERS_3_0 default "3.2.60" if BR2_KERNEL_HEADERS_3_2 default "3.4.93" if BR2_KERNEL_HEADERS_3_4 - default "3.8.13" if BR2_KERNEL_HEADERS_3_8 default "3.9.11" if BR2_KERNEL_HEADERS_3_9 default "3.10.43" if BR2_KERNEL_HEADERS_3_10 default "3.11.10" if BR2_KERNEL_HEADERS_3_11 |