From e9ce4e32d0efb202c9d5dc36d2ecf3e04a20825f Mon Sep 17 00:00:00 2001
From: Stan Grishin <stangri@melmac.ca>
Date: Thu, 24 Oct 2024 20:20:41 +0000
Subject: luci-app-pbr: Sync with pbr 1.1.7-29

* bump luci-compat to match principal package
* bump compatible README version
* remove unneeded stops from recently added warning messages
* add warningDhcpLanForce warning message
* fix div class for error and warning messages so that URLs are
  properly decorated

Signed-off-by: Stan Grishin <stangri@melmac.ca>
---
 applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'applications/luci-app-pbr/root/usr/libexec')

diff --git a/applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr b/applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr
index bcdf39a5b2..25bb277c72 100755
--- a/applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr
+++ b/applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr
@@ -11,7 +11,7 @@
 # ubus -S call luci.pbr getGateways '{"name": "pbr" }'
 # ubus -S call luci.pbr getInterfaces '{"name": "pbr" }'
 
-readonly luciCompat='8'
+readonly luciCompat='9'
 readonly pbrFunctionsFile='/etc/init.d/pbr'
 if [ -s "$pbrFunctionsFile" ]; then
 # shellcheck source=../../../../../pbr/files/etc/init.d/pbr
-- 
cgit v1.2.3