[PATCH 2/2] UBUNTU: [Config] ports: Enable CONFIG_BNX2X=m
Leann Ogasawara
leann.ogasawara at canonical.com
Wed Jun 9 16:09:09 UTC 2010
>From 59bc5011e7c9ce5fa67ac2acbf43ea4615dea4f1 Mon Sep 17 00:00:00 2001
From: Leann Ogasawara <leann.ogasawara at canonical.com>
Date: Wed, 9 Jun 2010 08:55:09 -0700
Subject: [PATCH 2/2] UBUNTU: [Config] ports: Enable CONFIG_BNX2X=m
Without this module being enabled, we experience ports build failures:
missing firmware bnx2x-e1-5.2.13.0.fw
missing firmware bnx2x-e1h-5.2.13.0.fw
missing firmware bnx2x-e1-5.2.13.0.fw
missing firmware bnx2x-e1h-5.2.13.0.fw
command exited with status 1
make[1]: *** [do-binary-udebs] Error 2
Signed-off-by: Leann Ogasawara <leann.ogasawara at canonical.com>
---
debian.master/config/config.common.ports | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports
index de77038..c4fcb68 100644
--- a/debian.master/config/config.common.ports
+++ b/debian.master/config/config.common.ports
@@ -365,7 +365,7 @@ CONFIG_BLOCK=y
CONFIG_BLOCK_COMPAT=y
CONFIG_BMAC=m
CONFIG_BNX2=m
-# CONFIG_BNX2X is not set
+CONFIG_BNX2X=m
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
--
1.7.0.4
More information about the kernel-team
mailing list