diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-10-24 20:20:41 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-10-24 20:21:05 +0000 |
commit | e9ce4e32d0efb202c9d5dc36d2ecf3e04a20825f (patch) | |
tree | f38bc2d3e98bc48574d3acb7641ad890626f4a9e /applications/luci-app-pbr/root/usr/libexec | |
parent | 760ac165fa76952161e82bd825d9c757a10e0436 (diff) |
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>
Diffstat (limited to 'applications/luci-app-pbr/root/usr/libexec')
-rwxr-xr-x | applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr | 2 |
1 files changed, 1 insertions, 1 deletions
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 |