diff options
author | Stan Grishin <stangri@melmac.net> | 2021-02-08 12:51:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 12:51:42 -0800 |
commit | f45b7310d1991bc666eb449457837f63caebd24e (patch) | |
tree | f6b43ad29daa29ea7bf5432c601280e29f94457c /applications/luci-app-simple-adblock/Makefile | |
parent | ee7b6259fe522a774f722d8bfbb34cf25b5c8599 (diff) | |
parent | 6215388b1b606893fcc16caacaa5785cae5d8169 (diff) |
Merge pull request #4782 from stangri/master-luci-app-simple-adblock
luci-app-simple-adblock: add missing btn class to buttons
Diffstat (limited to 'applications/luci-app-simple-adblock/Makefile')
-rw-r--r-- | applications/luci-app-simple-adblock/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/luci-app-simple-adblock/Makefile b/applications/luci-app-simple-adblock/Makefile index fc30674346..d53bea451a 100644 --- a/applications/luci-app-simple-adblock/Makefile +++ b/applications/luci-app-simple-adblock/Makefile @@ -10,7 +10,6 @@ LUCI_TITLE:=Simple Adblock Web UI LUCI_DESCRIPTION:=Provides Web UI for simple-adblock service. LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +simple-adblock LUCI_PKGARCH:=all -PKG_RELEASE:=50 include ../../luci.mk |