luci-0.10: Merge r8322
This commit is contained in:
parent
ad612f71ec
commit
ccfb59e20a
2 changed files with 14 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=60
|
||||
|
||||
boot()
|
||||
{
|
||||
prenabled=$(uci get freifunk-policyrouting.pr.enable)
|
||||
if [ ! "$prenabled" = "1" ]; then
|
||||
uci -q delete olsrd.@olsrd[0].RtTable
|
||||
uci -q delete olsrd.@olsrd[0].RtTableDefault
|
||||
uci commit olsrd
|
||||
fi
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
../init.d/freifunk-policyrouting
|
Loading…
Reference in a new issue