meshwizard: upgrade version for some olsr-plugins 1409/head
authorFreifunkUFO <ufo@rund.freifunk.net>
Sat, 21 Oct 2017 19:56:21 +0000 (21:56 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Oct 2017 19:56:21 +0000 (21:56 +0200)
inside OLSR some plugins recently got newer version numbers (and of course improvements)
Signed-off-by: Ufo <ufo@rund.freifunk.net>
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh

index 01a9387..9ebcb46 100755 (executable)
@@ -73,7 +73,7 @@ setup_nameservice() {
 
        uci batch <<- EOF
                set $cfg.olsrd_nameservice=LoadPlugin
-               set $cfg.olsrd_nameservice.library="olsrd_nameservice.so.0.3"
+               set $cfg.olsrd_nameservice.library="olsrd_nameservice.so.0.4"
                set $cfg.olsrd_nameservice.latlon_file="$llfile"
                set $cfg.olsrd_nameservice.hosts_file="$hosts"
                set $cfg.olsrd_nameservice.sighup_pid_file="/var/run/dnsmasq.pid"
@@ -118,7 +118,7 @@ setup_jsoninfo() {
        proto="$1"
        uci batch <<- EOF
                set $cfg.olsrd_jsoninfo=LoadPlugin
-               set $cfg.olsrd_jsoninfo.library="olsrd_jsoninfo.so.0.0"
+               set $cfg.olsrd_jsoninfo.library="olsrd_jsoninfo.so.1.1"
        EOF
        if [ "$proto" = "6" ]; then
                uci set $cfg.olsrd_jsoninfo.ipv6only='1'
@@ -130,7 +130,7 @@ setup_txtinfo() {
        proto="$1"
        uci batch <<- EOF
            set $cfg.olsrd_txtinfo=LoadPlugin
-           set $cfg.olsrd_txtinfo.library="olsrd_txtinfo.so.0.1"
+           set $cfg.olsrd_txtinfo.library="olsrd_txtinfo.so.1.1"
        EOF
        if [ "$proto" = "6" ]; then
                uci set $cfg.olsrd_txtinfo.ipv6only='1'