diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-10 00:27:34 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-10 00:27:34 +0000 |
commit | 2ffa05a0c5e14118d2c923d155600fe641b4bb6d (patch) | |
tree | bd1c1d8f3c22ab97174c3fd1e145dbe8931c7d22 /package/olsr/olsr.mk | |
parent | a3afd2ce59451a0f49d367ab66be54c2be9f4056 (diff) | |
download | buildroot-novena-2ffa05a0c5e14118d2c923d155600fe641b4bb6d.tar.gz buildroot-novena-2ffa05a0c5e14118d2c923d155600fe641b4bb6d.zip |
Buop version of olsr to 0.5.6 which builds correctly
Diffstat (limited to 'package/olsr/olsr.mk')
-rw-r--r-- | package/olsr/olsr.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/olsr/olsr.mk b/package/olsr/olsr.mk index 165c003d3..264dc5a08 100644 --- a/package/olsr/olsr.mk +++ b/package/olsr/olsr.mk @@ -5,7 +5,7 @@ ############################################################# OLSR_VERSION_MAJOR=0.5 -OLSR_VERSION_MINOR=4 +OLSR_VERSION_MINOR=6 OLSR_VERSION:=$(OLSR_VERSION_MAJOR).$(OLSR_VERSION_MINOR) OLSR_SOURCE:=olsrd-$(OLSR_VERSION).tar.bz2 OLSR_SITE:=http://www.olsr.org/releases/$(OLSR_VERSION_MAJOR) |