From: Manuel Munz Date: Sat, 15 Oct 2011 22:02:29 +0000 (+0000) Subject: applications/wshaper: Fix uci-defaults X-Git-Tag: 0.11.0~1528 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9e31af191e865b2765ee4f6cc6d52d917cf7e0fd;p=project%2Fluci.git applications/wshaper: Fix uci-defaults --- diff --git a/applications/luci-wshaper/root/etc/uci-defaults/wshaper b/applications/luci-wshaper/root/etc/uci-defaults/wshaper index 9e4eb15f07..918dff2801 100644 --- a/applications/luci-wshaper/root/etc/uci-defaults/wshaper +++ b/applications/luci-wshaper/root/etc/uci-defaults/wshaper @@ -2,7 +2,7 @@ uci -q batch <<-EOF >/dev/null delete ucitrack.@wshaper[-1] - add ucitrack wshaper=wshaper + set ucitrack.wshaper="wshaper" set ucitrack.wshaper.exec='/etc/init.d/wshaper start' commit ucitrack EOF