flm01/openwrt/packages/luci/applications/luci-olsr/root/etc/uci-defaults/luci-olsr

8 lines
105 B
Bash

#!/bin/sh
uci batch <<-EOF
add ucitrack olsrd
set ucitrack.@olsrd[-1].init=olsrd
commit ucitrack
EOF