From mboxrd@z Thu Jan 1 00:00:00 1970 From: Duncan Hare Date: Wed, 3 Jan 2018 13:07:04 -0800 Subject: [U-Boot] [PATCH] TCP and wget implementation v3 In-Reply-To: <1512063880.2580267.1512525185991@mail.yahoo.com> References: <20171108163407.3e8bb872@raspberrypi> <1512063880.2580267.1512525185991@mail.yahoo.com> Message-ID: <20180103130704.40c7abf2@raspberrypi> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >>selects the LIB_RAND feature since it is required. Thanks: will be in u-boot/cmd/Kconfig >Are we lookin at a series of patches, or a concurrent set? At this time a series of three, but I'd take advice on the preferred procedure. (1) cmd/Kconfig cmd/net.c net/Kconfig net/net.c net/ping.c include/net.h (2) net/tcp.c net/tcp.h net/Makefile (3) net/wget.c net/wget.h