gluon-mesh-batman-adv: fix indentation

This commit is contained in:
Steffen Förster 2017-07-11 10:07:19 +02:00 committed by GitHub
parent d844d3fd03
commit e2b899637c

View File

@ -23,7 +23,7 @@ uci:section('batman-adv', 'mesh', 'bat0', {
gw_mode = 'client',
gw_sel_class = gw_sel_class,
hop_penalty = 15,
routing_algo = routing_algo,
routing_algo = routing_algo,
multicast_mode = false,
})
uci:save('batman-adv')