From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dagg Stompler Date: Fri, 7 Oct 2016 13:13:50 +0300 Subject: [Buildroot] [PATCH] odroidc2: bump kernel rev to 925e508d37c76848881a8c8f7e9b02abc5731d88 Message-ID: <20161007101350.30677-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 odroidc2's kernel is based on 3.14, any code addition is either odroidc2 related bug fixes. odroidc2 related feature addons and patches that advance the kernel to newer versions. 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 0c8ff3d..44fc61a 100644 --- a/configs/odroidc2_defconfig +++ b/configs/odroidc2_defconfig @@ -16,7 +16,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/hardkernel/linux.git" -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="1cb48cebb9d525e524de0ede46710bb29f54d4a6" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="925e508d37c76848881a8c8f7e9b02abc5731d88" BR2_LINUX_KERNEL_DEFCONFIG="odroidc2" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_BUILD_DEFAULT_DTS=y -- 2.10.1