summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2017-04-21 10:07:45 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-04-26 09:00:51 +0200
commit37159734b01b2246272f1d419110b750df40cad5 (patch)
tree35cd2c2fc325918184027b3fb10e45f9810f6006
parentab0a4e94377f010b5302f14cbed8cbcdd3e53fd7 (diff)
downloadbuildroot-37159734b01b2246272f1d419110b750df40cad5.tar.gz
buildroot-37159734b01b2246272f1d419110b750df40cad5.zip
linux-headers: bump 4.{4,9,10}.x series
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/linux-headers/Config.in.host6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 7a62442956..b574e655e0 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -218,7 +218,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "3.10.105" if BR2_KERNEL_HEADERS_3_10
default "3.12.73" if BR2_KERNEL_HEADERS_3_12
default "4.1.39" if BR2_KERNEL_HEADERS_4_1
- default "4.4.62" if BR2_KERNEL_HEADERS_4_4
- default "4.9.23" if BR2_KERNEL_HEADERS_4_9
- default "4.10.11" if BR2_KERNEL_HEADERS_4_10
+ default "4.4.63" if BR2_KERNEL_HEADERS_4_4
+ default "4.9.24" if BR2_KERNEL_HEADERS_4_9
+ default "4.10.12" if BR2_KERNEL_HEADERS_4_10
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
OpenPOWER on IntegriCloud