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