Skip to content
Snippets Groups Projects
Commit 7045592e authored by Eric Mei's avatar Eric Mei
Browse files

branch: HEAD

b=11091
temporarily remove CRYPTO checking, which is not needed for b1_5.
parent 96629bca
No related branches found
No related tags found
No related merge requests found
......@@ -364,21 +364,6 @@ LB_LINUX_CONFIG([KMOD],[],[
AC_MSG_WARN([])
])
#
# following CRYPTO related are required by capability
#
LB_LINUX_CONFIG_IM([CRYPTO],[],[
AC_MSG_ERROR([Lustre require that CONFIG_CRYPTO is enabled in your kernel.])
])
LB_LINUX_CONFIG_IM([CRYPTO_HMAC],[],[
AC_MSG_ERROR([Lustre require that CONFIG_CRYPTO_HMAC is enabled in your kernel.])
])
LB_LINUX_CONFIG_IM([CRYPTO_SHA1],[],[
AC_MSG_ERROR([Lustre require that CONFIG_CRYPTO_SHA1 is enabled in your kernel.])
])
#LB_LINUX_CONFIG_BIG_STACK
# LNet tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment