hotspot-to-wpa-cleanup: require RouterOS for wifiwave2

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.
This commit is contained in:
Christian Hesse 2023-08-23 16:31:06 +02:00
parent 047c74a4b3
commit 5b5c91da84
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -4,6 +4,7 @@
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
#
# provides: lease-script, order=80
# requires RouterOS, version=7.12beta3
#
# manage and clean up private WPA passphrase after hotspot login
# https://git.eworm.de/cgit/routeros-scripts/about/doc/hotspot-to-wpa.md