From: Gabriel Date: Wed, 25 Jan 2017 20:58:08 +0000 (+0100) Subject: fixup! fixup! addedd poprouting makefile X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=commitdiff_plain;h=ef885818ece0ed3fa031309d6b4f202d0ffdfb12 fixup! fixup! addedd poprouting makefile --- 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))