fixup! addedd poprouting makefile
authorGabriel <gabriel@autistici.org>
Wed, 25 Jan 2017 20:50:27 +0000 (21:50 +0100)
committerGabriel <gabriel@autistici.org>
Wed, 25 Jan 2017 20:50:27 +0000 (21:50 +0100)
poprouting/Makefile

index 5df8cfebef7695e41153e9c27f5d85cfa04d278d..bf9c3a92981acf07b86d9082ecbe1f14eadb91a2 100644 (file)
@@ -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 <gabriel@autistici.org>
        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.