From 864b8aebaae07e6ca9f29da7374c43bec8c64d5e Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 25 Jan 2017 21:50:27 +0100 Subject: [PATCH] fixup! addedd poprouting makefile --- poprouting/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/poprouting/Makefile b/poprouting/Makefile index 5df8cfe..bf9c3a9 100644 --- a/poprouting/Makefile +++ b/poprouting/Makefile @@ -12,17 +12,18 @@ PKG_SOURCE_URL:=https://github.com/gabri94/poprouting.git PKG_SOURCE_VERSION:=v0.2 PKG_SOURCE_SUBDIR:=prince-v0.2 include $(INCLUDE_DIR)/package.mk + define Package/prince SECTION :=net CATEGORY :=Network SUBMENU :=Routing and Redirection Mantainer :=Gabriele Gemmi TITLE :=PopRouting daemon - MENU :=0 + MENU :=1 DEPENDS := +libjson-c +libpthread endef -define Package/poprouting/description +define Package/prince/description Prince is an open source implementation of the PopRouting Algorithm. It has been developed as a Google Summer of Code Project in collaboration with Freifunk and the University of Trento. -- 2.30.2