Skip to content

Commit 18e0fe4

Browse files
authored
tuic-client: hide for armv6 and armv5 targets (#413)
tuic-client arm32 release is only for armv7
1 parent a650625 commit 18e0fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuic-client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ define Package/tuic-client
5454
SUBMENU:=Web Servers/Proxies
5555
TITLE:=Delicately-TUICed 0-RTT proxy protocol
5656
URL:=https://github.com/EAimTY/tuic/
57-
DEPENDS:=@USE_MUSL @(aarch64||arm||i386||x86_64) @!(TARGET_x86_geode||TARGET_x86_legacy)
57+
DEPENDS:=@USE_MUSL @(aarch64||arm_v7||i386||x86_64) @!(TARGET_x86_geode||TARGET_x86_legacy)
5858
endef
5959

6060
define Build/Prepare

0 commit comments

Comments
 (0)