diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-04-13 22:34:30 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-04-15 15:15:20 +0000 |
commit | 73109ae7df7d9ee544e0b7296a756b79db51d950 (patch) | |
tree | 0a55518466498e591dfffca841dc4117dcb1a41f /applications/luci-app-pbr/Makefile | |
parent | 10be7a3438e8d6a4b9c3fdcb6321824101f7c1d3 (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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-pbr/Makefile b/applications/luci-app-pbr/Makefile index 97fa675e2d..bd54422370 100644 --- a/applications/luci-app-pbr/Makefile +++ b/applications/luci-app-pbr/Makefile @@ -4,10 +4,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-pbr -PKG_LICENSE:=GPL-3.0-or-later +PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> PKG_VERSION:=1.1.4 -PKG_RELEASE:=r15 +PKG_RELEASE:=16 LUCI_TITLE:=Policy Based Routing Service Web UI LUCI_DESCRIPTION:=Provides Web UI for Policy Based Routing Service. |