From 914853927700709245dfe372d5f90093dce413d7 Mon Sep 17 00:00:00 2001 From: lean Date: Sun, 17 Sep 2023 05:34:33 +0800 Subject: [PATCH] tuic-client: add armv7 support --- luci-app-ssr-plus/Makefile | 4 ++-- tuic-client/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/luci-app-ssr-plus/Makefile b/luci-app-ssr-plus/Makefile index 6752bbcee..c7fa22df2 100644 --- a/luci-app-ssr-plus/Makefile +++ b/luci-app-ssr-plus/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-ssr-plus PKG_VERSION:=187 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_CONFIG_DEPENDS:= \ CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_NONE_V2RAY \ @@ -124,7 +124,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_Tuic_Client bool "Include tuic-client" select PACKAGE_$(PKG_NAME)_INCLUDE_ChinaDNS_NG select PACKAGE_$(PKG_NAME)_INCLUDE_IPT2Socks - depends on aarch64||i686||x86_64 + depends on aarch64||arm||i386||x86_64 depends on !(TARGET_x86_geode||TARGET_x86_legacy) default n diff --git a/tuic-client/Makefile b/tuic-client/Makefile index c469b37c2..ad6b44564 100644 --- a/tuic-client/Makefile +++ b/tuic-client/Makefile @@ -72,4 +72,4 @@ define Package/tuic-client/install $(INSTALL_BIN) $(DL_DIR)/$(TUIC_ARCH) $(1)/usr/bin/tuic-client endef -$(eval $(call BuildPackage,tuic-client)) +$(eval $(call BuildPackage,tuic-client)) \ No newline at end of file