From 5ecd5f5bb05dc235d5fb8d8b4f03cdab468c1aae Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Tue, 7 Feb 2017 11:49:10 +0200 Subject: luci-app-wshaper: remove package wshaper was removed from the Packages repo so remove also the corresponding LuCI app. Signed-off-by: Hannu Nyman --- applications/luci-app-wshaper/luasrc/controller/wshaper.lua | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 applications/luci-app-wshaper/luasrc/controller/wshaper.lua (limited to 'applications/luci-app-wshaper/luasrc/controller') 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 --- 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 - -- cgit v1.2.3