xray-core: remove orphan xray-geodata definition
authorTianling Shen <redacted>
Wed, 26 Oct 2022 06:15:47 +0000 (14:15 +0800)
committerNick Hainke <redacted>
Thu, 27 Oct 2022 13:29:19 +0000 (15:29 +0200)
Fixes: 975153f93da132 ("v2ray-geodata: split from xray-geodata")
Signed-off-by: Tianling Shen <redacted>
net/xray-core/Makefile

index cbfa899c2c29bb20f8bcb8fb828e94583be68c43..da96c152841beff961245c60fbe5d520b128eaa3 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT