diff options
Diffstat (limited to 'applications/luci-app-pbr/Makefile')
-rw-r--r-- | applications/luci-app-pbr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/applications/luci-app-pbr/Makefile b/applications/luci-app-pbr/Makefile index 1d7eeeddab..e5f88c44dc 100644 --- a/applications/luci-app-pbr/Makefile +++ b/applications/luci-app-pbr/Makefile @@ -5,13 +5,15 @@ include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> -PKG_VERSION:=1.0.1-10 +PKG_VERSION:=1.1.0-1 LUCI_TITLE:=Policy Based Routing Service Web UI LUCI_DESCRIPTION:=Provides Web UI for Policy Based Routing Service. LUCI_DEPENDS:=+luci-base +jsonfilter +pbr LUCI_PKGARCH:=all +PKG_PROVIDES:=luci-app-vpnbypass luci-app-vpn-policy-routing + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |