diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-04-11 15:39:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 15:39:21 +0300 |
commit | feecf701e731ff6baff2d399fbdfc6984acfb7a7 (patch) | |
tree | 115aad77190c13e8fb1839fa5932467d23b4b409 /applications/luci-app-simple-adblock/Makefile | |
parent | 5916ec1fb91f8da5a9933ba12b4ed1edd926c459 (diff) | |
parent | 5e32cc96843c9ab612fb637f6f995750eef8355a (diff) |
Merge pull request #3898 from stangri/master-luci-app-simple-adblock
luci-app-simple-adblock: improve i18n
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 75fb2c56c7..8b876fff87 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:=43 +PKG_RELEASE:=44 include ../../luci.mk |