diff options
author | Dagg Stompler <daggs@gmx.com> | 2016-07-23 21:55:00 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-23 23:26:42 +0200 |
commit | 583e0e30cab3432c13b5945ce6e90c91554590c5 (patch) | |
tree | 95ab01e8d85bf08085c20919b27cb7c7f6841129 | |
parent | e357926adc855d3e07a7eb35d43fd57322ebdc48 (diff) | |
download | buildroot-583e0e30cab3432c13b5945ce6e90c91554590c5.tar.gz buildroot-583e0e30cab3432c13b5945ce6e90c91554590c5.zip |
configs/odroidc2: bump kernel to rev 1cb48cebb9d525e524de0ede46710bb29f54d4a6
Signed-off-by: Dagg Stompler <daggs@gmx.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-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 30fa2d5d1a..43c2787bfa 100644 --- a/configs/odroidc2_defconfig +++ b/configs/odroidc2_defconfig @@ -14,7 +14,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="db9b5cfbd380d2316b7723599ee0c7e9d866db17" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="1cb48cebb9d525e524de0ede46710bb29f54d4a6" BR2_LINUX_KERNEL_DEFCONFIG="odroidc2" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_BUILD_DEFAULT_DTS=y |