X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-wshaper%2Froot%2Fetc%2Fuci-defaults%2F40_wshaper;fp=applications%2Fluci-app-wshaper%2Froot%2Fetc%2Fuci-defaults%2F40_wshaper;h=0000000000000000000000000000000000000000;hp=918dff280114e21266881aeac7aa5236d5c48f0e;hb=5ecd5f5bb05dc235d5fb8d8b4f03cdab468c1aae;hpb=22923274151b929c0d930d1e053d167331aa22e3 diff --git a/applications/luci-app-wshaper/root/etc/uci-defaults/40_wshaper b/applications/luci-app-wshaper/root/etc/uci-defaults/40_wshaper deleted file mode 100644 index 918dff280..000000000 --- a/applications/luci-app-wshaper/root/etc/uci-defaults/40_wshaper +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -uci -q batch <<-EOF >/dev/null - delete ucitrack.@wshaper[-1] - set ucitrack.wshaper="wshaper" - set ucitrack.wshaper.exec='/etc/init.d/wshaper start' - commit ucitrack -EOF - -rm -f /tmp/luci-indexcache -exit 0