mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] iproute2: version bump 5.1.0 -> 5.5.0
@ 2020-03-11 15:56 Lucas Stach
  2020-03-11 15:56 ` [ptxdist] [PATCH 2/2] iproute2: add option to build and install devlink utility Lucas Stach
  2020-03-27  9:52 ` [ptxdist] [1/2] iproute2: version bump 5.1.0 -> 5.5.0 Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Lucas Stach @ 2020-03-11 15:56 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 rules/iproute2.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/iproute2.make b/rules/iproute2.make
index 4d22635e0040..30e84254f299 100644
--- a/rules/iproute2.make
+++ b/rules/iproute2.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_IPROUTE2) += iproute2
 #
 # Paths and names
 #
-IPROUTE2_VERSION	:= 5.1.0
-IPROUTE2_MD5		:= a2b8349abf4ae00e92155fda22de4d5e
+IPROUTE2_VERSION	:= 5.5.0
+IPROUTE2_MD5		:= ee8e2cdb416d4a8ef39525d39ab7c2d0
 IPROUTE2		:= iproute2-$(IPROUTE2_VERSION)
 IPROUTE2_SUFFIX		:= tar.xz
 IPROUTE2_URL		:= $(call ptx/mirror, KERNEL, utils/net/iproute2/$(IPROUTE2).$(IPROUTE2_SUFFIX))
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 2/2] iproute2: add option to build and install devlink utility
  2020-03-11 15:56 [ptxdist] [PATCH 1/2] iproute2: version bump 5.1.0 -> 5.5.0 Lucas Stach
@ 2020-03-11 15:56 ` Lucas Stach
  2020-03-27  9:52   ` [ptxdist] [2/2] " Michael Olbrich
  2020-03-27  9:52 ` [ptxdist] [1/2] iproute2: version bump 5.1.0 -> 5.5.0 Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Lucas Stach @ 2020-03-11 15:56 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 rules/iproute2.in   | 7 +++++++
 rules/iproute2.make | 1 +
 2 files changed, 8 insertions(+)

diff --git a/rules/iproute2.in b/rules/iproute2.in
index fe7564f6a84b..b2ac96b15f70 100644
--- a/rules/iproute2.in
+++ b/rules/iproute2.in
@@ -10,6 +10,7 @@ menuconfig IPROUTE2
 	select LIBC_PTHREAD if IPROUTE2_ARPD
 	select GCCLIBS_GCC_S if IPROUTE2_IP || IPROUTE2_TC
 	select LIBSELINUX if GLOBAL_SELINUX
+	select LIBMNL if IPROUTE2_DEVLINK
 	help
 	  Networking and traffic control tools
 
@@ -42,6 +43,12 @@ config IPROUTE2_CTSTAT
 	help
 	  The connection status utility. Maybe linked to lnstat.
 
+config IPROUTE2_DEVLINK
+	bool
+	prompt "devlink"
+	help
+	  The devlink utility.
+
 config IPROUTE2_GENL
 	bool
 	prompt "genl"
diff --git a/rules/iproute2.make b/rules/iproute2.make
index 30e84254f299..e1205bf1d6e7 100644
--- a/rules/iproute2.make
+++ b/rules/iproute2.make
@@ -58,6 +58,7 @@ IPROUTE2_INSTALL_FILES-y =
 IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_ARPD) +=	arpd
 IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_BRIDGE) +=	bridge
 IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_CTSTAT) +=	ctstat
+IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_DEVLINK) +=	devlink
 IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_GENL) +=	genl
 IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_IP) +=	ip
 IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_IFCFG) +=	ifcfg
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [1/2] iproute2: version bump 5.1.0 -> 5.5.0
  2020-03-11 15:56 [ptxdist] [PATCH 1/2] iproute2: version bump 5.1.0 -> 5.5.0 Lucas Stach
  2020-03-11 15:56 ` [ptxdist] [PATCH 2/2] iproute2: add option to build and install devlink utility Lucas Stach
@ 2020-03-27  9:52 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2020-03-27  9:52 UTC (permalink / raw)
  To: ptxdist; +Cc: Lucas Stach

