diff options
author | Christian Hesse <mail@eworm.de> | 2023-08-23 16:31:06 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-08-24 08:35:07 +0200 |
commit | 5b5c91da840d01f54dcb788dbd8098e47e9f2a69 (patch) | |
tree | 855089168869ae67d529ea3806af2d5082202275 /hotspot-to-wpa-cleanup.template.rsc | |
parent | 047c74a4b3feb40528c1fc72b371f3599dab4c2b (diff) |
hotspot-to-wpa-cleanup: require RouterOS for wifiwave2routeros-7.12beta3-1
RouterOS before version 7.12beta3 had a bug where getting comment from
registration-table is not possible. Require that version at least.
This was fixed in SUP-124500.
Diffstat (limited to 'hotspot-to-wpa-cleanup.template.rsc')
-rw-r--r-- | hotspot-to-wpa-cleanup.template.rsc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hotspot-to-wpa-cleanup.template.rsc b/hotspot-to-wpa-cleanup.template.rsc index 38313d9..1c49091 100644 --- a/hotspot-to-wpa-cleanup.template.rsc +++ b/hotspot-to-wpa-cleanup.template.rsc @@ -4,6 +4,9 @@ # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # # provides: lease-script, order=80 +# NOT /caps-man # +# requires RouterOS, version=7.12beta3 +# NOT /caps-man # # # manage and clean up private WPA passphrase after hotspot login # https://git.eworm.de/cgit/routeros-scripts/about/doc/hotspot-to-wpa.md |