From: Simon Wunderlich Date: Sun, 5 Mar 2017 16:49:46 +0000 (+0100) Subject: Merge pull request #282 from ecsv/batadv-2017.0 X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=commitdiff_plain;h=a881d5d4a6c4d0a5d9c515525eb83774516d038c;hp=1c0419755d9d7c0f723fa3aa7fe166db07172db2 Merge pull request #282 from ecsv/batadv-2017.0 batman-adv 2017.0 --- diff --git a/MAINTAINERS b/MAINTAINERS index 1892327..7eadf8e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9,7 +9,7 @@ Axel "axn" Neumann Baptiste Jonglez -Bastian Bittorf +Bastian Bittorf Corinna "Elektra" Aichele Gabriel Kerneis Gui Iribarren @@ -21,5 +21,5 @@ Nicolás Echániz Pau Escrich Saverio Proto Simon Wunderlich -Steven Barth +Steven Barth Vasilis "acinonyx" Tsiligiannis diff --git a/poprouting/Makefile b/poprouting/Makefile index 6a88905..0f51a8b 100644 --- a/poprouting/Makefile +++ b/poprouting/Makefile @@ -1,16 +1,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=prince -PKG_VERSION:=v0.2 -PKG_RELEASE:=2 +PKG_VERSION:=v0.3.1 +PKG_RELEASE:=1 -PKG_BUILD_DIR:=$(BUILD_DIR)/prince-$(PKG_VERSION) +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_USE_MIPS16:=0 PKG_SOURCE_PROTO:=git PKG_SOURCE:=prince-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/gabri94/poprouting.git -PKG_SOURCE_VERSION:=v0.2 -PKG_SOURCE_SUBDIR:=prince-v0.2 +PKG_SOURCE_VERSION:=v0.3.1 +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) include $(INCLUDE_DIR)/package.mk define Package/prince @@ -36,10 +36,9 @@ endef define Package/prince/install $(INSTALL_DIR) $(1)/usr/lib - $(INSTALL_DATA) $(PKG_BUILD_DIR)/graph-parser_c/build/lib/libgraphcparser.so $(1)/usr/lib/ $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/prince/build/prince_c $(1)/usr/sbin/ - $(INSTALL_DATA) $(PKG_BUILD_DIR)/prince/build/libprince_oonf.so $(1)/usr/lib/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/output/prince $(1)/usr/sbin/ + $(INSTALL_DATA) $(PKG_BUILD_DIR)/output/libprince_oonf_c.so $(1)/usr/lib/ endef