Thanks, applied.

Michael

[sent from post-receive hook]

On Fri, 27 Mar 2020 10:52:17 +0100, Lucas Stach <[email protected]> wrote:
> Signed-off-by: Lucas Stach <[email protected]>
> ---
>  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
[email protected]

Reply via email to