From ef885818ece0ed3fa031309d6b4f202d0ffdfb12 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 25 Jan 2017 21:58:08 +0100 Subject: [PATCH] fixup! fixup! addedd poprouting makefile --- poprouting/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/poprouting/Makefile b/poprouting/Makefile index bf9c3a9..a2911ac 100644 --- a/poprouting/Makefile +++ b/poprouting/Makefile @@ -19,6 +19,7 @@ define Package/prince SUBMENU :=Routing and Redirection Mantainer :=Gabriele Gemmi TITLE :=PopRouting daemon + URL :=https://github.com/gabri94/poprouting MENU :=1 DEPENDS := +libjson-c +libpthread endef @@ -33,4 +34,4 @@ Currently it only supports OLSRd2 (aka OONF). endef -$(eval $(call BuildPackage,poprouting)) +$(eval $(call BuildPackage,prince)) -- 2.30.2