luci ssr plus:fixup v2ray PKG_CONFIG_DEPENDS

This commit is contained in:
coolsnowwolf 2018-11-18 04:06:17 +08:00
parent bb29740bd7
commit d421e24773
2 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,12 @@ PKG_RELEASE:=57
PO2LMO:=$(STAGING_DIR_HOSTPKG)/bin/po2lmo
PKG_CONFIG_DEPENDS:= CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_V2ray \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun:kcptun \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Server \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Socks
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)/config

View File

@ -35,7 +35,7 @@ define Package/$(PKG_NAME)
SECTION:=net
CATEGORY:=Network
TITLE:=V2Ray is a cross-platform proxy software
DEPENDS:=
DEPENDS:=+ca-certificates
URL:=https://github.com/v2ray/v2ray-core
endef