From: Gustavo Zacarias Date: Tue, 3 May 2011 13:01:30 +0000 (-0300) Subject: qemu/arm-versatile: use 2.6.38.5 kernel to match headers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a2e724a05b5c9a8ef8dadfb2154d1fd996f16fef;p=buildroot.git qemu/arm-versatile: use 2.6.38.5 kernel to match headers Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/configs/qemu_arm_versatile_defconfig b/configs/qemu_arm_versatile_defconfig index ba323276b8..1a1a0ff1cc 100644 --- a/configs/qemu_arm_versatile_defconfig +++ b/configs/qemu_arm_versatile_defconfig @@ -13,7 +13,7 @@ BR2_TARGET_ROOTFS_EXT2=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.4" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.5" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-2.6.38.config" BR2_LINUX_KERNEL_ZIMAGE=y