summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-wshaper/root
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-wshaper/root')
-rw-r--r--applications/luci-app-wshaper/root/etc/uci-defaults/40_wshaper11
1 files changed, 0 insertions, 11 deletions
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 918dff2801..0000000000
--- 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