mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
defconfig: Change the default gateway address
Ensure the default IP address and default gateway address are in the same network segment. Signed-off-by: zhangshuai39 <zhangshuai39@xiaomi.com>
This commit is contained in:
parent
fac6c2a82c
commit
8198d6992c
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ CONFIG_MATTER=y
|
|||
CONFIG_NET=y
|
||||
CONFIG_NETDB_DNSCLIENT=y
|
||||
CONFIG_NETDB_DNSSERVER_IPv4ADDR=0x771d1d1d
|
||||
CONFIG_NETINIT_DRIPADDR=0x0a000101
|
||||
CONFIG_NETINIT_IPADDR=0x0a000102
|
||||
CONFIG_NETLINK_ROUTE=y
|
||||
CONFIG_NETUTILS_JSONCPP=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue