diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-12-11 01:03:00 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2023-12-11 01:03:28 +0000 |
commit | 061a5dc40487fbe63e4ce2314b3c95e0293c1a4e (patch) | |
tree | 1a157d722903bde17df366fa2f29b5d45ba01014 /applications/luci-app-adblock-fast/Makefile | |
parent | c5b5640f17dad81d2f10a76dcdb9da694baa8991 (diff) |
luci-app-adblock-fast: improve dnsmasq/smartdns instances selection
* create UI elements with an option to pick multiple instances for
dnsmasq and smartdns
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-adblock-fast/Makefile')
-rw-r--r-- | applications/luci-app-adblock-fast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-adblock-fast/Makefile b/applications/luci-app-adblock-fast/Makefile index bb86f08101..be2df39b52 100644 --- a/applications/luci-app-adblock-fast/Makefile +++ b/applications/luci-app-adblock-fast/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> -PKG_VERSION:=1.1.0-4 +PKG_VERSION:=1.1.0-7 LUCI_TITLE:=AdBlock-Fast Web UI LUCI_DESCRIPTION:=Provides Web UI for adblock-fast service. |