Skip to content

Commit 7804e14

Browse files
frkvanangl
authored andcommitted
wifi: samples: Shell: Set CONFIG_HOSTAP_CRYPTO_ALT_LEGACY_PSA
-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]>
1 parent 33d6f01 commit 7804e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/wifi/shell/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ tests:
458458
- ci_samples_wifi
459459
sample.nrf7002.shell.psa:
460460
build_only: true
461-
extra_args: CONFIG_HOSTAP_CRYPTO_LEGACY_PSA=y
461+
extra_args: CONFIG_HOSTAP_CRYPTO_ALT_LEGACY_PSA=y
462462
integration_platforms:
463463
- nrf7002dk/nrf5340/cpuapp
464464
platform_allow: nrf7002dk/nrf5340/cpuapp

0 commit comments

Comments
 (0)