From 853f0214c5e9a8a677f846ed34787b94be99c031 Mon Sep 17 00:00:00 2001 From: "519561910@qq.com" <519561910@qq.com> Date: Thu, 10 Oct 2024 20:06:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E8=A6=81=E7=9A=84?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=92=8C=E7=A7=BB=E9=99=A4=E7=A7=BB=E6=A4=8D?= =?UTF-8?q?DG-NAS-LITE/IDO3568-CM4=E6=9C=BA=E5=9E=8B=E4=BA=A7=E7=94=9F?= =?UTF-8?q?=E7=9A=84=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- diy-part2.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/diy-part2.sh b/diy-part2.sh index bcc078e..dee39d8 100644 --- a/diy-part2.sh +++ b/diy-part2.sh @@ -18,8 +18,6 @@ sed -i "s/push @mirrors, 'https:\/\/mirror2.openwrt.org\/sources';/&\\npush @mir # 修改内核配置文件 -# rm -f target/linux/rockchip/rk35xx/config-5.10 -# cp -f $GITHUB_WORKSPACE/configfiles/config-5.10 target/linux/rockchip/rk35xx/config-5.10 sed -i "/.*CONFIG_ROCKCHIP_RGA2.*/d" target/linux/rockchip/rk35xx/config-5.10 # sed -i "/# CONFIG_ROCKCHIP_RGA2 is not set/d" target/linux/rockchip/rk35xx/config-5.10 # sed -i "/CONFIG_ROCKCHIP_RGA2_DEBUGGER=y/d" target/linux/rockchip/rk35xx/config-5.10