[Buildroot] [git commit] ethtool: bump version

Peter Korsgaard jacmet at sunsite.dk
Wed Jun 13 07:20:09 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=e4eb73c5337203b9228c08a90f19510dafee2c20
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Bugfix release:
* Fix: Work around failure of ETHTOOL_GSSET_INFO for unprivileged
  users (-k option)
* Fix: Report any unexpected error code from ETHTOOL_GSSET_INFO
  (-k and -K options)
* Doc: Fix the date of the man page to match the last update

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/ethtool/ethtool.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/ethtool/ethtool.mk b/package/ethtool/ethtool.mk
index b6cbc64..bbbcf1e 100644
--- a/package/ethtool/ethtool.mk
+++ b/package/ethtool/ethtool.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-ETHTOOL_VERSION = 3.4
+ETHTOOL_VERSION = 3.4.1
 ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
 
 $(eval $(call AUTOTARGETS))



More information about the buildroot mailing list