From 00a7e0281b1e2a1d1973f5ae9700ef3d471b3f5c Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 30 Sep 2023 17:18:20 +0200 Subject: [PATCH] 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