accesslist-duplicates: add support for wifiwave2

This commit is contained in:
Christian Hesse 2023-08-07 22:13:34 +02:00
parent d0ab951e3f
commit d086e4a05f
3 changed files with 55 additions and 4 deletions

View file

@ -15,14 +15,19 @@ entries in wireless access list.
Requirements and installation
-----------------------------
Depending on whether you use CAPsMAN (`/caps-man`) or local wireless
interface (`/interface/wireless`) you need to install a different script.
Depending on whether you use `wifiwave2` package (`/interface/wifiwave2`)
or legacy wifi with CAPsMAN (`/caps-man`) or local wireless interface
(`/interface/wireless`) you need to install a different script.
For CAPsMAN:
For `wifiwave2`:
$ScriptInstallUpdate accesslist-duplicates.wifiwave2;
For legacy CAPsMAN:
$ScriptInstallUpdate accesslist-duplicates.capsman;
For local interface:
For legacy local interface:
$ScriptInstallUpdate accesslist-duplicates.local;