diff options
author | Dagg Stompler <daggs@gmx.com> | 2016-10-07 13:13:50 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-07 15:43:00 +0200 |
commit | 7de5b0d2d83bec38ec96ef5917259d9f46df58d4 (patch) | |
tree | 3664822f66bc48dd0f8138a7365a89f7c3e29b95 /configs | |
parent | a4663dcbde492cbd8b901f6161d08ced0fd3a646 (diff) | |
download | buildroot-7de5b0d2d83bec38ec96ef5917259d9f46df58d4.tar.gz buildroot-7de5b0d2d83bec38ec96ef5917259d9f46df58d4.zip |
configs/odroidc2: bump kernel to 925e508d37c76848881a8c8f7e9b02abc5731d88
odroidc2's kernel remains based on 3.14. This commit upgrades the kernel
to a new commit that is now based on 3.14.79, and contains a number of
ODroidC2 related bug fixes and feature additions.
Signed-off-by: Dagg Stompler <daggs@gmx.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/odroidc2_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/odroidc2_defconfig b/configs/odroidc2_defconfig index 0c8ff3d3c5..44fc61a31a 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 |