Hi Oleksij, Am Montag, den 29.06.2020, 10:13 +0200 schrieb Oleksij Rempel: > Signed-off-by: Oleksij Rempel <[email protected]> > --- > 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. Regards, Lucas > 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 [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
