From 6d4cdcee465b2f6c3362bbb73f367907b2663b5e Mon Sep 17 00:00:00 2001 From: Selvin Xavier Date: Wed, 13 Sep 2017 03:33:15 -0700 Subject: [PATCH] bnxt_re: Fix bnxt_en installation in the latest daily builds During OFED installation, bnxt_en is not getting installed after the check-in "makefile: Added CONFIG_BNXT parameter to override kernel's default". Fixing the issue by passing CONFIG_BNXT=m instead of y. Signed-off-by: Selvin Xavier --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5acda9e..f6b8fc3 100755 --- a/configure +++ b/configure @@ -721,7 +721,7 @@ main() ;; --with-bnxt_re-mod) CONFIG_INFINIBAND_BNXT_RE="m" - CONFIG_BNXT="y" + CONFIG_BNXT="m" add_conf "# Load BNXT_RE modules" "BNXT_RE_LOAD=yes" ;; --without-bnxt_re-mod) -- 2.46.0