diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-04-01 09:02:02 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-02 16:50:59 +0200 |
commit | 136156372ef4fc7582bec0ba68f543961683b008 (patch) | |
tree | 7acf14151e2707e70ac2f2c8998bb200ce68e7ca | |
parent | c60243e0a9973771d770ae880363e2595adddffb (diff) | |
download | buildroot-136156372ef4fc7582bec0ba68f543961683b008.tar.gz buildroot-136156372ef4fc7582bec0ba68f543961683b008.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 31c4d2416e..72cd5e1731 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.78" if BR2_KERNEL_HEADERS_3_2 + default "3.2.79" if BR2_KERNEL_HEADERS_3_2 default "3.4.111" if BR2_KERNEL_HEADERS_3_4 default "3.10.101" if BR2_KERNEL_HEADERS_3_10 default "3.12.56" if BR2_KERNEL_HEADERS_3_12 |