Skip to content

Commit d2e42ca

Browse files
committed
luci-app-pbr: update to 1.2.1-r87
status.js: * get ubus and gateways info from ubus instead of rpcd calls * updates to warning/error IDs and texts * minor formatting/styling updates rpcd script: * remove obsolete rpcd calls ACL file: * remove obsolete rpcd calls * add permission for ubus access Signed-off-by: Stan Grishin <stangri@melmac.ca>
1 parent f0ff561 commit d2e42ca

File tree

5 files changed

+299
-299
lines changed

5 files changed

+299
-299
lines changed

applications/luci-app-pbr/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2-
# Copyright 2017-2025 MOSSDeF, Stan Grishin (stangri@melmac.ca).
2+
# Copyright 2017-2026 MOSSDeF, Stan Grishin (stangri@melmac.ca).
33

44
include $(TOPDIR)/rules.mk
55

66
PKG_NAME:=luci-app-pbr
77
PKG_LICENSE:=AGPL-3.0-or-later
88
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
99
PKG_VERSION:=1.2.1
10-
PKG_RELEASE:=45
10+
PKG_RELEASE:=87
1111

1212
LUCI_TITLE:=Policy Based Routing Service Web UI
1313
LUCI_URL:=https://github.com/stangri/luci-app-pbr/

0 commit comments

Comments
 (0)