From 36b87d6f819fab54c99d5dec69cb9c8e07a26472 Mon Sep 17 00:00:00 2001 From: zhao Date: Fri, 17 Jan 2025 00:09:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20IPQ807x.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- IPQ807x.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPQ807x.sh b/IPQ807x.sh index dfb0775..5601fdd 100644 --- a/IPQ807x.sh +++ b/IPQ807x.sh @@ -29,7 +29,7 @@ sudo apt-get clean # 克隆 OpenWrt 源码 echo -e "${YELLOW}克隆 OpenWrt 源码...${NC}" -git clone -b openwrt-24.10 --single-branch --filter=blob:none https://github.com/openwrt/openwrt +git clone https://github.com/coolsnowwolf/lede openwrt # 更新 feeds 并安装 cd openwrt || exit