mirror of https://git.openwrt.org/project/luci.git
meshwizard: upgrade version for some olsr-plugins
inside OLSR some plugins recently got newer version numbers (and of course improvements) Signed-off-by: Ufo <ufo@rund.freifunk.net>
This commit is contained in:
parent
59a4e4065d
commit
1e0f42a848
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue