
21 Dec
2021
21 Dec
'21
1:31 p.m.
Hi Sean,
On Sat, 18 Dec 2021 at 08:16, Sean Anderson seanga2@gmail.com wrote:
On 12/18/21 10:08 AM, Simon Glass wrote:
This converts the following to Kconfig: CONFIG_TIMESTAMP
Signed-off-by: Simon Glass sjg@chromium.org
[...]
diff --git a/net/Kconfig b/net/Kconfig index 3d3329912da..1983506bb8e 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -109,6 +109,7 @@ config KEEP_SERVERADDR
config UDP_CHECKSUM bool "Check the UDP checksum"
default y if SANDBOX help Enable this to verify the checksum on UDP packets. If the
checksum
is wrong then the packet is discussed and an error is shown,
like
Should this hunk be part of the previous patch?
Yes, it should. I will fix it when I send another version.
Regards, Simon