diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-10-19 13:35:07 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-19 23:04:30 +0200 |
| commit | a69ca0d117662260457455270a9e7338a54980f9 (patch) | |
| tree | 2e76b8b30992e0d293b5ef213995700e71c721d9 | |
| parent | f87f067c027261eb8c0ac8ad120fe845570aaae3 (diff) | |
| download | buildroot-a69ca0d117662260457455270a9e7338a54980f9.tar.gz buildroot-a69ca0d117662260457455270a9e7338a54980f9.zip | |
linux-headers: bump 3.{10, 11}.x stable versions
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.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 17688685ca..124a68f55e 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -86,7 +86,7 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.7.10" if BR2_KERNEL_HEADERS_3_7 default "3.8.13" if BR2_KERNEL_HEADERS_3_8 default "3.9.11" if BR2_KERNEL_HEADERS_3_9 - default "3.10.16" if BR2_KERNEL_HEADERS_3_10 - default "3.11.5" if BR2_KERNEL_HEADERS_3_11 + default "3.10.17" if BR2_KERNEL_HEADERS_3_10 + default "3.11.6" if BR2_KERNEL_HEADERS_3_11 default "2.6" if BR2_KERNEL_HEADERS_SNAP default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION |

