[Request] Set kernel options to support iwd
by raspware from LinuxQuestions.org on (#5611D)
Hi!
In order to iwd work correctly on Slackware certain kernel options must be set. However, the following two options:
Code:CONFIG_CRYPTO_USER_API_HASH
CONFIG_CRYPTO_USER_API_SKCIPHERcurrently are NOT set:
Code:$ grep CONFIG_CRYPTO_USER_API_* boot/config-armv7-5.4.51
CONFIG_CRYPTO_USER_API=m
# CONFIG_CRYPTO_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
# CONFIG_CRYPTO_USER_API_RNG is not set
CONFIG_CRYPTO_USER_API_AEAD=mCan we set them in order to iwd work properly on Slackware?


In order to iwd work correctly on Slackware certain kernel options must be set. However, the following two options:
Code:CONFIG_CRYPTO_USER_API_HASH
CONFIG_CRYPTO_USER_API_SKCIPHERcurrently are NOT set:
Code:$ grep CONFIG_CRYPTO_USER_API_* boot/config-armv7-5.4.51
CONFIG_CRYPTO_USER_API=m
# CONFIG_CRYPTO_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
# CONFIG_CRYPTO_USER_API_RNG is not set
CONFIG_CRYPTO_USER_API_AEAD=mCan we set them in order to iwd work properly on Slackware?