From 7f0166e5c9aa4bd7aca9df04befa06add17dd5cb Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Fri, 17 Jul 2020 20:28:50 +0800 Subject: [PATCH] trojan-plus: fix PKG_NAME --- package/lienol/trojan-plus/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/lienol/trojan-plus/Makefile b/package/lienol/trojan-plus/Makefile index 76f9d6fb2f..f0edfe0784 100644 --- a/package/lienol/trojan-plus/Makefile +++ b/package/lienol/trojan-plus/Makefile @@ -6,7 +6,7 @@ # include $(TOPDIR)/rules.mk -PKG_NAME:=trojan +PKG_NAME:=trojan-plus PKG_VERSION:=10.0.1 PKG_RELEASE:=1 @@ -51,7 +51,7 @@ CMAKE_OPTIONS += \ -DBoost_DEBUG=ON \ -DBoost_NO_BOOST_CMAKE=ON -define Package/trojan +define Package/trojan-plus SECTION:=net CATEGORY:=Network TITLE:=An unidentifiable mechanism that helps you bypass GFW. It's compatible with original trojan with experimental features. @@ -60,10 +60,10 @@ define Package/trojan +boost +boost-system +boost-program_options endef -define Package/trojan/install +define Package/trojan-plus/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/trojan $(1)/usr/sbin/trojan endef -$(eval $(call BuildPackage,trojan)) +$(eval $(call BuildPackage,trojan-plus))