summaryrefslogtreecommitdiff
path: root/configs/qemu_x86_64_defconfig
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-07-29 16:21:51 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-07-30 23:28:33 +0200
commit309290e1fa299355fbfc0265aed7536b028a6c5a (patch)
treea6c83168e309919d469b7b309dd171396b9160e0 /configs/qemu_x86_64_defconfig
parent365f06fb50a9cdb93d9092b490dc2de3ae9af0d7 (diff)
configs/qemu: bump relevant config versions
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/qemu_x86_64_defconfig')
-rw-r--r--configs/qemu_x86_64_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/qemu_x86_64_defconfig b/configs/qemu_x86_64_defconfig
index c2d56ab84..67b40a5a4 100644
--- a/configs/qemu_x86_64_defconfig
+++ b/configs/qemu_x86_64_defconfig
@@ -11,11 +11,11 @@ BR2_TARGET_ROOTFS_EXT2=y
# Lock to 3.10 headers to avoid breaking with newer kernels
BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="3.10"
+BR2_DEFAULT_KERNEL_VERSION="3.10.4"
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.4"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux-3.10.config"