luci-app-simple-adblock: remove extra controller file
Signed-off-by: Stan Grishin <stangri@melmac.net>
This commit is contained in:
parent
3d762eb7b2
commit
aaddcac5b0
3 changed files with 1 additions and 11 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
|
@ -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 ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue