From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 08 Apr 2022 15:36:22 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ncoml-00BuHx-BQ for lore@lore.pengutronix.de; Fri, 08 Apr 2022 15:36:22 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ncomj-0008Er-Ea; Fri, 08 Apr 2022 15:36:21 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ncomF-00084t-LG; Fri, 08 Apr 2022 15:35:51 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ncomF-001oRQ-Hx; Fri, 08 Apr 2022 15:35:50 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ncomD-000VnY-AK; Fri, 08 Apr 2022 15:35:49 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 8 Apr 2022 15:35:49 +0200 Message-Id: <20220408133549.122188-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220331071306.312890-1-christian.melki@t2data.com> References: <20220331071306.312890-1-christian.melki@t2data.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] iproute2: Version bump. 5.9.0 -> 5.17.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 348ac27202b11446a74fea2dc9881e3c63de9e04. Michael [sent from post-receive hook] On Fri, 08 Apr 2022 15:35:49 +0200, Christian Melki wrote: > 1+ year worth of changes. > * Drop ifcfg, routef and rtpr. Not available any more. > * New programs were added, like, dcb, vdpa, rdma. > I don't see them as overly generic. If anyone is interested, > it should be a trivial addition. > * iproute2 handwritten "configure" seems more forgiving to > excess configure options. Looks like it works fine feeding > it with CROSS_AUTOCONF_USR. > > Signed-off-by: Christian Melki > Message-Id: <20220331071306.312890-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/iproute2.in b/rules/iproute2.in > index 25a5ae347f9c..65077149c270 100644 > --- a/rules/iproute2.in > +++ b/rules/iproute2.in > @@ -65,14 +65,6 @@ config IPROUTE2_IP > comment "busybox' ip is selected" > depends on BUSYBOX_IP > > -config IPROUTE2_IFCFG > - bool > - prompt "ifcfg" > - help > - ifcfg is a script wrapping ip, written as replacement for > - ifconfig. > - Needs arping and rdisk programs from the iputils package. > - > config IPROUTE2_IFSTAT > bool > prompt "ifstat" > @@ -94,12 +86,6 @@ config IPROUTE2_NSTAT > help > handy utility to read counters /proc/net/netstat and snmp > > -config IPROUTE2_ROUTEF > - bool > - prompt "routef" > - help > - Component of ip route for flushing the routing tables > - > config IPROUTE2_ROUTEL > bool > prompt "routel" > @@ -118,12 +104,6 @@ config IPROUTE2_RTMON > help > Route monitoring > > -config IPROUTE2_RTPR > - bool > - prompt "rtpr" > - help > - A tool to make the output of "ip -o" readable > - > config IPROUTE2_RTSTAT > bool > prompt "rtstat" > diff --git a/rules/iproute2.make b/rules/iproute2.make > index 6643d9e2208f..5d630050e3f0 100644 > --- a/rules/iproute2.make > +++ b/rules/iproute2.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_IPROUTE2) += iproute2 > # > # Paths and names > # > -IPROUTE2_VERSION := 5.9.0 > -IPROUTE2_MD5 := 3966f12374e1beb70f1c21f30a350673 > +IPROUTE2_VERSION := 5.17.0 > +IPROUTE2_MD5 := 8ade96ee93f37fba7e1beec89f1a54bf > IPROUTE2 := iproute2-$(IPROUTE2_VERSION) > IPROUTE2_SUFFIX := tar.xz > IPROUTE2_URL := $(call ptx/mirror, KERNEL, utils/net/iproute2/$(IPROUTE2).$(IPROUTE2_SUFFIX)) > @@ -28,8 +28,9 @@ IPROUTE2_LICENSE := GPL-2.0-only > # Prepare > # ---------------------------------------------------------------------------- > > -# iproute2's configure is handcrafted and doesn't take standard configure options > -IPROUTE2_CONF_OPT := '' > +# iproute2's configure is handcrafted > +IPROUTE2_CONF_OPT := \ > + $(CROSS_AUTOCONF_USR) > > $(STATEDIR)/iproute2.prepare: > @$(call targetinfo) > @@ -61,15 +62,12 @@ 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 > IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_IFSTAT) += ifstat > IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_LNSTAT) += lnstat > IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_NSTAT) += nstat > -IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_ROUTEF) += routef > IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_ROUTEL) += routel > IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_RTACCT) += rtacct > IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_RTMON) += rtmon > -IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_RTPR) += rtpr > IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_RTSTAT) += rtstat > IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_SS) += ss > IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_TC) += tc _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de