From 2dd8dd68db8cc71bb3765139b1cad751da96e274 Mon Sep 17 00:00:00 2001 From: zhao Date: Mon, 16 Jun 2025 10:03:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Mediatek.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- Mediatek.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Mediatek.sh b/Mediatek.sh index 952b389..4510a11 100644 --- a/Mediatek.sh +++ b/Mediatek.sh @@ -85,14 +85,14 @@ EOF endgroup # 加载缓存 -# group "加载缓存" -# curl -L https://$github/oppen321/openwrt_caches/releases/download/OpenWrt_Toolchain_Cache/toolchain_gcc8_mediatek.tar.zst -o toolchain.tar.zst $CURL_BAR -# tar -I "zstd" -xf toolchain.tar.zst -# rm -f toolchain.tar.zst -# mkdir bin -# find ./staging_dir/ -name '*' -exec touch {} \; >/dev/null 2>&1 -# find ./tmp/ -name '*' -exec touch {} \; >/dev/null 2>&1 -# endgroup +group "加载缓存" +curl -L https://$github/zhiern/OpenWRT-Mediatek/releases/download/Cache/toolchain_mediatek_gcc-8.tar.zst -o toolchain.tar.zst $CURL_BAR +tar -I "zstd" -xf toolchain.tar.zst +rm -f toolchain.tar.zst +mkdir bin +find ./staging_dir/ -name '*' -exec touch {} \; >/dev/null 2>&1 +find ./tmp/ -name '*' -exec touch {} \; >/dev/null 2>&1 +endgroup # 生成默认配置 group "生成默认配置"