luci-0.11: merge r9652
This commit is contained in:
parent
31e30bb566
commit
f8ea6d5b21
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=60
|
||||
|
||||
. /lib/functions/network.sh
|
||||
boot()
|
||||
{
|
||||
prenabled=$(uci get freifunk-policyrouting.pr.enable)
|
||||
if [ ! "$prenabled" = "1" ]; then
|
||||
if [ ! "$prenabled" = "1" ] || ! network_is_up wan; then
|
||||
uci -q delete olsrd.@olsrd[0].RtTable
|
||||
uci -q delete olsrd.@olsrd[0].RtTableDefault
|
||||
uci commit olsrd
|
||||
|
|
Loading…
Reference in a new issue