DPP: Fix hostapd build dependencies for DPP-only build
Fix CONFIG_DPP=y build for cases where the needed dependencies were not pulled in by other optional build parameters. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
1eff2e7bf1
commit
6bf6c6feca
2 changed files with 2 additions and 0 deletions
|
@ -544,6 +544,7 @@ NEED_HMAC_SHA384_KDF=y
|
|||
NEED_HMAC_SHA512_KDF=y
|
||||
NEED_SHA384=y
|
||||
NEED_SHA512=y
|
||||
NEED_ECC=y
|
||||
NEED_JSON=y
|
||||
NEED_GAS=y
|
||||
NEED_BASE64=y
|
||||
|
|
|
@ -582,6 +582,7 @@ NEED_HMAC_SHA384_KDF=y
|
|||
NEED_HMAC_SHA512_KDF=y
|
||||
NEED_SHA384=y
|
||||
NEED_SHA512=y
|
||||
NEED_ECC=y
|
||||
NEED_JSON=y
|
||||
NEED_GAS=y
|
||||
NEED_BASE64=y
|
||||
|
|
Loading…
Reference in a new issue