From: Lothar Felten Date: Mon, 15 May 2017 11:12:04 +0000 (+0200) Subject: configs: beaglebone: bump kernel version to 4.4.41 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb1a20049b00d4dfe0c4b06f073824a4d4e1d1f5;p=buildroot.git configs: beaglebone: bump kernel version to 4.4.41 Switch to Linux kernel version 4.4.41 from the TI SDK 03.03.00.04 (TI SDK release date: 29.03.2017) Signed-off-by: Lothar Felten Signed-off-by: Peter Korsgaard --- diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig index b74ffbce5c..611b694137 100644 --- a/configs/beaglebone_defconfig +++ b/configs/beaglebone_defconfig @@ -7,7 +7,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/beaglebone/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.ti.com/processor-sdk/processor-sdk-linux.git" -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="adde2ca9f86797071f6e7b2b9e779fa5e4a8f3cd" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="f9f6f0db2d5e4f9d2ff46eb31a5a05276a92ed7d" BR2_LINUX_KERNEL_DEFCONFIG="omap2plus" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk"