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" )