summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-10-28 19:15:56 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-29 15:40:19 +0200
commit31e821405741b9f27a5705b3ef92f3638cde6b5b (patch)
treef41131ea6a770d963e50a97df0c241560148c8af
parenta8271f0c8e7e0f91395e7ca2b229ea09705ee13d (diff)
downloadbuildroot-31e821405741b9f27a5705b3ef92f3638cde6b5b.tar.gz
buildroot-31e821405741b9f27a5705b3ef92f3638cde6b5b.zip
linux-headers: bump 4.{4, 8}.x series
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.host4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 37936f645c..e770a446a5 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -232,9 +232,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "3.19.8" if BR2_KERNEL_HEADERS_3_19
default "4.0.9" if BR2_KERNEL_HEADERS_4_0
default "4.1.35" if BR2_KERNEL_HEADERS_4_1
- default "4.4.27" if BR2_KERNEL_HEADERS_4_4
+ default "4.4.28" if BR2_KERNEL_HEADERS_4_4
default "4.5.7" if BR2_KERNEL_HEADERS_4_5
default "4.6.7" if BR2_KERNEL_HEADERS_4_6
default "4.7.10" if BR2_KERNEL_HEADERS_4_7
- default "4.8.4" if BR2_KERNEL_HEADERS_4_8
+ default "4.8.5" if BR2_KERNEL_HEADERS_4_8
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
OpenPOWER on IntegriCloud