diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-09-03 20:25:16 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-09-03 20:25:16 +0000 |
commit | 0a79ef0ee4142fa18d316a20fef6344cfffea257 (patch) | |
tree | ce5cce9649b92794d0b7f80fc0ea08ad1403be56 /applications/luci-app-pbr/root/usr/libexec | |
parent | 96be7a3eb95847a15e273100e82afdcb99a3ee02 (diff) |
luci-app-pbr: sync with principal package
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 b0316d96be..4bd154a43d 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='5' +readonly luciCompat='7' readonly pbrFunctionsFile='/etc/init.d/pbr' if [ -s "$pbrFunctionsFile" ]; then # shellcheck source=../../../../../pbr/files/etc/init.d/pbr |