diff options
| author | Saverio Proto | 2014-05-20 06:23:30 +0000 |
|---|---|---|
| committer | Saverio Proto | 2014-05-20 06:24:47 +0000 |
| commit | 819d045ce3dc8d2e4e325e19af8fa3fc07a45bf2 (patch) | |
| tree | 5f2fe8c0c6f8b250a66021abfad225c1d3e2c4de | |
| parent | c866e0c9e3cdd6f6b0764d0d53787a5e8a707462 (diff) | |
| download | routing-819d045ce3dc8d2e4e325e19af8fa3fc07a45bf2.tar.gz | |
olsrd: Oops, forgot to increase package release when patching at the Battlemesh :)
| -rw-r--r-- | olsrd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/olsrd/Makefile b/olsrd/Makefile index 0f3f90f..2faadd8 100644 --- a/olsrd/Makefile +++ b/olsrd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=olsrd PKG_VERSION:=0.6.6.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.olsr.org/releases/0.6 |