diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-06 21:30:07 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-08-08 17:47:55 +0200 |
commit | 5cbfab1c20851220345f692f3968163e824b1ceb (patch) | |
tree | ff6fd46b7d69615bc17e6ddcd96aa04676f86960 | |
parent | 8a8800d156071274be8222dc787b5a0214aa9c02 (diff) | |
download | buildroot-5cbfab1c20851220345f692f3968163e824b1ceb.tar.gz buildroot-5cbfab1c20851220345f692f3968163e824b1ceb.zip |
qemu-sparc64: update kernel
This fixes '__multi3' issue when building the kernel.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r-- | configs/qemu_sparc64_sun4u_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/qemu_sparc64_sun4u_defconfig b/configs/qemu_sparc64_sun4u_defconfig index 1f4df0614a..072fba79bc 100644 --- a/configs/qemu_sparc64_sun4u_defconfig +++ b/configs/qemu_sparc64_sun4u_defconfig @@ -15,6 +15,6 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_11=y # Linux kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.11.3" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.11.12" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sparc64-sun4u/linux-4.11.config" |