mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
v2ray: fix ssl ca-certificates depend
This commit is contained in:
parent
ab24168802
commit
673b4a2219
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=v2ray-core
|
||||
PKG_VERSION:=4.18.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/v2ray/v2ray-core/tar.gz/v$(PKG_VERSION)?
|
||||
@ -55,6 +55,7 @@ define v2ray-core/templates
|
||||
define Package/$(1)
|
||||
$$(call v2ray-core/GoBinDefault)
|
||||
TITLE+= ($(1))
|
||||
DEPENDS:=+ca-certificates
|
||||
endef
|
||||
|
||||
define Package/$(1)/description
|
||||
@ -98,6 +99,7 @@ define Package/v2ray-core
|
||||
$(call v2ray-core/GoBinDefault)
|
||||
TITLE+= (full)
|
||||
PROVIDES:=$(V2RAY_COMPONENTS) v2ray-assets
|
||||
DEPENDS:=+ca-certificates
|
||||
endef
|
||||
|
||||
define Package/v2ray-core/description
|
||||
|
Loading…
Reference in New Issue
Block a user