From: Ramon Fried <rfried.dev@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 3/3] configs: sandbox: enable PCAP capture cmd
Date: Thu, 18 Jul 2019 21:43:32 +0300 [thread overview]
Message-ID: <20190718184333.27927-3-rfried.dev@gmail.com> (raw)
In-Reply-To: <20190718184333.27927-1-rfried.dev@gmail.com>
Enable CONFIG_CMD_PCAP for testing PCAP capture.
Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
---
Changes in v4:
* Patch added to patchset
Changes in v3: None
Changes in v2: None
configs/sandbox_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 61391a7acd..1c52b9c51e 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -47,6 +47,7 @@ CONFIG_CMD_REMOTEPROC=y
CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y
CONFIG_CMD_AXI=y
+CONFIG_CMD_PCAP=y
CONFIG_CMD_TFTPPUT=y
CONFIG_CMD_TFTPSRV=y
CONFIG_CMD_RARP=y
--
2.22.0
next prev parent reply other threads:[~2019-07-18 18:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-18 18:43 [U-Boot] [PATCH v4 1/3] net: introduce packet capture support Ramon Fried
2019-07-18 18:43 ` [U-Boot] [PATCH v4 2/3] doc: pcap: add pcap cmd documentation Ramon Fried
2019-09-03 22:03 ` Joe Hershberger
2019-09-04 16:40 ` [U-Boot] " Joe Hershberger
2019-07-18 18:43 ` Ramon Fried [this message]
2019-07-22 23:55 ` [U-Boot] [PATCH v4 3/3] configs: sandbox: enable PCAP capture cmd Joe Hershberger
2019-09-04 16:40 ` [U-Boot] " Joe Hershberger
2019-07-18 21:37 ` [U-Boot] [PATCH v4 1/3] net: introduce packet capture support Joe Hershberger
2019-07-23 0:01 ` Joe Hershberger
2019-09-04 16:40 ` [U-Boot] " Joe Hershberger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190718184333.27927-3-rfried.dev@gmail.com \
--to=rfried.dev@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.