From 8abd68ab75be347d6e7d29e2b3e34664fb199358 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 9 Aug 2020 23:17:11 +0300 Subject: [PATCH] Nano Pi Neo: update kernel to 6fe15de8c8d042677b2962fe06c15f3c3f017ae7 --- configs/nanopineo_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/nanopineo_defconfig b/configs/nanopineo_defconfig index 858c6a5a0b..7c9aa9f68f 100644 --- a/configs/nanopineo_defconfig +++ b/configs/nanopineo_defconfig @@ -12,7 +12,7 @@ BR2_ROOTFS_OVERLAY="board/common/overlay board/nanopineo/overlay" BR2_ROOTFS_POST_BUILD_SCRIPT="board/common/postscript.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/friendlyarm/linux/archive/3f0ec3a78591ef3f0d06c59ae935de76d2c2de9b.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/friendlyarm/linux/archive/6fe15de8c8d042677b2962fe06c15f3c3f017ae7.tar.gz" BR2_LINUX_KERNEL_DEFCONFIG="sunxi" BR2_PACKAGE_BUSYBOX_CONFIG="board/common/busybox.config" BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y