diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-08-27 17:29:26 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-08-29 23:26:26 +0200 |
commit | fec74492eefbf077cfaaefd8d78b6582313dddd8 (patch) | |
tree | 8e716a866698743932b00e619efd0daa06e07f56 | |
parent | 7c5526c79cd74592cff55f8344216ad0a968119a (diff) | |
download | buildroot-fec74492eefbf077cfaaefd8d78b6582313dddd8.tar.gz buildroot-fec74492eefbf077cfaaefd8d78b6582313dddd8.zip |
linux-headers: bump 3.{2, 10}.x series
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/linux-headers/Config.in.host | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index a45172ed17..992e31bb46 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -231,9 +231,9 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string - default "3.2.89" if BR2_KERNEL_HEADERS_3_2 + default "3.2.92" if BR2_KERNEL_HEADERS_3_2 default "3.4.113" if BR2_KERNEL_HEADERS_3_4 - default "3.10.106" if BR2_KERNEL_HEADERS_3_10 + default "3.10.107" if BR2_KERNEL_HEADERS_3_10 default "3.12.74" if BR2_KERNEL_HEADERS_3_12 default "4.1.43" if BR2_KERNEL_HEADERS_4_1 default "4.4.84" if BR2_KERNEL_HEADERS_4_4 |