From 358b080b470c021f607c78f62a20e25e8cb3f977 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:10:12 -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=E7=BC=96=E8=AF=91=E6=8A=A5=E9=94=99=E7=9A=84?= =?UTF-8?q?=E8=A1=A5=E4=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- diy-part2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy-part2.sh b/diy-part2.sh index d3e71d1..b0ea478 100644 --- a/diy-part2.sh +++ b/diy-part2.sh @@ -7,7 +7,7 @@ # Blog: https://p3terx.com #=============================================== -# 删除引起iproute2依赖报错的补丁 +# 删除引起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