Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion applications/luci-app-pbr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PKG_NAME:=luci-app-pbr
PKG_LICENSE:=AGPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>, Erik Conijn <egc112@msn.com>
PKG_VERSION:=1.2.2
PKG_RELEASE:=20
PKG_RELEASE:=21

LUCI_TITLE:=Policy Based Routing Service Web UI
LUCI_URL:=https://github.com/mossdef-org/luci-app-pbr/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ return view.extend({
text
);
o.value("none", _("Disabled"));
o.default = "none";
o.rmempty = false;
Comment thread
pesa1234 marked this conversation as resolved.
if (reply.platform.adguardhome_ipset_support) {
o.value("adguardhome.ipset", _("AdGuardHome ipset"));
o.default = "adguardhome.ipset";
Expand Down