From 9af48a7554fcc3430818ab5c2664d97541b82a4a Mon Sep 17 00:00:00 2001 From: suyuan <175338101@qq.com> Date: Thu, 31 Dec 2020 12:12:39 +0800 Subject: [PATCH] Update Makefile --- openmptcprouter-zuixiao/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openmptcprouter-zuixiao/Makefile b/openmptcprouter-zuixiao/Makefile index a10385cd7..4eb9c237b 100755 --- a/openmptcprouter-zuixiao/Makefile +++ b/openmptcprouter-zuixiao/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=openmptcprouter-mini +PKG_NAME:=openmptcprouter-zuixiao PKG_VERSION:=0.1 PKG_RELEASE:=1 @@ -87,11 +87,11 @@ define Package/$(PKG_NAME) SECTION:=OMR CATEGORY:=OpenMPTCProuter DEPENDS:=$(foreach p,$(MY_DEPENDS),+$(p)) $(foreach lang,$(OMR_SUPPORTED_LANGS),+LUCI_LANG_$(lang):luci-i18n-base-$(lang)) -TITLE:=OpenMPTCProuter Mini Package +TITLE:=OpenMPTCProuter zuixiao Package endef define Package/$(PKG_NAME)/description -OpenMPTCProuter Mini package +OpenMPTCProuter zuixiao package endef define Build/Compile