diff options
author | Stan <stangri@melmac.net> | 2020-05-02 09:20:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-02 09:20:41 -0700 |
commit | 6bb97fe8fbd2355d2a5cf3043f907b523d73f3f3 (patch) | |
tree | 30b44694c7d2207f3d6a659b3944bdfdd909d195 /applications/luci-app-simple-adblock/Makefile | |
parent | fd32c8c443c62e6e98f869892e99dbaf7c56d125 (diff) | |
parent | 8e8fc673650318112526e463c9bd9b8d47623782 (diff) |
Merge pull request #3997 from stangri/master-luci-app-simple-adblock
luci-app-simple-adblock: bugfix: remove escaped double-quotes from translateable resources
Diffstat (limited to 'applications/luci-app-simple-adblock/Makefile')
-rw-r--r-- | applications/luci-app-simple-adblock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-simple-adblock/Makefile b/applications/luci-app-simple-adblock/Makefile index 62ec4b71d..93719a419 100644 --- a/applications/luci-app-simple-adblock/Makefile +++ b/applications/luci-app-simple-adblock/Makefile @@ -10,7 +10,7 @@ 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:=45 +PKG_RELEASE:=46 include ../../luci.mk |