Thanks, applied as 9a41192268258df0fcdf018e000cd2d5a3a54406. Michael
[sent from post-receive hook] On Fri, 31 May 2024 08:08:34 +0200, Oleksij Rempel <[email protected]> wrote: > DCB is Data Center Bridging configuration tool which can be used to > set QoS and other options to network interfaces. > > Signed-off-by: Oleksij Rempel <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/iproute2.in b/rules/iproute2.in > index 0c83741094a6..48e44fb3b350 100644 > --- a/rules/iproute2.in > +++ b/rules/iproute2.in > @@ -10,7 +10,7 @@ menuconfig IPROUTE2 > select LIBC_M > select LIBC_PTHREAD if IPROUTE2_ARPD > select LIBC_RESOLV > - select LIBMNL if IPROUTE2_DEVLINK > + select LIBMNL if IPROUTE2_DEVLINK || IPROUTE2_DCB > select PYTHON3 if IPROUTE2_ROUTEL && RUNTIME > help > Networking and traffic control tools > @@ -44,6 +44,12 @@ config IPROUTE2_CTSTAT > help > The connection status utility. Maybe linked to lnstat. > > +config IPROUTE2_DCB > + bool > + prompt "dcb" > + help > + The dcb utility. > + > config IPROUTE2_DEVLINK > bool > prompt "devlink" > diff --git a/rules/iproute2.make b/rules/iproute2.make > index 315910698cc7..214713773480 100644 > --- a/rules/iproute2.make > +++ b/rules/iproute2.make > @@ -59,6 +59,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_DCB) += dcb > IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_DEVLINK) += devlink > IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_GENL) += genl > IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_IP) += ip
