From a9b1d1b6f2d48b1782ac8eea588fabd1e63b92b2 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 7 Aug 2016 22:44:34 +0200 Subject: defconfigs/kb9202: fix headers version Fixes: https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/150333697 Signed-off-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- configs/kb9202_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/kb9202_defconfig b/configs/kb9202_defconfig index c38adbffb..0aea0eba2 100644 --- a/configs/kb9202_defconfig +++ b/configs/kb9202_defconfig @@ -5,7 +5,8 @@ BR2_arm920t=y # Filesystem BR2_TARGET_ROOTFS_TAR=y -# Linux headers same as kernel, a 2.6 series (so, no option selected) +# Linux headers same as kernel, a 2.6 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_REALLY_OLD=y # Kernel BR2_LINUX_KERNEL=y -- cgit v1.2.3