boards: qemu-armv8a: Enable the ping command for netnsh and netnsh_smp
Summary: - This commit enables the ping command for netnsh and netnsh_smp Impact: - None Testing: - Tested with QEMU-7.1 Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
2460ff4f78
commit
492fa5ba19
|
@ -77,6 +77,7 @@ CONFIG_SYMTAB_ORDEREDBYNAME=y
|
|||
CONFIG_SYSLOG_TIMESTAMP=y
|
||||
CONFIG_SYSTEM_DHCPC_RENEW=y
|
||||
CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_SYSTEM_PING=y
|
||||
CONFIG_SYSTEM_SYSTEM=y
|
||||
CONFIG_SYSTEM_TELNETD_SESSION_STACKSIZE=8192
|
||||
CONFIG_TESTING_GETPRIME=y
|
||||
|
|
|
@ -80,6 +80,7 @@ CONFIG_SYMTAB_ORDEREDBYNAME=y
|
|||
CONFIG_SYSLOG_TIMESTAMP=y
|
||||
CONFIG_SYSTEM_DHCPC_RENEW=y
|
||||
CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_SYSTEM_PING=y
|
||||
CONFIG_SYSTEM_SYSTEM=y
|
||||
CONFIG_SYSTEM_TASKSET=y
|
||||
CONFIG_SYSTEM_TELNETD_SESSION_STACKSIZE=8192
|
||||
|
|
Loading…
Reference in New Issue