contrib/package/luci/Makefile: Add luci-wshaper
[project/luci.git] / applications / luci-wshaper / root / etc / uci-defaults / luci-wshaper
1 #!/bin/sh
2
3 uci -q batch <<-EOF >/dev/null
4         delete ucitrack.@wshaper[-1]
5         add ucitrack wshaper=wshaper
6         set ucitrack.wshaper.exec='/etc/init.d/wshaper start'
7         commit ucitrack
8 EOF
9
10 rm -f /tmp/luci-indexcache
11 exit 0