From 63c2fe4275046ff269a21b92f222cee0c344a7ec Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Fri, 23 Jul 2021 11:59:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/AutoBuild_ExtraPackages.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Scripts/AutoBuild_ExtraPackages.sh b/Scripts/AutoBuild_ExtraPackages.sh index c15362f..46ec5be 100644 --- a/Scripts/AutoBuild_ExtraPackages.sh +++ b/Scripts/AutoBuild_ExtraPackages.sh @@ -8,6 +8,11 @@ # OP_BRANCH Openwrt 源码分支,例如 [master] [main] [openwrt-21.02] [v21.02.0-rc3] ... # TARGET_PROFILE 设备名称,例如 [asus_rt-acrh17] [d-team_newifi-d2] [redmi_ax6] ... # TARGET_BOARD 设备架构,例如 [x86] [ramips] [ipq807x] [ath79] ... +# +# [git] 推荐: AddPackage git 存放位置 仓库名称 仓库作者 分支 +# 或者(等同于上方指令): git clone -b 分支 仓库地址 存放位置 +# [svn] 推荐: AddPackage svn 存放位置 软件包名 仓库作者/仓库名称/branches/分支/路径(可选) +# 或者(等同于上方指令): svn checkout 仓库地址/branches/分支/路径(可选) 存放位置 ## coolsnowwolf:master 通用软件包 case "${OP_Maintainer},${OP_BRANCH}" in @@ -23,7 +28,6 @@ coolsnowwolf,master) ;; esac -## coolsnowwolf:master 设备独有软件包 case "${TARGET_PROFILE},${OP_Maintainer},${OP_BRANCH}" in asus_rt-acrh17,coolsnowwolf,master) AddPackage git other luci-app-usb3disable rufengsuixing