diff options
author | 2013-10-10 11:14:17 -0300 | |
---|---|---|
committer | 2013-10-10 22:42:47 +0200 | |
commit | 9cf555971cb1b12c267cf0bef43835f8297df96b (patch) | |
tree | 661f8fbe9dc0256ba19e970a8f48e47cf89b8acd /configs/qemu_x86_defconfig | |
parent | 020775b33f87fbda4e805e3f8740d312c9fc9bf5 (diff) | |
download | buildroot-9cf555971cb1b12c267cf0bef43835f8297df96b.tar.gz buildroot-9cf555971cb1b12c267cf0bef43835f8297df96b.tar.bz2 |
configs/qemu: bump relevant config versions
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/qemu_x86_defconfig')
-rw-r--r-- | configs/qemu_x86_defconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/qemu_x86_defconfig b/configs/qemu_x86_defconfig index d451d2a94f..7609cde28e 100644 --- a/configs/qemu_x86_defconfig +++ b/configs/qemu_x86_defconfig @@ -10,13 +10,13 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1" BR2_TARGET_ROOTFS_EXT2=y # BR2_TARGET_ROOTFS_TAR is not set -# Lock to 3.10 headers to avoid breaking with newer kernels +# Lock to 3.11 headers to avoid breaking with newer kernels BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="3.10.7" +BR2_DEFAULT_KERNEL_VERSION="3.11.4" # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.7" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.11.4" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.10.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.11.config" |