From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dagg Stompler Date: Thu, 13 Oct 2016 22:56:21 +0300 Subject: [Buildroot] [PATCH] configs/odroidc2: bump kernel headers to 3.14.79 Message-ID: <20161013195621.6015-1-daggs@gmx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net following commit 7de5b0d2d83bec38ec96ef5917259d9f46df58d4, bump kernel headers to 3.14.79 to match the kernel version. Signed-off-by: Dagg Stompler --- configs/odroidc2_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/odroidc2_defconfig b/configs/odroidc2_defconfig index 44fc61a..95a9169 100644 --- a/configs/odroidc2_defconfig +++ b/configs/odroidc2_defconfig @@ -11,7 +11,7 @@ BR2_GCC_VERSION_4_9_X=y # Kernel BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="3.14.29" +BR2_DEFAULT_KERNEL_VERSION="3.14.79" BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y -- 2.10.1