aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-08-23 16:31:06 +0200
committerGravatar Christian Hesse <mail@eworm.de>2023-08-24 08:35:07 +0200
commit5b5c91da840d01f54dcb788dbd8098e47e9f2a69 (patch)
tree855089168869ae67d529ea3806af2d5082202275
parent047c74a4b3feb40528c1fc72b371f3599dab4c2b (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.
-rw-r--r--hotspot-to-wpa-cleanup.template.rsc3
-rw-r--r--hotspot-to-wpa-cleanup.wifiwave2.rsc1
2 files changed, 4 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
diff --git a/hotspot-to-wpa-cleanup.wifiwave2.rsc b/hotspot-to-wpa-cleanup.wifiwave2.rsc
index a8ba34c..0433305 100644
--- a/hotspot-to-wpa-cleanup.wifiwave2.rsc
+++ b/hotspot-to-wpa-cleanup.wifiwave2.rsc
@@ -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