From e1ed2a00335d7dda0d228d4bd03f473333578d6f Mon Sep 17 00:00:00 2001 From: SpadeLushen Date: Tue, 29 Dec 2020 12:47:59 +0800 Subject: [PATCH] fix BOOTBRANCH in rockchip64_common.inc --- external/config/sources/families/include/rockchip64_common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/config/sources/families/include/rockchip64_common.inc b/external/config/sources/families/include/rockchip64_common.inc index ec5ca6b..0c8bcee 100644 --- a/external/config/sources/families/include/rockchip64_common.inc +++ b/external/config/sources/families/include/rockchip64_common.inc @@ -8,7 +8,7 @@ BOOTDELAY=0 OVERLAY_PREFIX='rockchip' SERIALCON=${SERIALCON:=$([ $BRANCH == "legacy" ] && echo "ttyFIQ0:1500000" || echo "ttyS2:1500000")} GOVERNOR="ondemand" -BOOTBRANCH="tag:v2020.07-rockchip64" +BOOTBRANCH="branch:v2020.07-rockchip64" PACKAGE_LIST_FAMILY="ethtool" RKBIN_DIR="$EXTER/cache/sources/rkbin-tools"