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/luasrc/controller | |
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/luasrc/controller')
-rw-r--r-- | applications/luci-app-wshaper/luasrc/controller/wshaper.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/applications/luci-app-wshaper/luasrc/controller/wshaper.lua b/applications/luci-app-wshaper/luasrc/controller/wshaper.lua deleted file mode 100644 index 2d0fe484f8..0000000000 --- a/applications/luci-app-wshaper/luasrc/controller/wshaper.lua +++ /dev/null @@ -1,9 +0,0 @@ --- Copyright 2011 Manuel Munz <freifunk somakoma de> --- Licensed to the public under the Apache License 2.0. - -module "luci.controller.wshaper" - -function index() - entry({"admin", "network", "wshaper"}, cbi("wshaper"), _("Wondershaper"), 80) -end - |