summaryrefslogtreecommitdiff
path: root/configs/qemu_x86_64_defconfig
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-12-09 09:17:39 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-12-09 14:30:37 +0100
commit3a4b97bfb06ecabf2849aae0b308396dd8aac8ac (patch)
tree3aa34b427df0209c0ecda23b683a438eefbdbde1 /configs/qemu_x86_64_defconfig
parent424abf2f1b238cfe822a8457497ca8c89536108b (diff)
configs/qemu: update to the latest kernel/headers versions
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/qemu_x86_64_defconfig')
-rw-r--r--configs/qemu_x86_64_defconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/configs/qemu_x86_64_defconfig b/configs/qemu_x86_64_defconfig
index 29da150fc..17aad2f12 100644
--- a/configs/qemu_x86_64_defconfig
+++ b/configs/qemu_x86_64_defconfig
@@ -9,14 +9,14 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1"
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set
-# Lock to 3.17 headers to avoid breaking with newer kernels
+# Lock to 3.18 headers to avoid breaking with newer kernels
BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="3.17.2"
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
+BR2_DEFAULT_KERNEL_VERSION="3.18"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.18"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux-3.17.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux-3.18.config"