summaryrefslogtreecommitdiffstats
path: root/configs/qemu_x86_defconfig
diff options
context:
space:
mode:
authorGustavo Zacarias2012-05-22 06:56:31 +0200
committerPeter Korsgaard2012-05-22 21:26:16 +0200
commit4f0bc3b74faa6966e5014dc5950d85d0bd8369ec (patch)
treeafd1d55c8570624ebde2c61eb5469e23e0ce1eaf /configs/qemu_x86_defconfig
parentlinux: bump default to kernel version 3.3.7 (diff)
downloadbuildroot-4f0bc3b74faa6966e5014dc5950d85d0bd8369ec.tar.gz
buildroot-4f0bc3b74faa6966e5014dc5950d85d0bd8369ec.tar.xz
buildroot-4f0bc3b74faa6966e5014dc5950d85d0bd8369ec.zip
qemu/configs: update to use kernel 3.3.7
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/qemu_x86_defconfig')
-rw-r--r--configs/qemu_x86_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/qemu_x86_defconfig b/configs/qemu_x86_defconfig
index e2928e9f4..118cd7fa7 100644
--- a/configs/qemu_x86_defconfig
+++ b/configs/qemu_x86_defconfig
@@ -16,6 +16,6 @@ BR2_KERNEL_HEADERS_3_3=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3.7"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.3.config"