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