poprouting: Fix package macro
Remove tabs, remove spaces, and remove MENU:=0 (the default) Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
6e4c94a912
commit
c57701f439
1 changed files with 7 additions and 8 deletions
|
@ -14,14 +14,13 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/prince
|
define Package/prince
|
||||||
SECTION :=net
|
SECTION:=net
|
||||||
CATEGORY :=Network
|
CATEGORY:=Network
|
||||||
SUBMENU :=Routing and Redirection
|
SUBMENU:=Routing and Redirection
|
||||||
Mantainer :=Gabriele Gemmi <gabriel@autistici.org>
|
MAINTAINER:=Gabriele Gemmi <gabriel@autistici.org>
|
||||||
TITLE :=PopRouting daemon
|
TITLE:=PopRouting daemon
|
||||||
URL :=https://github.com/gabri94/poprouting
|
URL:=https://github.com/gabri94/poprouting
|
||||||
MENU :=0
|
DEPENDS:= +libjson-c +libpthread
|
||||||
DEPENDS := +libjson-c +libpthread
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/prince/description
|
define Package/prince/description
|
||||||
|
|
Loading…
Reference in a new issue