diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-05-01 18:47:30 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-01 23:48:22 +0200 |
commit | 1a97d49f61e28858e07576a71c64e50b137ceac8 (patch) | |
tree | c394f75f855bd032e6c68195bf1d07c22ebd2f00 | |
parent | e05a5b8e342f94aae7d79fe648003dd1a65ebc41 (diff) | |
download | buildroot-1a97d49f61e28858e07576a71c64e50b137ceac8.tar.gz buildroot-1a97d49f61e28858e07576a71c64e50b137ceac8.zip |
linux-headers: bump 3.2.x series
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
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 2da947bc4b..46f34e6b45 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -210,7 +210,7 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string - default "3.2.79" if BR2_KERNEL_HEADERS_3_2 + default "3.2.80" if BR2_KERNEL_HEADERS_3_2 default "3.4.112" if BR2_KERNEL_HEADERS_3_4 default "3.10.101" if BR2_KERNEL_HEADERS_3_10 default "3.12.59" if BR2_KERNEL_HEADERS_3_12 |