luci-app-passwall: sync upstream

last commit: bf5d7e0c83
This commit is contained in:
gitea-action 2024-11-13 22:00:20 +08:00
parent 8284bd7c83
commit a38c7dc1ae
2 changed files with 6 additions and 2 deletions

View File

@ -720,6 +720,7 @@ local default_file_tree = {
mips = "mips",
mips64 = "mips64",
mipsel = "mipsel",
mips64el = "mips64el",
armv5 = "arm.*5",
armv6 = "arm.*6[^4]*",
armv7 = "arm.*7",

View File

@ -34,7 +34,8 @@ _M.singbox = {
default_path = "/usr/bin/sing-box",
match_fmt_str = "linux%%-%s",
file_tree = {
x86_64 = "amd64"
x86_64 = "amd64",
mips64el = "mips64le"
}
}
@ -50,7 +51,8 @@ _M.xray = {
x86_64 = "64",
x86 = "32",
mips = "mips32",
mipsel = "mips32le"
mipsel = "mips32le",
mips64el = "mips64le"
}
}
@ -68,6 +70,7 @@ _M["chinadns-ng"] = {
mips = "wolfssl@mips%-.*mips32%+soft_float@",
mips64 = "wolfssl@mips64%-.*mips64%+soft_float@",
mipsel = "wolfssl@mipsel.*mips32%+soft_float@",
mips64el = "wolfssl@mips64el%-.*mips64%+soft_float@",
aarch64 = "wolfssl_noasm@aarch64.*v8a",
rockchip = "wolfssl@aarch64.*v8a",
armv5 = "wolfssl@arm.*v5te",