summaryrefslogtreecommitdiff
path: root/package/ethtool/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-05-30 02:05:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-05-30 02:05:31 +0200
commit503db1825062c0bd0f8aa82661904dea278031d5 (patch)
treee1a6db7b7f723f3a3e94f45da4f5ded530a2ac6f /package/ethtool/Makefile
parent184a5fc8fddc0856da5c57d566c0b6b38eb02c77 (diff)
ethtool: update to 4.16
Diffstat (limited to 'package/ethtool/Makefile')
-rw-r--r--package/ethtool/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/ethtool/Makefile b/package/ethtool/Makefile
index 11a6fa7da..f432bc7d2 100644
--- a/package/ethtool/Makefile
+++ b/package/ethtool/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= ethtool
-PKG_VERSION:= 4.5
+PKG_VERSION:= 4.16
PKG_RELEASE:= 1
-PKG_HASH:= bb2834332c5ac7f5bbe1c9f78f4fa851e4a3fe6397b124d58467c9ccee9fca3b
+PKG_HASH:= fe967a6722db2099fa63d847b6628e3e31cf9f53571a37503347dcc3e4015a03
PKG_DESCR:= display or change ethernet card settings
PKG_SECTION:= net/misc
PKG_SITES:= https://www.kernel.org/pub/software/network/ethtool/
@@ -17,6 +17,7 @@ $(eval $(call PKG_template,ETHTOOL,ethtool,${PKG_VERSION}-${PKG_RELEASE},${PKG_D
ethtool-install:
${INSTALL_DIR} ${IDIR_ETHTOOL}/usr/sbin
- ${CP} ${WRKINST}/usr/sbin/ethtool ${IDIR_ETHTOOL}/usr/sbin
+ ${INSTALL_BIN} ${WRKINST}/usr/sbin/ethtool \
+ ${IDIR_ETHTOOL}/usr/sbin
include ${ADK_TOPDIR}/mk/pkg-bottom.mk