From cb357bf5020358b8dbaadbd99f196c79c3c21e9b Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Thu, 12 Aug 2021 13:34:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BD=AF=E4=BB=B6=E5=8C=85?= =?UTF-8?q?=20luci-app-iperf3-server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Configs/Common | 1 + Scripts/AutoBuild_ExtraPackages.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Configs/Common b/Configs/Common index 6d42e21..8facbdd 100644 --- a/Configs/Common +++ b/Configs/Common @@ -12,6 +12,7 @@ CONFIG_PACKAGE_ddns-scripts_dnspod=y CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y CONFIG_PACKAGE_ddns-scripts_no-ip_com=y CONFIG_PACKAGE_luci-app-eqos=y +CONFIG_PACKAGE_luci-app-iperf3-server=y # CONFIG_PACKAGE_luci-app-jd-dailybonus is not set # CONFIG_PACKAGE_luci-app-rclone is not set # CONFIG_PACKAGE_luci-app-rclone_INCLUDE_fuse-utils is not set diff --git a/Scripts/AutoBuild_ExtraPackages.sh b/Scripts/AutoBuild_ExtraPackages.sh index db0eb55..d5bddd7 100644 --- a/Scripts/AutoBuild_ExtraPackages.sh +++ b/Scripts/AutoBuild_ExtraPackages.sh @@ -15,11 +15,12 @@ ## e.g. 当前使用源码为 coolsnowwolf/lede:master 时添加下列软件包 case "${OP_Maintainer}/${OP_REPO_NAME}:${OP_BRANCH}" in coolsnowwolf/lede:master) + AddPackage git other luci-app-adguardhome Hyy2001X master + AddPackage git other luci-app-iperf3-server Hyy2001X master AddPackage svn other luci-app-smartdns kenzok8/openwrt-packages/trunk AddPackage git other luci-app-serverchan tty228 master AddPackage svn other luci-app-socat Lienol/openwrt-package/trunk AddPackage git other luci-app-onliner Hyy2001X master - AddPackage git other luci-app-adguardhome Hyy2001X master AddPackage svn other luci-app-eqos kenzok8/openwrt-packages/trunk AddPackage git other OpenClash vernesong master AddPackage git other luci-app-adblock-plus small-5 master