lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 34abdc2f6f780b92234c7059d9ccfcc432f25ae0
parent 60521751b0bc2306cbb20ef6766f6b3446f95ec3
Author: Daniel Golle <daniel@makrotopia.org>
Date:   Thu, 23 Jul 2015 20:18:22 +0200

gnunet: update source, forcestart dns2gns, fix typo

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

Diffstat:
Mnet/gnunet/Makefile | 7++++---
Mnet/gnunet/files/gnunet.init | 1+
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile @@ -8,11 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnunet -PKG_SOURCE_VERSION:=36094 +PKG_SOURCE_VERSION:=36127 PKG_VERSION:=0.10.1-svn$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 # ToDo: +# - UCI integration # - break-out {peer,name,data}store for each backend # - package testing stuff @@ -188,8 +189,8 @@ PLUGIN_transport-http_client:=transport_http_client transport_https_client DEPENDS_transport-http_server:=+libmicrohttpd PLUGIN_transport-http_server:=transport_http_server transport_https_server -PLUGIN_transport-wifi:=transport_wlan -LIBEXEC_transport-wifi:=helper-transport-wlan +PLUGIN_transport-wlan:=transport_wlan +LIBEXEC_transport-wlan:=helper-transport-wlan DEPENDS_experiments:=+libglpk PLUGIN_experiments:=ats_mlp ats_ril diff --git a/net/gnunet/files/gnunet.init b/net/gnunet/files/gnunet.init @@ -62,6 +62,7 @@ prepare_config() { # enable dns2gns gnunet-config -c $CONFIGFILE -s dns2gns -o AUTOSTART -V YES + gnunet-config -c $CONFIGFILE -s dns2gns -o FORCESTART -V YES # enable all installed transport plugins transport_plugins=$(gnunet-config -c $CONFIGFILE -s transport -o PLUGINS)