From 8be0649cbeee6838101084014c68d672a34ee594 Mon Sep 17 00:00:00 2001 From: zhao Date: Sat, 18 Jan 2025 18:35:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20hanwckf=5Fmt798x.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- hanwckf_mt798x.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hanwckf_mt798x.sh b/hanwckf_mt798x.sh index 3c539fe..3d06c59 100644 --- a/hanwckf_mt798x.sh +++ b/hanwckf_mt798x.sh @@ -9,7 +9,7 @@ NC='\033[0m' # 无颜色 # 克隆 OpenWrt 源码 echo -e "${YELLOW}克隆 OpenWrt 源码...${NC}" -git clone -b openwrt-24.10 --single-branch --filter=blob:none https://github.com/openwrt/openwrt +git clone --depth=1 https://github.com/hanwckf/immortalwrt-mt798x.git openwrt # 更新 feeds 并安装 cd openwrt || exit