From: Ramon Fried Date: Thu, 18 Jul 2019 18:43:32 +0000 (+0300) Subject: configs: sandbox: enable PCAP capture cmd X-Git-Tag: v2019.10-rc4~22^2~23 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=259f7223f2f567afe077528539a43b26d0fef876;p=oweals%2Fu-boot.git configs: sandbox: enable PCAP capture cmd Enable CONFIG_CMD_PCAP for testing PCAP capture. Signed-off-by: Ramon Fried Acked-by: Joe Hershberger --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 7355e3aa1e..968ffdab61 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -49,6 +49,7 @@ CONFIG_CMD_SPI=y CONFIG_CMD_USB=y CONFIG_CMD_AXI=y CONFIG_CMD_AB_SELECT=y +CONFIG_CMD_PCAP=y CONFIG_CMD_TFTPPUT=y CONFIG_CMD_TFTPSRV=y CONFIG_CMD_RARP=y