mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix XRay
This commit is contained in:
parent
c184f30c10
commit
4da4487376
2 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ define Package/$(PKG_NAME)-config-nft
|
|||
TITLE+= (init script with nft)
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)/description
|
||||
define Package/$(PKG_NAME)-core/description
|
||||
Xray-core bare bones binary (compiled without cgo)
|
||||
endef
|
||||
|
||||
|
@ -53,7 +53,7 @@ define Package/$(PKG_NAME)-config-nft/description
|
|||
Xray-core init script with nft support
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)/config
|
||||
define Package/$(PKG_NAME)-core/config
|
||||
menu "Xray Configuration"
|
||||
depends on PACKAGE_$(PKG_NAME)-core
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue