From 6ce3d22865848bbf6665bbd59ade50e006c22fea Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 14 Aug 2019 08:29:12 +0200 Subject: [PATCH] Adjust rk3399 DEV to proper upstream tag. Closing https://github.com/armbian/build/issues/1516 Signed-off-by: Igor Pecovnik --- config/sources/rk3399.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/rk3399.conf b/config/sources/rk3399.conf index 77c68266cc..cc404c576b 100644 --- a/config/sources/rk3399.conf +++ b/config/sources/rk3399.conf @@ -40,7 +40,7 @@ case $BRANCH in dev) KERNELSOURCE='https://github.com/ayufan-rock64/linux-mainline-kernel' - KERNELBRANCH='tag:5.2.0-1116-ayufan' + KERNELBRANCH='tag:5.3.0-rc4-1118-ayufan' KERNELDIR='linux-rockchip64' KERNELPATCHDIR='rockchip64-dev' LINUXCONFIG='linux-rockchip64-dev'