wok-6.x rev 24520
updated ethtool (5.4 -> 5.16)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 22 15:25:07 2022 +0100 (2022-02-22) |
parents | 69a08b0214f3 |
children | 5bf9ffd87970 |
files | ethtool/description.txt ethtool/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ethtool/description.txt Tue Feb 22 15:25:07 2022 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +Ethtool is the standard Linux utility for controlling network drivers 1.5 +and hardware, particularly for wired Ethernet devices. 1.6 + 1.7 +It can be used to: 1.8 +* Get identification and diagnostic information 1.9 +* Get extended device statistics 1.10 +* Control speed, duplex, autonegotiation and flow control for Ethernet devices 1.11 +* Control checksum offload and other hardware offload features 1.12 +* Control DMA ring sizes and interrupt moderation 1.13 +* Control receive queue selection for multiqueue devices 1.14 +* Upgrade firmware in flash memory
2.1 --- a/ethtool/receipt Tue Feb 22 14:48:21 2022 +0100 2.2 +++ b/ethtool/receipt Tue Feb 22 15:25:07 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ethtool" 2.7 -VERSION="5.4" 2.8 +VERSION="5.16" 2.9 CATEGORY="network" 2.10 TAGS="ethernet" 2.11 SHORT_DESC="Display or change ethernet card settings." 2.12 @@ -12,7 +12,8 @@ 2.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 WGET_URL="$WEB_SITE/$TARBALL" 2.15 2.16 -BUILD_DEPENDS="" 2.17 +DEPENDS="libmnl" 2.18 +BUILD_DEPENDS="libmnl-dev" 2.19 2.20 # What is the latest version available today? 2.21 current_version() 2.22 @@ -36,6 +37,5 @@ 2.23 # Rules to gen a SliTaz package suitable for Tazpkg. 2.24 genpkg_rules() 2.25 { 2.26 - mkdir -p $fs/usr 2.27 - cp -a $install/usr/sbin $fs/usr 2.28 + cook_copy_folders sbin 2.29 }