Compile tested: mips_24kc, arm_cortex-a9_vfpv3-d16, i386_pentium4, x86_64, i386_pentium-mmx, mipsel_24kc Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
13 lines
217 B
Bash
Executable file
13 lines
217 B
Bash
Executable file
#!/bin/sh
|
|
|
|
uci -q batch <<-EOF >/dev/null
|
|
delete ucitrack.@olsrd2[-1]
|
|
add ucitrack olsrd2
|
|
set ucitrack.@olsrd2[-1].init=olsrd2
|
|
commit ucitrack
|
|
EOF
|
|
|
|
rm -f /tmp/luci-indexcache
|
|
rm -f /tmp/luci-modulecache/*
|
|
|
|
exit 0
|