From 18e0fe4a2bae21c40c5384531da91444ac340b46 Mon Sep 17 00:00:00 2001 From: msdos03 <58075840+msdos03@users.noreply.github.com> Date: Sun, 9 Mar 2025 13:19:25 +0800 Subject: [PATCH] tuic-client: hide for armv6 and armv5 targets (#413) tuic-client arm32 release is only for armv7 --- tuic-client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuic-client/Makefile b/tuic-client/Makefile index c469b37..b4c5696 100644 --- a/tuic-client/Makefile +++ b/tuic-client/Makefile @@ -54,7 +54,7 @@ define Package/tuic-client SUBMENU:=Web Servers/Proxies TITLE:=Delicately-TUICed 0-RTT proxy protocol URL:=https://github.com/EAimTY/tuic/ - DEPENDS:=@USE_MUSL @(aarch64||arm||i386||x86_64) @!(TARGET_x86_geode||TARGET_x86_legacy) + DEPENDS:=@USE_MUSL @(aarch64||arm_v7||i386||x86_64) @!(TARGET_x86_geode||TARGET_x86_legacy) endef define Build/Prepare