diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-10-30 07:34:42 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-30 15:12:17 +0100 |
commit | 1d0b0283e461af8695fbd8332399e7265387946b (patch) | |
tree | 8a70ce66fae94b35136e45f04fefdb8f340207dd | |
parent | af0e6a33ff32d1772d7f9a36d5f5bd2598a5647a (diff) | |
download | buildroot-1d0b0283e461af8695fbd8332399e7265387946b.tar.gz buildroot-1d0b0283e461af8695fbd8332399e7265387946b.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 8135b171ac..1a8ec69fe8 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -198,7 +198,7 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.14.56" if BR2_KERNEL_HEADERS_3_14 default "3.16.7" if BR2_KERNEL_HEADERS_3_16 default "3.17.8" if BR2_KERNEL_HEADERS_3_17 - default "3.18.22" if BR2_KERNEL_HEADERS_3_18 + default "3.18.23" 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.12" if BR2_KERNEL_HEADERS_4_1 |