projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fccbf6
)
[PATCH] SCSI: ISCSI build failure
author
Randy Dunlap
<randy.dunlap@oracle.com>
Tue, 31 Oct 2006 04:41:11 +0000
(20:41 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 31 Oct 2006 16:13:19 +0000
(08:13 -0800)
SCSI_QLA_ISCSI needs to depend on NET to prevent build (link) failures
that are caused by selecting SCSI_ISCSI_ATTRS.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/scsi/qla4xxx/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla4xxx/Kconfig
b/drivers/scsi/qla4xxx/Kconfig
index 08a07f0b8d94e2945584fe085254b75a52eb11af..69cbff3f57cf3abb49a4a289b662348ff9409c6d 100644
(file)
--- a/
drivers/scsi/qla4xxx/Kconfig
+++ b/
drivers/scsi/qla4xxx/Kconfig
@@
-1,6
+1,6
@@
config SCSI_QLA_ISCSI
tristate "QLogic ISP4XXX host adapter family support"
- depends on PCI && SCSI
+ depends on PCI && SCSI
&& NET
select SCSI_ISCSI_ATTRS
---help---
This driver supports the QLogic 40xx (ISP4XXX) iSCSI host