diff options
author | Christian Hesse <mail@eworm.de> | 2023-08-07 22:20:31 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-08-09 16:30:18 +0200 |
commit | 6d76704a97b7662aec51a45616a63f47e66c5b8f (patch) | |
tree | 830b8326cafaf0a5e45f4a639bce3bb15d03739e /doc/dhcp-lease-comment.md | |
parent | bac4a460f076b1c2a045e4aefbe3f7ff2eaec44a (diff) |
dhcp-lease-comment: add support for wifiwave2
Diffstat (limited to 'doc/dhcp-lease-comment.md')
-rw-r--r-- | doc/dhcp-lease-comment.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/dhcp-lease-comment.md b/doc/dhcp-lease-comment.md index 4add0b8..cd29641 100644 --- a/doc/dhcp-lease-comment.md +++ b/doc/dhcp-lease-comment.md @@ -15,14 +15,19 @@ from 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 dhcp-lease-comment.wifiwave2; + +For legacy CAPsMAN: $ScriptInstallUpdate dhcp-lease-comment.capsman; -For local interface: +For legacy local interface: $ScriptInstallUpdate dhcp-lease-comment.local; |