diff --git a/build_openwrt.sh b/build_openwrt.sh index 928004232e6..233fe3b6741 100755 --- a/build_openwrt.sh +++ b/build_openwrt.sh @@ -28,12 +28,10 @@ declare -a REMOVE_PACKAGES=( #---------------自定义包配置---------------# # 定义自定义包配置,格式:[包名]=[目标目录]=[仓库URL]=[分支]=[是否使用--depth 1] declare -A CUSTOM_PACKAGES=( - ["golang"]="feeds/packages/lang/golang=https://github.com/kenzok8/golang=main=true" ["partexp"]="package/luci-app-partexp=https://github.com/sirpdboy/luci-app-partexp=main=false" ["openclash"]="package/openclash=https://github.com/vernesong/OpenClash=dev=true" ["zerotier"]="package/luci-app-zerotier=https://nanako.site/gitea/Nanako/luci-app-zerotier.git=main=false" ["5gsupport"]="package/openwrt-app-actions=https://github.com/Siriling/openwrt-app-actions.git=main=true" - ["kucat"]="package/luci-theme-kucat=https://github.com/sirpdboy/luci-theme-kucat.git=js=false" ["design"]="package/luci-theme-design=https://github.com/SAENE/luci-theme-design.git=js=false" ["mt76"]="package/firmware/mt76=https://github.com/openwrt/mt76.git=master=false" )