diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-10-31 01:59:47 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-10-31 01:59:47 +0000 |
commit | 2a09205aed273a277dd22ca9937b41728b7ceb9c (patch) | |
tree | 00890e8fbb48b86535d4b03c6392088d90c23e4b /applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr | |
parent | f9899fd1a38ef2784cebc943a65c741e6cf3685c (diff) |
luci-app-pbr: update to sync with principal package
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr')
-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 25bb277c72..477137f904 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='9' +readonly luciCompat='11' readonly pbrFunctionsFile='/etc/init.d/pbr' if [ -s "$pbrFunctionsFile" ]; then # shellcheck source=../../../../../pbr/files/etc/init.d/pbr |