mirror of
https://github.com/apache/nuttx.git
synced 2026-08-28 04:40:41 +00:00
configs/nucleo-144/f767-netnsh/defconfig: Correct one location where CONFIG_NET_HOSTNAME was not changed to CONFIG_LIB_HOSTNAME.
This commit is contained in:
parent
b9c55919b2
commit
0aca9e4cfb
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ CONFIG_FS_PROCFS_REGISTER=y
|
|||
CONFIG_FS_TMPFS=y
|
||||
CONFIG_HAVE_CXX=y
|
||||
CONFIG_HAVE_CXXINITIALIZE=y
|
||||
CONFIG_LIB_HOSTNAME="stntest"
|
||||
CONFIG_MAX_TASKS=16
|
||||
CONFIG_MAX_WDOGPARMS=2
|
||||
CONFIG_MM_REGIONS=3
|
||||
|
|
@ -29,7 +30,6 @@ CONFIG_NET_ARP_IPIN=y
|
|||
CONFIG_NET_ARP_SEND=y
|
||||
CONFIG_NET_BROADCAST=y
|
||||
CONFIG_NET_ETH_PKTSIZE=1500
|
||||
CONFIG_NET_HOSTNAME="stntest"
|
||||
CONFIG_NET_ICMP=y
|
||||
CONFIG_NET_ICMP_SOCKET=y
|
||||
CONFIG_NET_IGMP=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue