Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
config BR2_PACKAGE_OLSR
|
||||
bool "olsrd"
|
||||
bool "olsr"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on !BR2_STATIC_LIBS
|
||||
# doesn't build with musl,
|
||||
# https://github.com/OLSR/olsrd/issues/6
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||
help
|
||||
The Optimized Link State Routing protocol (OLSR) is a
|
||||
routing protocol that is optimised for mobile ad-hoc
|
||||
@@ -13,6 +16,7 @@ config BR2_PACKAGE_OLSR
|
||||
|
||||
http://www.olsr.org/
|
||||
|
||||
comment "olsr needs a toolchain w/ threads, dynamic library"
|
||||
comment "olsr needs a uClibc or glibc toolchain w/ threads, dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
|
||||
BR2_TOOLCHAIN_USES_MUSL
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# From http://www.olsr.org/releases/0.9/SHA256SUM-0.9.0.2
|
||||
sha256 cc464b29c7740354d815d5faa753fd27c0677d71e8eb42e78abc382996892845 olsrd-0.9.0.2.tar.bz2
|
||||
# From http://www.olsr.org/releases/0.9/SHA256SUM-0.9.0.3
|
||||
sha256 1f038ed3ea72e4f73dfc9701de83de7313f5049161c8df17b9aaeba8e9711e92 olsrd-0.9.0.3.tar.bz2
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
OLSR_VERSION_MAJOR = 0.9
|
||||
OLSR_VERSION = $(OLSR_VERSION_MAJOR).0.2
|
||||
OLSR_VERSION = $(OLSR_VERSION_MAJOR).0.3
|
||||
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 \
|
||||
|
||||
Reference in New Issue
Block a user