Skip to content

Commit

Permalink
poprouting: Fix package macro
Browse files Browse the repository at this point in the history
Remove tabs, remove spaces, and remove MENU:=0 (the default)

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
  • Loading branch information
ffainelli committed Jun 6, 2017
1 parent 6e4c94a commit c57701f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions poprouting/Makefile
Expand Up @@ -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 <gabriel@autistici.org>
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 <gabriel@autistici.org>
TITLE:=PopRouting daemon
URL:=https://github.com/gabri94/poprouting
DEPENDS:= +libjson-c +libpthread
endef

define Package/prince/description
Expand Down

0 comments on commit c57701f

Please sign in to comment.