Skip to content

Commit 192d7a3

Browse files
committed
samples: https_client: Fix pdn kconfigs
Sample is using link_controller and needs to use LTE_LC_PDN_* kconfigs. Signed-off-by: Jorgen Kvalvaag <[email protected]>
1 parent 408a35f commit 192d7a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/net/https_client/overlay-pdn-nrf91-ipv4.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
CONFIG_PDN_DEFAULTS_OVERRIDE=y
8-
CONFIG_PDN_DEFAULT_FAM_IPV4=y
7+
CONFIG_LTE_LC_PDN_DEFAULTS_OVERRIDE=y
8+
CONFIG_LTE_LC_PDN_DEFAULT_FAM_IPV4=y

0 commit comments

Comments
 (0)