aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 15:18:20 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 15:18:20 +0000
commit00a7e0281b1e2a1d1973f5ae9700ef3d471b3f5c (patch)
tree92f11d1e897a75c52d49f505b5a11771a7d05e35
parent57e454fd44659f9cd41904045e5fbabd58d13880 (diff)
downloadports-00a7e0281b1e2a1d1973f5ae9700ef3d471b3f5c.tar.gz
ports-00a7e0281b1e2a1d1973f5ae9700ef3d471b3f5c.zip
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
-rw-r--r--net/intel-ixl-kmod/Makefile1
1 files changed, 1 insertions, 0 deletions
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