luci-app-simple-adblock: remove extra controller file

Signed-off-by: Stan Grishin <stangri@melmac.net>
(cherry picked from commit aaddcac5b0)
This commit is contained in:
Stan Grishin 2018-07-20 16:50:08 -07:00 committed by Jo-Philipp Wich
parent 968f9dc0aa
commit 4b267cecfd
3 changed files with 1 additions and 11 deletions

View file

@ -10,7 +10,7 @@ LUCI_TITLE:=Simple Adblock Web UI
LUCI_DESCRIPTION:=Provides Web UI for simple-adblock service. LUCI_DESCRIPTION:=Provides Web UI for simple-adblock service.
LUCI_DEPENDS:=+luci-mod-admin-full +simple-adblock LUCI_DEPENDS:=+luci-mod-admin-full +simple-adblock
LUCI_PKGARCH:=all LUCI_PKGARCH:=all
PKG_RELEASE:=15 PKG_RELEASE:=16
include ../../luci.mk include ../../luci.mk

View file

@ -1,7 +0,0 @@
module("luci.controller.simpleadblock", package.seeall)
function index()
if not nixio.fs.access("/etc/config/simple-adblock") then
return
end
entry({"admin", "services", "simpleadblock"}, cbi("simpleadblock"), _("Simple AdBlock"))
end

View file

@ -94,9 +94,6 @@ msgstr ""
msgid "Some output" msgid "Some output"
msgstr "" msgstr ""
msgid "Start Simple Adblock service"
msgstr ""
msgid "Stop the download if it is stalled for set number of seconds" msgid "Stop the download if it is stalled for set number of seconds"
msgstr "" msgstr ""