From 29d4e3e450f96967456aec2f83495921d23ea625 Mon Sep 17 00:00:00 2001 From: zhao Date: Thu, 16 Jan 2025 23:53:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Rockchip,sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- Rockchip,sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rockchip,sh b/Rockchip,sh index 12153f7..792ec50 100644 --- a/Rockchip,sh +++ b/Rockchip,sh @@ -286,7 +286,7 @@ curl -L -o files/etc/config/nginx https://git.kejizero.online/zhao/files/raw/bra # 加载 .config echo -e "${YELLOW}加载 .config${NC}" echo -e "${YELLOW}加载自定义配置...${NC}" -curl -skL https://raw.githubusercontent.com/oppen321/ZeroWrt/refs/heads/master/configs/x86_64.config -o .config +curl -skL https://raw.githubusercontent.com/oppen321/ZeroWrt/refs/heads/master/configs/rockchip.config -o .config # 生成默认配置 echo -e "${GREEN}生成默认配置...${NC}"