diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-01-27 08:47:31 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-01-27 21:38:20 +0100 |
commit | 712e69a87208e73111206ab48f55cac9f63622a3 (patch) | |
tree | 802a66a6c3e5b37a44c1f4a38408f7edf786ac41 | |
parent | 8371990ed3fbfab9d3e40cb637aa34810ba0bfe8 (diff) | |
download | buildroot-712e69a87208e73111206ab48f55cac9f63622a3.tar.gz buildroot-712e69a87208e73111206ab48f55cac9f63622a3.zip |
linux-headers: bump 3.18.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.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 1c19854aff..0c80528273 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -208,7 +208,7 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.12.52" if BR2_KERNEL_HEADERS_3_12 default "3.14.59" if BR2_KERNEL_HEADERS_3_14 default "3.17.8" if BR2_KERNEL_HEADERS_3_17 - default "3.18.25" if BR2_KERNEL_HEADERS_3_18 + default "3.18.26" if BR2_KERNEL_HEADERS_3_18 default "3.19.8" if BR2_KERNEL_HEADERS_3_19 default "4.0.9" if BR2_KERNEL_HEADERS_4_0 default "4.1.16" if BR2_KERNEL_HEADERS_4_1 |