From b62e81b40b133f85c8525b0416bad8c246f7afed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E8=AF=9D?= <49544781+xiaomeng9597@users.noreply.github.com> Date: Sat, 28 Dec 2024 09:07:46 -0600 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=BC=95=E8=B5=B7iproute2?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E6=8A=A5=E9=94=99=E7=9A=84=E8=A1=A5=E4=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- diy-part2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diy-part2.sh b/diy-part2.sh index f67bcd4..d3e71d1 100644 --- a/diy-part2.sh +++ b/diy-part2.sh @@ -7,16 +7,16 @@ # Blog: https://p3terx.com #=============================================== +# 删除引起iproute2依赖报错的补丁 +[ -e package/libs/elfutils/patches/999-fix-odd-build-oot-kmod-fail.patch ] && rm -f package/libs/elfutils/patches/999-fix-odd-build-oot-kmod-fail.patch # update ubus git HEAD cp -f $GITHUB_WORKSPACE/configfiles/ubus_Makefile package/system/ubus/Makefile - # 近期istoreos网站文件服务器不稳定,临时增加一个自定义下载网址 sed -i "s/push @mirrors, 'https:\/\/mirror2.openwrt.org\/sources';/&\\npush @mirrors, 'https:\/\/github.com\/xiaomeng9597\/files\/releases\/download\/iStoreosFile';/g" scripts/download.pl - # 修改内核配置文件 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