shadowsocks-rust: enable build for x86/legacy/geode

* intel 80386

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-09-09 19:34:33 +08:00
parent edd2a7ff83
commit cf123ffaf3

View File

@ -65,7 +65,7 @@ define Package/shadowsocks-rust/Default
SUBMENU:=Web Servers/Proxies SUBMENU:=Web Servers/Proxies
TITLE:=shadowsocks-rust $(1) TITLE:=shadowsocks-rust $(1)
URL:=https://github.com/shadowsocks/shadowsocks-rust 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 endef
define Package/shadowsocks-rust-$(1)/install define Package/shadowsocks-rust-$(1)/install