From bf86522d8fa126ce49bdf5084ef57f652fb38856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E8=AF=9D?= <49544781+xiaomeng9597@users.noreply.github.com> Date: Sat, 14 Sep 2024 00:25:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A7=BB=E6=A4=8D=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- diy-part2.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/diy-part2.sh b/diy-part2.sh index e6a4ef0..c7fc4e3 100644 --- a/diy-part2.sh +++ b/diy-part2.sh @@ -16,7 +16,9 @@ cp -f $GITHUB_WORKSPACE/configfiles/ubus_Makefile package/system/ubus/Makefile sed -i "s/push @mirrors, 'https:\/\/mirror2.openwrt.org\/sources';/&\\npush @mirrors, 'https:\/\/github.com\/xiaomeng9597\/files\/releases\/download\/iStoreosFile';/g" scripts/download.pl -# 移植黑豹x2 + +# 移植黑豹x2(这些配置文件上游仓库已经有了不用在复制了) +# 上游仓库地址:https://github.com/istoreos/istoreos # rm -f target/linux/rockchip/image/rk35xx.mk # cp -f $GITHUB_WORKSPACE/configfiles/rk35xx.mk target/linux/rockchip/image/rk35xx.mk