luci-0.10: Merge r8322

This commit is contained in:
Manuel Munz 2012-02-24 21:09:49 +00:00
parent ad612f71ec
commit ccfb59e20a
2 changed files with 14 additions and 0 deletions

View file

@ -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
}

View file

@ -0,0 +1 @@
../init.d/freifunk-policyrouting