From beea5becfa8390ef4a5bb73d34a39e82917188cd Mon Sep 17 00:00:00 2001 From: Nanako <469449812@qq.com> Date: Sat, 8 Mar 2025 15:33:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4kucat=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_openwrt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_openwrt.sh b/build_openwrt.sh index b5d51c2483f..470bd674bbd 100755 --- a/build_openwrt.sh +++ b/build_openwrt.sh @@ -33,7 +33,7 @@ declare -A CUSTOM_PACKAGES=( ["openclash"]="package/openclash=https://github.com/vernesong/OpenClash=dev=true" ["zerotier"]="package/luci-app-zerotier=https://github.com/zhengmz/luci-app-zerotier=master=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=main=false" + ["kucat"]="package/luci-theme-kucat=https://github.com/sirpdboy/luci-theme-kucat.git=js=false" ["mt76"]="package/firmware/mt76=https://github.com/openwrt/mt76.git=master=false" )