summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2018-06-08 14:25:29 -0300
committerPeter Korsgaard <peter@korsgaard.com>2018-06-08 21:23:07 +0200
commit690c08b696997d3eb06d3a699f2ce763067c4613 (patch)
tree4c82d6dde7d02dc98d69a074d09e030c7af228b0
parent9314ad18708dbe164bd7eb20b01d0693d6509463 (diff)
downloadbuildroot-690c08b696997d3eb06d3a699f2ce763067c4613.tar.gz
buildroot-690c08b696997d3eb06d3a699f2ce763067c4613.zip
linux-headers: bump 4.{4, 9}.x series
Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.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 f56d85b2da..5f6c834b71 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -258,8 +258,8 @@ config BR2_DEFAULT_KERNEL_HEADERS
string
default "3.2.102" if BR2_KERNEL_HEADERS_3_2
default "4.1.52" if BR2_KERNEL_HEADERS_4_1
- default "4.4.135" if BR2_KERNEL_HEADERS_4_4
- default "4.9.106" if BR2_KERNEL_HEADERS_4_9
+ default "4.4.136" if BR2_KERNEL_HEADERS_4_4
+ default "4.9.107" if BR2_KERNEL_HEADERS_4_9
default "4.10.17" if BR2_KERNEL_HEADERS_4_10
default "4.11.12" if BR2_KERNEL_HEADERS_4_11
default "4.12.14" if BR2_KERNEL_HEADERS_4_12
OpenPOWER on IntegriCloud