From: Florian Fainelli Date: Tue, 6 Jun 2017 00:23:05 +0000 (-0700) Subject: poprouting: Fix package macro X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=c57701f439c6dc87c57ae7cd5b40b24ab8ab31f0;hp=6e4c94a9123686f967afb6e242b3641d3f1993f9;p=lede-routing%2F.git poprouting: Fix package macro Remove tabs, remove spaces, and remove MENU:=0 (the default) Signed-off-by: Florian Fainelli --- diff --git a/poprouting/Makefile b/poprouting/Makefile index 0f51a8b..640ff43 100644 --- a/poprouting/Makefile +++ b/poprouting/Makefile @@ -14,14 +14,13 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) include $(INCLUDE_DIR)/package.mk define Package/prince - SECTION :=net - CATEGORY :=Network - SUBMENU :=Routing and Redirection - Mantainer :=Gabriele Gemmi - TITLE :=PopRouting daemon - URL :=https://github.com/gabri94/poprouting - MENU :=0 - DEPENDS := +libjson-c +libpthread + SECTION:=net + CATEGORY:=Network + SUBMENU:=Routing and Redirection + MAINTAINER:=Gabriele Gemmi + TITLE:=PopRouting daemon + URL:=https://github.com/gabri94/poprouting + DEPENDS:= +libjson-c +libpthread endef define Package/prince/description