From 0c8fbbf24cd545e526aaca69c40d0e887899e9f8 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Thu, 13 Jul 2017 22:45:02 +0300 Subject: [PATCH] raspberrypi: update kernel headers to 4.9 --- configs/raspberrypi_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig index 436df7c94d..0baa73ccc5 100644 --- a/configs/raspberrypi_defconfig +++ b/configs/raspberrypi_defconfig @@ -5,7 +5,7 @@ BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-raspberrypi" BR2_OPTIMIZE_2=y BR2_TOOLCHAIN_BUILDROOT_GLIBC=y -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y BR2_GCC_VERSION_4_9_X=y BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_TARGET_OPTIMIZATION="-pipe"