git: 00a7e0281b1e - main - net/intel-ixl-kmod: Add OPTIONS_DEFAULT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Sep 2023 15:19:53 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=00a7e0281b1e2a1d1973f5ae9700ef3d471b3f5c
commit 00a7e0281b1e2a1d1973f5ae9700ef3d471b3f5c
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-30 15:18:20 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-30 15:18:20 +0000
net/intel-ixl-kmod: Add OPTIONS_DEFAULT
Need to add OPTIONS_DEFAULT for OPTIONS_SINGLE.
Approved by: portmgr (blanket)
Fixes: e717a93 net/intel-*-kmod: Remove MAX_NETMAP_OSVERSION
---
net/intel-ixl-kmod/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/intel-ixl-kmod/Makefile b/net/intel-ixl-kmod/Makefile
index 5186968deb71..158db47a8640 100644
--- a/net/intel-ixl-kmod/Makefile
+++ b/net/intel-ixl-kmod/Makefile
@@ -18,6 +18,7 @@ USES= kmod
OPTIONS_SINGLE= NETMAP
OPTIONS_SINGLE_NETMAP= NETMAP_ON NETMAP_OFF
+OPTIONS_DEFAULT= NETMAP_OFF
NETMAP_ON_DESC= Enable netmap(4) support unconditionally
NETMAP_OFF_DESC= Disable netmap(4) support unconditionally