Re: [PATCH 02/17] net: ipv6: Add IPv6 build options

2022-09-12 Thread Ramon Fried
On Thu, Sep 8, 2022 at 2:59 PM Viacheslav Mitrofanov wrote: > > Add options to Makefile and Kconfig file to build IPv6 > > Series-changes: 3 > - Added help for IPv6 support > > Signed-off-by: Viacheslav Mitrofanov > Reviewed-by: Simon Glass > --- > net/Kconfig | 10 ++ > net/Makefile

[PATCH 02/17] net: ipv6: Add IPv6 build options

2022-09-08 Thread Viacheslav Mitrofanov
Add options to Makefile and Kconfig file to build IPv6 Series-changes: 3 - Added help for IPv6 support Signed-off-by: Viacheslav Mitrofanov Reviewed-by: Simon Glass --- net/Kconfig | 10 ++ net/Makefile | 1 + 2 files changed, 11 insertions(+) diff --git a/net/Kconfig b/net/Kconfig

Re: [PATCH 02/17] net: ipv6: Add IPv6 build options

2022-09-07 Thread Simon Glass
On Tue, 6 Sept 2022 at 09:10, Viacheslav Mitrofanov wrote: > > Add options to Makefile and Kconfig file to build IPv6 > > Signed-off-by: Viacheslav Mitrofanov > --- > net/Kconfig | 10 ++ > net/Makefile | 1 + > 2 files changed, 11 insertions(+) > Reviewed-by: Simon Glass

[PATCH 02/17] net: ipv6: Add IPv6 build options

2022-09-06 Thread Viacheslav Mitrofanov
Add options to Makefile and Kconfig file to build IPv6 Signed-off-by: Viacheslav Mitrofanov --- net/Kconfig | 10 ++ net/Makefile | 1 + 2 files changed, 11 insertions(+) diff --git a/net/Kconfig b/net/Kconfig index 52e261884d..24a3cfa5f4 100644 --- a/net/Kconfig +++ b/net/Kconfig @@

Re: [PATCH 02/17] net: ipv6: Add IPv6 build options

2022-08-31 Thread Simon Glass
Hi Viacheslav, On Tue, 30 Aug 2022 at 07:01, Viacheslav Mitrofanov wrote: > > Add options to Makefile and Kconfig file to build IPv6 > > Signed-off-by: Viacheslav Mitrofanov > --- > net/Kconfig | 4 > net/Makefile | 1 + > 2 files changed, 5 insertions(+) > > diff --git a/net/Kconfig

[PATCH 02/17] net: ipv6: Add IPv6 build options

2022-08-30 Thread Viacheslav Mitrofanov
Add options to Makefile and Kconfig file to build IPv6 Signed-off-by: Viacheslav Mitrofanov --- net/Kconfig | 4 net/Makefile | 1 + 2 files changed, 5 insertions(+) diff --git a/net/Kconfig b/net/Kconfig index 52e261884d..568e622de8 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -174,6