All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/bird: RIP bug is fixed in 2.0.6
@ 2019-09-28  7:36 Adrien Gallouët
  2019-09-28 21:36 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Adrien Gallouët @ 2019-09-28  7:36 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Adrien Gallou?t <adrien@gallouet.fr>
---
 package/bird/Config.in | 5 +++++
 package/bird/bird.mk   | 2 --
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/package/bird/Config.in b/package/bird/Config.in
index 22c39f8488..c2951c74c3 100644
--- a/package/bird/Config.in
+++ b/package/bird/Config.in
@@ -67,6 +67,11 @@ config BR2_PACKAGE_BIRD_RADV
 	help
 	  Enable RAdv protocol.
 
+config BR2_PACKAGE_BIRD_RIP
+	bool "rip"
+	help
+	  Enable RIP protocol.
+
 config BR2_PACKAGE_BIRD_STATIC
 	bool "static"
 	help
diff --git a/package/bird/bird.mk b/package/bird/bird.mk
index 267968afb1..46c868ac30 100644
--- a/package/bird/bird.mk
+++ b/package/bird/bird.mk
@@ -17,9 +17,7 @@ else
 BIRD_CONF_OPTS += --disable-client
 endif
 
-# BUG: RIP is mandatory for now
 BIRD_PROTOCOLS = \
-	rip \
 	$(if $(BR2_PACKAGE_BIRD_BFD),bfd) \
 	$(if $(BR2_PACKAGE_BIRD_BABEL),babel) \
 	$(if $(BR2_PACKAGE_BIRD_BGP),bgp) \
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/bird: RIP bug is fixed in 2.0.6
  2019-09-28  7:36 [Buildroot] [PATCH 1/1] package/bird: RIP bug is fixed in 2.0.6 Adrien Gallouët
@ 2019-09-28 21:36 ` Thomas Petazzoni
  2019-09-28 21:53   ` Adrien Gallouët
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2019-09-28 21:36 UTC (permalink / raw)
  To: buildroot

On Sat, 28 Sep 2019 07:36:02 +0000
Adrien Gallou?t <adrien@gallouet.fr> wrote:

> Signed-off-by: Adrien Gallou?t <adrien@gallouet.fr>
> ---
>  package/bird/Config.in | 5 +++++
>  package/bird/bird.mk   | 2 --
>  2 files changed, 5 insertions(+), 2 deletions(-)

I've improved the commit log and applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/bird: RIP bug is fixed in 2.0.6
  2019-09-28 21:36 ` Thomas Petazzoni
@ 2019-09-28 21:53   ` Adrien Gallouët
  0 siblings, 0 replies; 3+ messages in thread
From: Adrien Gallouët @ 2019-09-28 21:53 UTC (permalink / raw)
  To: buildroot

On Sat, Sep 28, 2019 at 11:36 PM Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
>
> On Sat, 28 Sep 2019 07:36:02 +0000
> Adrien Gallou?t <adrien@gallouet.fr> wrote:
>
> > Signed-off-by: Adrien Gallou?t <adrien@gallouet.fr>
> > ---
> >  package/bird/Config.in | 5 +++++
> >  package/bird/bird.mk   | 2 --
> >  2 files changed, 5 insertions(+), 2 deletions(-)
>
> I've improved the commit log and applied. Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com

Thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-28 21:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-28  7:36 [Buildroot] [PATCH 1/1] package/bird: RIP bug is fixed in 2.0.6 Adrien Gallouët
2019-09-28 21:36 ` Thomas Petazzoni
2019-09-28 21:53   ` Adrien Gallouët

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.