Thanks, applied.

Michael

[sent from post-receive hook]

On Fri, 27 Mar 2020 10:52:16 +0100, Lucas Stach <l.stach@pengutronix.de> wrote:
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
>  rules/iproute2.make | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/iproute2.make b/rules/iproute2.make
> index 4d22635e0040..30e84254f299 100644
> --- a/rules/iproute2.make
> +++ b/rules/iproute2.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_IPROUTE2) += iproute2
>  #
>  # Paths and names
>  #
> -IPROUTE2_VERSION	:= 5.1.0
> -IPROUTE2_MD5		:= a2b8349abf4ae00e92155fda22de4d5e
> +IPROUTE2_VERSION	:= 5.5.0
> +IPROUTE2_MD5		:= ee8e2cdb416d4a8ef39525d39ab7c2d0
>  IPROUTE2		:= iproute2-$(IPROUTE2_VERSION)
>  IPROUTE2_SUFFIX		:= tar.xz
>  IPROUTE2_URL		:= $(call ptx/mirror, KERNEL, utils/net/iproute2/$(IPROUTE2).$(IPROUTE2_SUFFIX))
> 

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [2/2] iproute2: add option to build and install devlink utility
  2020-03-11 15:56 ` [ptxdist] [PATCH 2/2] iproute2: add option to build and install devlink utility Lucas Stach
@ 2020-03-27  9:52   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2020-03-27  9:52 UTC (permalink / raw)
  To: ptxdist; +Cc: Lucas Stach

Thanks, applied.

Michael

[sent from post-receive hook]

On Fri, 27 Mar 2020 10:52:17 +0100, Lucas Stach <l.stach@pengutronix.de> wrote:
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
>  rules/iproute2.in   | 7 +++++++
>  rules/iproute2.make | 1 +
>  2 files changed, 8 insertions(+)
> 
> diff --git a/rules/iproute2.in b/rules/iproute2.in
> index fe7564f6a84b..b2ac96b15f70 100644
> --- a/rules/iproute2.in
> +++ b/rules/iproute2.in
> @@ -10,6 +10,7 @@ menuconfig IPROUTE2
>  	select LIBC_PTHREAD if IPROUTE2_ARPD
>  	select GCCLIBS_GCC_S if IPROUTE2_IP || IPROUTE2_TC
>  	select LIBSELINUX if GLOBAL_SELINUX
> +	select LIBMNL if IPROUTE2_DEVLINK
>  	help
>  	  Networking and traffic control tools
>  
> @@ -42,6 +43,12 @@ config IPROUTE2_CTSTAT
>  	help
>  	  The connection status utility. Maybe linked to lnstat.
>  
> +config IPROUTE2_DEVLINK
> +	bool
> +	prompt "devlink"
> +	help
> +	  The devlink utility.
> +
>  config IPROUTE2_GENL
>  	bool
>  	prompt "genl"
> diff --git a/rules/iproute2.make b/rules/iproute2.make
> index 30e84254f299..e1205bf1d6e7 100644
> --- a/rules/iproute2.make
> +++ b/rules/iproute2.make
> @@ -58,6 +58,7 @@ IPROUTE2_INSTALL_FILES-y =
>  IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_ARPD) +=	arpd
>  IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_BRIDGE) +=	bridge
>  IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_CTSTAT) +=	ctstat
> +IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_DEVLINK) +=	devlink
>  IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_GENL) +=	genl
>  IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_IP) +=	ip
>  IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_IFCFG) +=	ifcfg
> 

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2020-03-27  9:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11 15:56 [ptxdist] [PATCH 1/2] iproute2: version bump 5.1.0 -> 5.5.0 Lucas Stach
2020-03-11 15:56 ` [ptxdist] [PATCH 2/2] iproute2: add option to build and install devlink utility Lucas Stach
2020-03-27  9:52   ` [ptxdist] [2/2] " Michael Olbrich
2020-03-27  9:52 ` [ptxdist] [1/2] iproute2: version bump 5.1.0 -> 5.5.0 Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox