Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ static void nrf91_non_offload_mdm_socket_worker(struct k_work *unused)
};

dnsctx = dns_resolve_get_default();
ret = dns_resolve_reconfigure(dnsctx, NULL, dns_servers);
ret = dns_resolve_reconfigure(dnsctx, NULL, dns_servers,
DNS_SOURCE_MANUAL);
if (ret < 0) {
mosh_error("Could not set DNS servers");
}
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: 1e6c54956840f1d03cb4455b5a93d2ef72864b7d
revision: 6b0b2830c2e7b71c29579f744ca2268227e50499
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down