mirror of
https://github.com/outbackdingo/openwrt-passwall-packages.git
synced 2026-01-27 02:19:53 +00:00
tuic-client: hide for armv6 and armv5 targets (#413)
tuic-client arm32 release is only for armv7
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user