gnunet: update source, forcestart dns2gns, fix typo
authorDaniel Golle <[email protected]>
Thu, 23 Jul 2015 18:18:22 +0000 (20:18 +0200)
committerDaniel Golle <[email protected]>
Sun, 26 Jul 2015 21:26:48 +0000 (23:26 +0200)
Signed-off-by: Daniel Golle <[email protected]>
net/gnunet/Makefile
net/gnunet/files/gnunet.init

index 75c8e5d869b98d2945b106f02c880a3dd662501b..808039de9342364bf0d160390e607929e7afad62 100644 (file)
@@ -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
index c21bbd55ce09a9ef4eb2406af54cd09fcbb1c821..aa0774a6d64ba0d10c838ce9cb511e290866f33b 100644 (file)
@@ -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)