# HG changeset patch # User Hans-G?nter Theisgen # Date 1645539907 -3600 # Node ID 293c8ed65bed9844b61ab1f4608137c9f28a2f7f # Parent 69a08b0214f3ecca4772a4e925ec395c31f3e184 updated ethtool (5.4 -> 5.16) diff -r 69a08b0214f3 -r 293c8ed65bed ethtool/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ethtool/description.txt Tue Feb 22 15:25:07 2022 +0100 @@ -0,0 +1,11 @@ +Ethtool is the standard Linux utility for controlling network drivers +and hardware, particularly for wired Ethernet devices. + +It can be used to: +* Get identification and diagnostic information +* Get extended device statistics +* Control speed, duplex, autonegotiation and flow control for Ethernet devices +* Control checksum offload and other hardware offload features +* Control DMA ring sizes and interrupt moderation +* Control receive queue selection for multiqueue devices +* Upgrade firmware in flash memory diff -r 69a08b0214f3 -r 293c8ed65bed ethtool/receipt --- a/ethtool/receipt Tue Feb 22 14:48:21 2022 +0100 +++ b/ethtool/receipt Tue Feb 22 15:25:07 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ethtool" -VERSION="5.4" +VERSION="5.16" CATEGORY="network" TAGS="ethernet" SHORT_DESC="Display or change ethernet card settings." @@ -12,7 +12,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/$TARBALL" -BUILD_DEPENDS="" +DEPENDS="libmnl" +BUILD_DEPENDS="libmnl-dev" # What is the latest version available today? current_version() @@ -36,6 +37,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/sbin $fs/usr + cook_copy_folders sbin }