diff options
author | Peter Korsgaard | 2012-06-13 09:20:09 +0200 |
---|---|---|
committer | Peter Korsgaard | 2012-06-13 09:20:09 +0200 |
commit | e4eb73c5337203b9228c08a90f19510dafee2c20 (patch) | |
tree | f30443d7273dad41e321756c32c86e7fc91bfee5 | |
parent | New package: cJSON (diff) | |
download | buildroot-e4eb73c5337203b9228c08a90f19510dafee2c20.tar.gz buildroot-e4eb73c5337203b9228c08a90f19510dafee2c20.tar.xz buildroot-e4eb73c5337203b9228c08a90f19510dafee2c20.zip |
ethtool: bump version
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@sunsite.dk>
-rw-r--r-- | 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 b6cbc6451..bbbcf1e0f 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)) |