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:
a01e70e
)
[SCSI] fix up SCSI netlink build
author
James Bottomley
<James.Bottomley@steeleye.com>
Thu, 7 Sep 2006 20:14:46 +0000
(15:14 -0500)
committer
James Bottomley
<jejb@mulgrave.il.steeleye.com>
Thu, 7 Sep 2006 20:21:50 +0000
(15:21 -0500)
CONFIG_SCSI_NETLINK can become a bool since the item its
selecting (CONFIG_NET) cannot be a module.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/scsi/Kconfig
b/drivers/scsi/Kconfig
index 4d1998d23f0f75d4e26dfb54be42a8150f0e9d7e..a6f920d218a0266844b4e0819f3fbc75b124dffe 100644
(file)
--- a/
drivers/scsi/Kconfig
+++ b/
drivers/scsi/Kconfig
@@
-28,7
+28,7
@@
config SCSI
(the one containing the directory /) is located on a SCSI device.
config SCSI_NETLINK
- tristate
+ bool
default n
select NET