mirror of https://gitee.com/openkylin/linux.git
Revert "Revert "staging/lustre: drop CONFIG_BROKEN dependency""
This reverts commit 37d4093fd3
.
I've verified that we now don't break build on X86_64 allmodconfig.
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Peng Tao <tao.peng@emc.com>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9c782da4f0
commit
ee04fd11f1
|
@ -1,6 +1,6 @@
|
|||
config LUSTRE_FS
|
||||
tristate "Lustre file system client support"
|
||||
depends on STAGING && INET && BROKEN
|
||||
depends on STAGING && INET
|
||||
select LNET
|
||||
select CRYPTO
|
||||
select CRYPTO_CRC32
|
||||
|
|
Loading…
Reference in New Issue