mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-31 19:41:46 +00:00
sandbox: Enable more network features for sandbox
More net features enabled and supported on sandbox to allow more testing Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
3c56fb8280
commit
1f5bc524b9
1 changed files with 9 additions and 0 deletions
|
@ -131,6 +131,15 @@
|
|||
/* include default commands */
|
||||
#include <config_cmd_default.h>
|
||||
|
||||
#define CONFIG_KEEP_SERVERADDR
|
||||
#define CONFIG_UDP_CHECKSUM
|
||||
#define CONFIG_CMD_LINK_LOCAL
|
||||
#define CONFIG_CMD_CDP
|
||||
#define CONFIG_CMD_DNS
|
||||
#define CONFIG_CMD_NFS
|
||||
#define CONFIG_CMD_SNTP
|
||||
#define CONFIG_TIMESTAMP
|
||||
#define CONFIG_CMD_RARP
|
||||
#define CONFIG_CMD_PING
|
||||
#define CONFIG_CMD_DHCP
|
||||
#define CONFIG_BOOTP_DNS
|
||||
|
|
Loading…
Add table
Reference in a new issue