diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-11-27 07:22:25 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-11-27 09:25:46 +0100 |
commit | c8f0a823efdb3f195c475194dc7b3341502819c0 (patch) | |
tree | 0bb1daf5dd23c42d40fcf750461f7480938fe2ed /package | |
parent | 3950f5412ed77ce4ae52760767bf8e60b5c1bf53 (diff) | |
download | buildroot-c8f0a823efdb3f195c475194dc7b3341502819c0.tar.gz buildroot-c8f0a823efdb3f195c475194dc7b3341502819c0.zip |
linux-headers: bump 3.2.x series
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-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 61a9414231..cff856eaeb 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -239,7 +239,7 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string - default "3.2.95" if BR2_KERNEL_HEADERS_3_2 + default "3.2.96" if BR2_KERNEL_HEADERS_3_2 default "3.4.113" if BR2_KERNEL_HEADERS_3_4 default "3.10.108" if BR2_KERNEL_HEADERS_3_10 default "3.12.74" if BR2_KERNEL_HEADERS_3_12 |