tuic-client: hide for armv6 and armv5 targets (#413)

tuic-client arm32 release is only for armv7
This commit is contained in:
msdos03
2025-03-09 13:19:25 +08:00
committed by GitHub
parent a650625663
commit 18e0fe4a2b

View File

@@ -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