[Buildroot] [git commit] defconfigs/kb9202: fix headers version

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Aug 7 20:52:15 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=a9b1d1b6f2d48b1782ac8eea588fabd1e63b92b2
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
    https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/150333697

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 configs/kb9202_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/kb9202_defconfig b/configs/kb9202_defconfig
index c38adbf..0aea0eb 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


More information about the buildroot mailing list