summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-10-15 22:17:04 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-10-16 10:03:13 +0200
commitf69f2dba624bf582e51b3b1b80f350d67ada6213 (patch)
treead4c2abe0c46ae0e317b74ca51508a172b4efd1e
parente716315ce0f48fc97ba872f3f4d74e5e4016bfef (diff)
downloadbuildroot-f69f2dba624bf582e51b3b1b80f350d67ada6213.tar.gz
buildroot-f69f2dba624bf582e51b3b1b80f350d67ada6213.zip
linux-headers: bump 4.13.x series
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/linux-headers/Config.in.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 581d4b7ad2..6421b217a7 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -249,5 +249,5 @@ config BR2_DEFAULT_KERNEL_HEADERS
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
- default "4.13.6" if BR2_KERNEL_HEADERS_4_13
+ default "4.13.7" if BR2_KERNEL_HEADERS_4_13
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
OpenPOWER on IntegriCloud