diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-12-01 07:07:59 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-01 22:43:31 +0100 |
commit | e394b446f5c61da23f9b33a132f244648149a3c6 (patch) | |
tree | d61b9c61de56db5eb2d309166fa131aac6fe4200 | |
parent | 9070fb3fbdf47e6f996373e5c5c1677c2ae3ae65 (diff) | |
download | buildroot-e394b446f5c61da23f9b33a132f244648149a3c6.tar.gz buildroot-e394b446f5c61da23f9b33a132f244648149a3c6.zip |
linux-headers: bump 4.{4, 9}.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 b7f188cd72..7e4b60fc77 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -252,8 +252,8 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.10.108" if BR2_KERNEL_HEADERS_3_10 default "3.12.74" if BR2_KERNEL_HEADERS_3_12 default "4.1.46" if BR2_KERNEL_HEADERS_4_1 - default "4.4.102" if BR2_KERNEL_HEADERS_4_4 - default "4.9.65" if BR2_KERNEL_HEADERS_4_9 + default "4.4.103" if BR2_KERNEL_HEADERS_4_4 + default "4.9.66" if BR2_KERNEL_HEADERS_4_9 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 |