On 2023-09-21 18:39 +03:00, Tom Rini wrote:
> On Wed, Sep 20, 2023 at 07:03:07PM -0600, Simon Glass wrote:
>> Hi Maxim,
>>
>> On Thu, 14 Sept 2023 at 10:20, Maxim Uvarov wrote:
>>>
>>> add external lwIP library as a git submodule.
If we add submodules, they should point to mirrors on source.denx.
On 21.09.2023 09:09, Maxim Uvarov wrote:
On Thu, 21 Sept 2023 at 07:06, Simon Glass wrote:
Hi Maxim,
On Thu, 14 Sept 2023 at 10:20, Maxim Uvarov
wrote:
add external lwIP library as a git submodule.
Oh dear...what is the motivation for using a submodule?
Our current stack is nicely in
On Wed, Sep 20, 2023 at 07:03:07PM -0600, Simon Glass wrote:
> Hi Maxim,
>
> On Thu, 14 Sept 2023 at 10:20, Maxim Uvarov wrote:
> >
> > add external lwIP library as a git submodule.
>
> Oh dear...what is the motivation for using a submodule?
That we don't have a better alternative. Using "git
On Thu, 21 Sept 2023 at 07:06, Simon Glass wrote:
> Hi Maxim,
>
> On Thu, 14 Sept 2023 at 10:20, Maxim Uvarov
> wrote:
> >
> > add external lwIP library as a git submodule.
>
> Oh dear...what is the motivation for using a submodule?
>
> Our current stack is nicely integrated into U-Boot. This wo
Hi Maxim,
On Thu, 14 Sept 2023 at 10:20, Maxim Uvarov wrote:
>
> add external lwIP library as a git submodule.
Oh dear...what is the motivation for using a submodule?
Our current stack is nicely integrated into U-Boot. This would make
moving between development branches much more painful.
I wo
add external lwIP library as a git submodule.
Signed-off-by: Maxim Uvarov
---
.gitmodules| 3 +++
net/lwip/lwip-external | 1 +
2 files changed, 4 insertions(+)
create mode 100644 .gitmodules
create mode 16 net/lwip/lwip-external
diff --git a/.gitmodules b/.gitmodules
new file
6 matches
Mail list logo