mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-24 06:44:21 +00:00
Fix XRay (#429)
This commit is contained in:
commit
96dc2f4c43
1 changed files with 1 additions and 1 deletions
|
@ -24,11 +24,11 @@ define Package/$(PKG_NAME)/template
|
||||||
CATEGORY:=Extra packages
|
CATEGORY:=Extra packages
|
||||||
TITLE:=Xray-core
|
TITLE:=Xray-core
|
||||||
DEPENDS:=$(GO_ARCH_DEPENDS)
|
DEPENDS:=$(GO_ARCH_DEPENDS)
|
||||||
PROVIDES:=xray-core
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)-core
|
define Package/$(PKG_NAME)-core
|
||||||
$(call Package/$(PKG_NAME)/template)
|
$(call Package/$(PKG_NAME)/template)
|
||||||
|
PROVIDES:=xray-core
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)-config
|
define Package/$(PKG_NAME)-config
|
||||||
|
|
Loading…
Reference in a new issue