diff options
author | Michael Gisbers <michael@gisbers.de> | 2021-06-28 18:00:25 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-07-01 22:56:18 +0200 |
commit | d5edcbd3b6396f47358428dc376c5c9a81035f6d (patch) | |
tree | 333ada59c5c6773f7c6b350d334d547124723c22 /global-functions | |
parent | 877e95d4be240835e2153ba4ce5fe615a127eda1 (diff) |
check-routeros-update: allow update for capchange-59
If CAPsMAN is running on a device with just 16MB flash downloading the
packages is not possible (or at least lost at reboot). So allow a CAP to
update with opt-in.
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index e7080e4..d11f8e2 100644 --- a/global-functions +++ b/global-functions @@ -8,7 +8,7 @@ # https://git.eworm.de/cgit/routeros-scripts/about/ # expected configuration version -:global ExpectedConfigVersion 58; +:global ExpectedConfigVersion 59; # global variables not to be changed by user :global GlobalFunctionsReady false; |