From d6e7282fc0d7fe6be6eca09d3143ac25e6c85b2f Mon Sep 17 00:00:00 2001 From: lwb1978 <86697442+lwb1978@users.noreply.github.com> Date: Tue, 19 Mar 2024 10:24:04 +0800 Subject: [PATCH] luci: app_update continue adapt chinadns-ng new release --- luci-app-passwall/luasrc/passwall/com.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/luci-app-passwall/luasrc/passwall/com.lua b/luci-app-passwall/luasrc/passwall/com.lua index d19b4acfe..55af79950 100644 --- a/luci-app-passwall/luasrc/passwall/com.lua +++ b/luci-app-passwall/luasrc/passwall/com.lua @@ -62,10 +62,10 @@ _M["chinadns-ng"] = { default_path = "/usr/bin/chinadns-ng", match_fmt_str = "%s", file_tree = { - x86_64 = "x86_64_v4", + x86_64 = "x86_64", x86 = "i686", - mips = "mips%-.*mips32@", - mipsel = "mipsel.*mips32@", + mips = "mips%-.*mips32%+soft_float@", + mipsel = "mipsel.*mips32%+soft_float@", aarch64 = "aarch64.*v8a", armv5 = "arm.*v5te", armv6 = "arm.*v6t2",