mirror of
https://github.com/xiaorouji/openwrt-passwall-packages.git
synced 2025-05-01 00:52:37 +08:00
tuic-client: hide for armv6 and armv5 targets (#413)
tuic-client arm32 release is only for armv7
This commit is contained in:
parent
a650625663
commit
18e0fe4a2b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user