mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 22:13:34 +08:00
olsr: bump to version 0.6.6.2
Also make the menu entry less melodramatic. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
69636df180
commit
cb1dc21152
@ -1,5 +1,5 @@
|
||||
config BR2_PACKAGE_OLSR
|
||||
bool "OLSR mesh networking Daemon"
|
||||
bool "olsrd"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_INET_IPV6
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
OLSR_VERSION_MAJOR = 0.6
|
||||
OLSR_VERSION = $(OLSR_VERSION_MAJOR).6.1
|
||||
OLSR_VERSION = $(OLSR_VERSION_MAJOR).6.2
|
||||
OLSR_SOURCE = olsrd-$(OLSR_VERSION).tar.bz2
|
||||
OLSR_SITE = http://www.olsr.org/releases/$(OLSR_VERSION_MAJOR)
|
||||
OLSR_PLUGINS = arprefresh bmf dot_draw dyn_gw dyn_gw_plain httpinfo jsoninfo \
|
||||
|
Loading…
Reference in New Issue
Block a user