mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
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
@ -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 New Issue
Block a user