luci/applications/luci-app-sqm/root/etc/uci-defaults/50-luci-sqm
Hannu Nyman c03e395146 luci-app-sqm: move from packages feed
Move the SQM app from the packages feed
to enable translation.

* Initialize translation

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-04-03 18:40:34 +03:00

13 lines
276 B
Bash
Executable file

#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@sqm[-1]
add ucitrack sqm
set ucitrack.@sqm[-1].init=sqm
del_list ucitrack.@firewall[0].affects=sqm
add_list ucitrack.@firewall[0].affects=sqm
commit ucitrack
EOF
rm -f /tmp/luci-indexcache
exit 0