diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-09-03 20:25:16 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-09-03 20:25:16 +0000 |
commit | 0a79ef0ee4142fa18d316a20fef6344cfffea257 (patch) | |
tree | ce5cce9649b92794d0b7f80fc0ea08ad1403be56 /applications/luci-app-pbr/Makefile | |
parent | 96be7a3eb95847a15e273100e82afdcb99a3ee02 (diff) |
luci-app-pbr: sync with principal package
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-pbr/Makefile')
-rw-r--r-- | applications/luci-app-pbr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-app-pbr/Makefile b/applications/luci-app-pbr/Makefile index 591e4e323b..d6739a914d 100644 --- a/applications/luci-app-pbr/Makefile +++ b/applications/luci-app-pbr/Makefile @@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-pbr PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> -PKG_VERSION:=1.1.6 -PKG_RELEASE:=20 +PKG_VERSION:=1.1.7 +PKG_RELEASE:=7 LUCI_TITLE:=Policy Based Routing Service Web UI LUCI_URL:=https://github.com/stangri/luci-app-pbr/ @@ -24,6 +24,6 @@ help Version: $(PKG_VERSION)-$(PKG_RELEASE) endef -include ../../luci.mk +include $(TOPDIR)/feeds/luci/luci.mk # call BuildPackage - OpenWrt buildroot signature |