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