diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-02-07 11:49:10 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2017-02-07 11:52:01 +0200 |
commit | 5ecd5f5bb05dc235d5fb8d8b4f03cdab468c1aae (patch) | |
tree | 4d739774268618400f75e69d48a3fefcdf8dd541 /applications/luci-app-wshaper/root | |
parent | 22923274151b929c0d930d1e053d167331aa22e3 (diff) |
luci-app-wshaper: remove package
wshaper was removed from the Packages repo
so remove also the corresponding LuCI app.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-wshaper/root')
-rw-r--r-- | applications/luci-app-wshaper/root/etc/uci-defaults/40_wshaper | 11 |
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 |