diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-04-18 15:54:29 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-18 17:44:07 +0200 |
commit | a96a8435d572a76b7529435a243654ab48bc6370 (patch) | |
tree | a10747a6a30f0ea1b61ac7e846895867082e545c | |
parent | 51d0c6977b2fbd14ac10d62ad6e6174b42bc219a (diff) | |
download | buildroot-a96a8435d572a76b7529435a243654ab48bc6370.tar.gz buildroot-a96a8435d572a76b7529435a243654ab48bc6370.zip |
package/linux-headers: bump 3.12.x and 4.{4, 9, 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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 27b5a7ef47..7a62442956 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -216,9 +216,9 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.2.88" if BR2_KERNEL_HEADERS_3_2 default "3.4.113" if BR2_KERNEL_HEADERS_3_4 default "3.10.105" if BR2_KERNEL_HEADERS_3_10 - default "3.12.72" if BR2_KERNEL_HEADERS_3_12 + default "3.12.73" if BR2_KERNEL_HEADERS_3_12 default "4.1.39" if BR2_KERNEL_HEADERS_4_1 - default "4.4.61" if BR2_KERNEL_HEADERS_4_4 - default "4.9.22" if BR2_KERNEL_HEADERS_4_9 - default "4.10.10" if BR2_KERNEL_HEADERS_4_10 + default "4.4.62" if BR2_KERNEL_HEADERS_4_4 + default "4.9.23" if BR2_KERNEL_HEADERS_4_9 + default "4.10.11" if BR2_KERNEL_HEADERS_4_10 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION |