summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorGustavo Zacarias2012-02-18 20:30:43 +0100
committerPeter Korsgaard2012-02-19 22:57:40 +0100
commit820da7ce598a9925a5bfba7215d61f54adbc15b1 (patch)
tree9ebdd8510cbbf73e2ee86aafcc933a355b3c054f /configs
parentqemu/arm-versatile: update to use kernel 3.2.6 (diff)
downloadbuildroot-820da7ce598a9925a5bfba7215d61f54adbc15b1.tar.gz
buildroot-820da7ce598a9925a5bfba7215d61f54adbc15b1.tar.xz
buildroot-820da7ce598a9925a5bfba7215d61f54adbc15b1.zip
qemu/x86: update to use kernel 3.2.6
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-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 314b124cb..d20850a7f 100644
--- a/configs/qemu_x86_defconfig
+++ b/configs/qemu_x86_defconfig
@@ -13,6 +13,6 @@ BR2_TARGET_ROOTFS_EXT2=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.6"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.2.config"