From cf123ffaf3bae5cabcba8c491e525731f02c6f07 Mon Sep 17 00:00:00 2001 From: sbwml Date: Mon, 9 Sep 2024 19:34:33 +0800 Subject: [PATCH] shadowsocks-rust: enable build for x86/legacy/geode * intel 80386 Signed-off-by: sbwml --- shadowsocks-rust/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-rust/Makefile b/shadowsocks-rust/Makefile index 9a7db2397..47672337b 100644 --- a/shadowsocks-rust/Makefile +++ b/shadowsocks-rust/Makefile @@ -65,7 +65,7 @@ define Package/shadowsocks-rust/Default SUBMENU:=Web Servers/Proxies TITLE:=shadowsocks-rust $(1) URL:=https://github.com/shadowsocks/shadowsocks-rust - DEPENDS:=@(aarch64||arm||i386||mips||mipsel||x86_64) @!(TARGET_x86_geode||TARGET_x86_legacy) + DEPENDS:=@(aarch64||arm||i386||mips||mipsel||x86_64) endef define Package/shadowsocks-rust-$(1)/install