Re: [PATCH 02/15] net-lwip: import lwIP library under lib/lwip

2024-05-24 Thread Tom Rini
On Fri, May 24, 2024 at 04:55:15PM +0200, Jerome Forissier wrote: > > > On 5/23/24 17:02, Tom Rini wrote: > > On Wed, May 22, 2024 at 06:00:02PM +0200, Jerome Forissier wrote: > > > >> Import the Lightweight IP (lwIP) library as lib/lwip. The code is built > >> when CONFIG_NET_LWIP=y. > >> > >>

Re: [PATCH 02/15] net-lwip: import lwIP library under lib/lwip

2024-05-24 Thread Jerome Forissier
On 5/23/24 17:02, Tom Rini wrote: > On Wed, May 22, 2024 at 06:00:02PM +0200, Jerome Forissier wrote: > >> Import the Lightweight IP (lwIP) library as lib/lwip. The code is built >> when CONFIG_NET_LWIP=y. >> >> The lwIP code was imported with the following commands: >> >> (cd /tmp && git clon

Re: [PATCH 02/15] net-lwip: import lwIP library under lib/lwip

2024-05-23 Thread Tom Rini
On Wed, May 22, 2024 at 06:00:02PM +0200, Jerome Forissier wrote: > Import the Lightweight IP (lwIP) library as lib/lwip. The code is built > when CONFIG_NET_LWIP=y. > > The lwIP code was imported with the following commands: > > (cd /tmp && git clone https://git.savannah.gnu.org/git/lwip.git -