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