Skip to content

Commit

Permalink
wifi: samples: Shell: Set CONFIG_HOSTAP_CRYPTO_ALT_LEGACY_PSA
Browse files Browse the repository at this point in the history
-Previously there may have been a CONFIG_HOSTAP_CRYPTO_LEGACY_PSA config
 but this is causing build-failures. This commit updates
 shell-sample to use CONFIG_HOSTAP_CRYPTO_ALT_LEGACY_PSA as extra_args

Signed-off-by: Frank Audun Kvamtrø <[email protected]>
  • Loading branch information
frkv authored and anangl committed Jan 28, 2025
1 parent 504dabb commit 56232da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/wifi/shell/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ tests:
- ci_samples_wifi
sample.nrf7002.shell.psa:
build_only: true
extra_args: CONFIG_HOSTAP_CRYPTO_LEGACY_PSA=y
extra_args: CONFIG_HOSTAP_CRYPTO_ALT_LEGACY_PSA=y
integration_platforms:
- nrf7002dk/nrf5340/cpuapp
platform_allow: nrf7002dk/nrf5340/cpuapp
Expand Down

0 comments on commit 56232da

Please sign in to comment.