From 8e2e11aa2d0c7bb2da3c41c9d97421d975a196ef Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 26 Oct 2022 14:15:47 +0800 Subject: [PATCH] xray-core: remove orphan xray-geodata definition Fixes: 975153f93da132 ("v2ray-geodata: split from xray-geodata") Signed-off-by: Tianling Shen --- net/xray-core/Makefile | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/net/xray-core/Makefile b/net/xray-core/Makefile index cbfa899c2c..da96c15284 100644 --- a/net/xray-core/Makefile +++ b/net/xray-core/Makefile @@ -45,13 +45,6 @@ define Package/xray-example PKGARCH:=all endef -define Package/xray-geodata - $(call Package/xray/template) - TITLE+= (geodata files) - DEPENDS:=xray-core - PKGARCH:=all -endef - define Package/xray/description Xray, Penetrates Everything. It helps you to build your own computer network. It secures your network connections and thus protects your privacy. @@ -67,12 +60,6 @@ define Package/xray-example/description This includes example configuration files for xray-core. endef -define Package/xray-geodata/description - $(call Package/xray/description) - - This includes GEO datas used for xray-core. -endef - define Package/xray-core/conffiles /etc/xray/ /etc/config/xray -- 2.30.2