Skip to content
Snippets Groups Projects
Commit c1d6986d authored by Zbigniew Bodek's avatar Zbigniew Bodek
Browse files

96b_nitrogen.conf: Introduce board config


Add board config for 96b_nitrogen.
The config will select IPV6 instead of IPV4,
disable unused options and add configuration options
for IP addresses to override defaults.

Note: IPV6 addresses need to be specified by the user.

Signed-off-by: default avatarZbigniew Bodek <zbigniew.bodek@huawei.com>
parent 68a9e5e2
No related branches found
No related tags found
No related merge requests found
# Networking Config:
CONFIG_NET_IPV4=n
CONFIG_NET_IPV6=y
# Disable unneeded settings from the base prj.conf:
CONFIG_TEST_RANDOM_GENERATOR=n
CONFIG_DNS_RESOLVER=n
CONFIG_NET_CONFIG_MY_IPV4_ADDR=""
CONFIG_NET_CONFIG_PEER_IPV4_ADDR=""
# Specify networking addresses
CONFIG_NET_CONFIG_MY_IPV6_ADDR=""
CONFIG_NET_CONFIG_PEER_IPV6_ADDR=""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment