diff options
| author | Henning Rogge | 2016-09-04 12:21:45 +0000 |
|---|---|---|
| committer | Henning Rogge | 2016-09-04 12:21:45 +0000 |
| commit | a62ca047efa9cf2908edf359e460fbc4de0192e8 (patch) | |
| tree | 23a190b5a2d408b017f9aff28600ed5cba9ae3f9 | |
| parent | 7dddc0f353f7387ba3a33391cb4cf8a1950d3aa2 (diff) | |
| download | routing-a62ca047efa9cf2908edf359e460fbc4de0192e8.tar.gz | |
Update to OONF 0.12.4
| -rw-r--r-- | oonf-dlep-proxy/Makefile | 4 | ||||
| -rw-r--r-- | oonf-dlep-radio/Makefile | 4 | ||||
| -rw-r--r-- | oonf-olsrd2/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/oonf-dlep-proxy/Makefile b/oonf-dlep-proxy/Makefile index 4685d55..7ac366f 100644 --- a/oonf-dlep-proxy/Makefile +++ b/oonf-dlep-proxy/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oonf-dlep-proxy -PKG_VERSION:=0.12.3 -PKG_REV:=87baaf3b6ce9ef117956b37a4bfb01f379cd6aaf +PKG_VERSION:=0.12.4 +PKG_REV:=356b7fe90d8f01618185edbc18b7072aa1b41aac PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 diff --git a/oonf-dlep-radio/Makefile b/oonf-dlep-radio/Makefile index ec93d93..500ffae 100644 --- a/oonf-dlep-radio/Makefile +++ b/oonf-dlep-radio/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oonf-dlep-radio -PKG_VERSION:=0.12.3 -PKG_REV:=87baaf3b6ce9ef117956b37a4bfb01f379cd6aaf +PKG_VERSION:=0.12.4 +PKG_REV:=356b7fe90d8f01618185edbc18b7072aa1b41aac PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 diff --git a/oonf-olsrd2/Makefile b/oonf-olsrd2/Makefile index d89886e..999bceb 100644 --- a/oonf-olsrd2/Makefile +++ b/oonf-olsrd2/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oonf-olsrd2 -PKG_VERSION:=0.12.3 -PKG_REV:=87baaf3b6ce9ef117956b37a4bfb01f379cd6aaf +PKG_VERSION:=0.12.4 +PKG_REV:=356b7fe90d8f01618185edbc18b7072aa1b41aac PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |