diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-07-01 10:14:14 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-01 10:25:03 +0200 |
commit | e79c574a9e17cd742fc4020545de9e33d8fdef38 (patch) | |
tree | 4fb941557e63864f93cb5bc62e726b4779ce0faa | |
parent | 45bdad14e643129fd390b3a2739047977beb75bd (diff) | |
download | buildroot-e79c574a9e17cd742fc4020545de9e33d8fdef38.tar.gz buildroot-e79c574a9e17cd742fc4020545de9e33d8fdef38.zip |
linux-headers: bump 4.1.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 | 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 613a26ea57..e5c0109a1c 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -226,7 +226,7 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.4.113" if BR2_KERNEL_HEADERS_3_4 default "3.10.106" if BR2_KERNEL_HEADERS_3_10 default "3.12.74" if BR2_KERNEL_HEADERS_3_12 - default "4.1.41" if BR2_KERNEL_HEADERS_4_1 + default "4.1.42" if BR2_KERNEL_HEADERS_4_1 default "4.4.74" if BR2_KERNEL_HEADERS_4_4 default "4.9.34" if BR2_KERNEL_HEADERS_4_9 default "4.10.17" if BR2_KERNEL_HEADERS_4_10 |