We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a650625 commit 18e0fe4Copy full SHA for 18e0fe4
tuic-client/Makefile
@@ -54,7 +54,7 @@ define Package/tuic-client
54
SUBMENU:=Web Servers/Proxies
55
TITLE:=Delicately-TUICed 0-RTT proxy protocol
56
URL:=https://github.com/EAimTY/tuic/
57
- 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)
58
endef
59
60
define Build/Prepare
0 commit comments