From acdff25a9666380da014f6f3e304530d02d8d81f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 5 Sep 2013 09:44:51 +0200 Subject: [PATCH] calao_usb_a9g20_lpw_defconfig: lock to kernel 3.10.x The calao defconfig fails to build with 3.11, so lock the kernel version to the last version known to build. For details, see: http://jenkins.free-electrons.com/job/buildroot/config=calao_usb_a9g20_lpw_defconfig/105 Signed-off-by: Peter Korsgaard --- configs/calao_usb_a9g20_lpw_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/calao_usb_a9g20_lpw_defconfig b/configs/calao_usb_a9g20_lpw_defconfig index 4a644da599..cf114d9cd8 100644 --- a/configs/calao_usb_a9g20_lpw_defconfig +++ b/configs/calao_usb_a9g20_lpw_defconfig @@ -10,6 +10,8 @@ BR2_TARGET_BAREBOX=y BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR="board/calao/usb-a9g20-lpw/" BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="usb_a9g20" BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_CUSTOM_VERSION=y +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.10" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/calao/usb-a9g20-lpw/linux-3.4.4.config" BR2_LINUX_KERNEL_ZIMAGE=y -- 2.30.2