From: Peter Korsgaard Date: Fri, 15 Apr 2016 11:43:26 +0000 (+0200) Subject: freescale_imx6sxsabresd_defconfig: fix kernel headers version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08f7d13570aa2a693ca16f1e41fc3760ecd6b21b;p=buildroot.git freescale_imx6sxsabresd_defconfig: fix kernel headers version Fixes https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/123187910 Commit 1e5bc05a04d (configs: freescale_imx6*: bump version to 3.14.52-1.1.0_ga) updated the kernel but forgot to change the kernel headers version to match. Signed-off-by: Peter Korsgaard --- diff --git a/configs/freescale_imx6sxsabresd_defconfig b/configs/freescale_imx6sxsabresd_defconfig index 06ab10aea9..943528bacd 100644 --- a/configs/freescale_imx6sxsabresd_defconfig +++ b/configs/freescale_imx6sxsabresd_defconfig @@ -5,8 +5,8 @@ BR2_cortex_a9=y # patches BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches" -# Linux headers same as kernel, a 3.10 series -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y +# Linux headers same as kernel, a 3.14 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y # system BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"