From f8496ad91485ec1fb81cc06ad974579e4989755d Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 21 May 2020 10:35:25 +0200 Subject: [PATCH] workaround: s5p6818 attach to last know working tag There are some changes in the recent version that breaks network driver Signed-off-by: Igor Pecovnik --- config/sources/families/s5p6818.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/families/s5p6818.conf b/config/sources/families/s5p6818.conf index 594f8e786..48f227e85 100644 --- a/config/sources/families/s5p6818.conf +++ b/config/sources/families/s5p6818.conf @@ -9,7 +9,7 @@ ATF_COMPILE="no" case $BRANCH in legacy|next) - KERNELBRANCH='branch:linux-4.14.y' + KERNELBRANCH='tag:v4.14.180' ;; esac