mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Should fix MIPS compilation
This commit is contained in:
parent
1aed8289d1
commit
1d231c0101
1 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,8 @@ PKG_BUILD_DEPENDS:=golang/host
|
||||||
GO_PKG:=github.com/shadowsocks/v2ray-plugin
|
GO_PKG:=github.com/shadowsocks/v2ray-plugin
|
||||||
#GO_PKG_BUILD_PKG:=github.com/shadowsocks/v2ray-plugin
|
#GO_PKG_BUILD_PKG:=github.com/shadowsocks/v2ray-plugin
|
||||||
|
|
||||||
|
PKG_USE_MIPS16:=0
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include ../golang/golang-package.mk
|
include ../golang/golang-package.mk
|
||||||
|
|
||||||
|
@ -31,7 +33,6 @@ define Package/v2ray-plugin
|
||||||
URL:=https://github.com/shadowsocks/v2ray-plugin
|
URL:=https://github.com/shadowsocks/v2ray-plugin
|
||||||
DEPENDS:=$(GO_ARCH_DEPENDS) \
|
DEPENDS:=$(GO_ARCH_DEPENDS) \
|
||||||
+golang-protobuf-dev +v2ray-core-dev +v2ray-ext-dev +golang-golang-x-crypto-dev
|
+golang-protobuf-dev +v2ray-core-dev +v2ray-ext-dev +golang-golang-x-crypto-dev
|
||||||
PKGARCH:=all
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/v2ray-plugin/description
|
define Package/v2ray-plugin/description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue