[Buildroot] [PATCH 6/9] qemu/x86: update to use kernel version 3.2

Gustavo Zacarias gustavo at zacarias.com.ar
Thu Jan 5 16:30:19 UTC 2012


Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 .../x86/{linux-3.1.config => linux-3.2.config}     |    0
 configs/qemu_x86_defconfig                         |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename board/qemu/x86/{linux-3.1.config => linux-3.2.config} (100%)

diff --git a/board/qemu/x86/linux-3.1.config b/board/qemu/x86/linux-3.2.config
similarity index 100%
rename from board/qemu/x86/linux-3.1.config
rename to board/qemu/x86/linux-3.2.config
diff --git a/configs/qemu_x86_defconfig b/configs/qemu_x86_defconfig
index 8efe9ae..314b124 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.1"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.1.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.2.config"
-- 
1.7.3.4



More information about the buildroot mailing list