summaryrefslogtreecommitdiffstats
path: root/package/olsr
diff options
context:
space:
mode:
authorUlf Samuelsson2009-01-10 01:27:34 +0100
committerUlf Samuelsson2009-01-10 01:27:34 +0100
commit2ffa05a0c5e14118d2c923d155600fe641b4bb6d (patch)
treebd1c1d8f3c22ab97174c3fd1e145dbe8931c7d22 /package/olsr
parentAdd script allowing better overview of build status of single packages (diff)
downloadbuildroot-2ffa05a0c5e14118d2c923d155600fe641b4bb6d.tar.gz
buildroot-2ffa05a0c5e14118d2c923d155600fe641b4bb6d.tar.xz
buildroot-2ffa05a0c5e14118d2c923d155600fe641b4bb6d.zip
Buop version of olsr to 0.5.6 which builds correctly
Diffstat (limited to 'package/olsr')
-rw-r--r--package/olsr/olsr.mk2
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)