From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jrHeg-0006ZC-71 for ptxdist@pengutronix.de; Fri, 03 Jul 2020 11:06:46 +0200 Received: from mol by dude02.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1jrHef-0007VD-Sh for ptxdist@pengutronix.de; Fri, 03 Jul 2020 11:06:45 +0200 Date: Fri, 3 Jul 2020 11:06:45 +0200 From: Michael Olbrich Message-ID: <20200703090645.GA24749@pengutronix.de> References: <20200629081326.29335-1-o.rempel@pengutronix.de> <1e344c27e1f2a544357666066839aee01892369e.camel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1e344c27e1f2a544357666066839aee01892369e.camel@pengutronix.de> Subject: Re: [ptxdist] [PATCH v1 1/2] ethtool: version bump 5.1 -> 5.7 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de On Mon, Jun 29, 2020 at 11:17:29AM +0200, Lucas Stach wrote: > Hi Oleksij, > > Am Montag, den 29.06.2020, 10:13 +0200 schrieb Oleksij Rempel: > > Signed-off-by: Oleksij Rempel > > --- > > patches/ethtool-5.7/autogen.sh | 1 + > > rules/ethtool.in | 1 + > > rules/ethtool.make | 4 ++-- > > 3 files changed, 4 insertions(+), 2 deletions(-) > > create mode 120000 patches/ethtool-5.7/autogen.sh > > > > diff --git a/patches/ethtool-5.7/autogen.sh b/patches/ethtool- > > 5.7/autogen.sh > > new file mode 120000 > > index 000000000..9f8a4cb7d > > --- /dev/null > > +++ b/patches/ethtool-5.7/autogen.sh > > @@ -0,0 +1 @@ > > +../autogen.sh > > \ No newline at end of file > > Why? Building from a release tarball without any patches shouldn't > require this. >From his other patch, I'm guessing that he needed it while building from git. I dropped the autogen.sh no need to send this again. Michael > > diff --git a/rules/ethtool.in b/rules/ethtool.in > > index 69f69d4e6..0ffe2907e 100644 > > --- a/rules/ethtool.in > > +++ b/rules/ethtool.in > > @@ -2,6 +2,7 @@ > > config ETHTOOL > > tristate > > prompt "ethtool" > > + select LIBMNL > > help > > Ethtool is a GNU/Linux net driver diagnostic and tuning > > tool. > > diff --git a/rules/ethtool.make b/rules/ethtool.make > > index dfeb8a735..649e3e580 100644 > > --- a/rules/ethtool.make > > +++ b/rules/ethtool.make > > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_ETHTOOL) += ethtool > > # > > # Paths and names > > # > > -ETHTOOL_VERSION := 5.1 > > -ETHTOOL_MD5 := fe774357084027e3739f17ad76cbab4d > > +ETHTOOL_VERSION := 5.7 > > +ETHTOOL_MD5 := 3293642e58a205a834cbe5754df9c832 > > ETHTOOL_SUFFIX := tar.xz > > ETHTOOL := ethtool-$(ETHTOOL_VERSION) > > ETHTOOL_URL := $(call ptx/mirror, KERNEL, > > ../software/network/ethtool/$(ETHTOOL).$(ETHTOOL_SUFFIX)) > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de