Merge pull request #173 from HRogge/master

Update to OONF 0.11.3
This commit is contained in:
Bastian Bittorf 2016-04-23 17:28:10 +02:00
commit 9023411d72
3 changed files with 9 additions and 9 deletions

View file

@ -1,8 +1,8 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=oonf-dlep-proxy PKG_NAME:=oonf-dlep-proxy
PKG_VERSION:=0.11.2 PKG_VERSION:=0.11.3
PKG_REV:=a9a789405a6e5ef321a801f5a96c0440f20c16ae PKG_REV:=b4d7a2ae62895efda3f25efb66318f9316d4b6b8
PKG_RELEASE:=$(PKG_REV) PKG_RELEASE:=$(PKG_REV)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@ -38,7 +38,7 @@ define Package/oonf-git/template
endef endef
define Package/oonf-dlep-proxy define Package/oonf-dlep-proxy
$(call Package/oonf-git/template) $(call Package/oonf-git/template)
TITLE:= Build DLEP Radio+Router Agent TITLE:= Build DLEP Radio+Router Agent
DEPENDS:=+librt +libnl-tiny +libuci +oonf-init-scripts DEPENDS:=+librt +libnl-tiny +libuci +oonf-init-scripts
VERSION:=$(PKG_VERSION) VERSION:=$(PKG_VERSION)

View file

@ -1,8 +1,8 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=oonf-dlep-radio PKG_NAME:=oonf-dlep-radio
PKG_VERSION:=0.11.2 PKG_VERSION:=0.11.3
PKG_REV:=a9a789405a6e5ef321a801f5a96c0440f20c16ae PKG_REV:=b4d7a2ae62895efda3f25efb66318f9316d4b6b8
PKG_RELEASE:=$(PKG_REV) PKG_RELEASE:=$(PKG_REV)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@ -38,7 +38,7 @@ define Package/oonf-git/template
endef endef
define Package/oonf-dlep-radio define Package/oonf-dlep-radio
$(call Package/oonf-git/template) $(call Package/oonf-git/template)
TITLE:= Build DLEP Radio Agent TITLE:= Build DLEP Radio Agent
DEPENDS:=+librt +libnl-tiny +libuci +oonf-init-scripts DEPENDS:=+librt +libnl-tiny +libuci +oonf-init-scripts
VERSION:=$(PKG_VERSION) VERSION:=$(PKG_VERSION)

View file

@ -1,8 +1,8 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=oonf-olsrd2 PKG_NAME:=oonf-olsrd2
PKG_VERSION:=0.11.2 PKG_VERSION:=0.11.3
PKG_REV:=a9a789405a6e5ef321a801f5a96c0440f20c16ae PKG_REV:=b4d7a2ae62895efda3f25efb66318f9316d4b6b8
PKG_RELEASE:=$(PKG_REV) PKG_RELEASE:=$(PKG_REV)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@ -38,7 +38,7 @@ define Package/oonf-git/template
endef endef
define Package/oonf-olsrd2 define Package/oonf-olsrd2
$(call Package/oonf-git/template) $(call Package/oonf-git/template)
TITLE:= Build Olsrd V2 Routing Agent TITLE:= Build Olsrd V2 Routing Agent
DEPENDS:=+librt +libnl-tiny +libuci +oonf-init-scripts DEPENDS:=+librt +libnl-tiny +libuci +oonf-init-scripts
VERSION:=$(PKG_VERSION) VERSION:=$(PKG_VERSION)