From 678958343605e0496ebb6e6cca256d520f53d1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E8=AF=9D?= <49544781+xiaomeng9597@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:31:01 -0500 Subject: [PATCH] update diy-part2.sh --- diy-part2.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/diy-part2.sh b/diy-part2.sh index ebc76a9..b80f56c 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