diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-11-02 16:30:12 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-04 22:53:35 +0100 |
commit | fe67fb0456f8786374b387da26bd37e5b09f71c8 (patch) | |
tree | edd8039ad4f48b40e63e332889d0e2491d1d412e | |
parent | 739467b50516cae48e461426d9279ef4eed5989e (diff) | |
download | buildroot-novena-fe67fb0456f8786374b387da26bd37e5b09f71c8.tar.gz buildroot-novena-fe67fb0456f8786374b387da26bd37e5b09f71c8.zip |
ethtool: bump to version 2.6.35
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | CHANGES | 20 | ||||
-rw-r--r-- | package/ethtool/ethtool.mk | 8 |
2 files changed, 12 insertions, 16 deletions
@@ -27,16 +27,16 @@ Updated/fixed packages: acpid, alsa-lib, argus, at, autoconf, automake, avahi, axel, beecrypt, berkeleydb, bind, bmon, boa, bootutils, bridge-utils, bsdiff, busybox, cvs, dbus, directfb, - dmraid, docker, dosfstools, dropbear, e2fsprogs, expat, ezxml, - fbset, fconfig, ffmpeg, freetype, gadgetfs-test, gamin, gawk, - genext2fs, gperf, gst-plugins-base, gst-plugins-ugly, - gtk2-themes, gtkperf, gvfs, haserl, hdparm, hostapd, hwdata, - ifplugd, imagemagick, iperf, ipsec-tools, iproute2, iptables, - iw, jpeg, kexec, kismet, less, libcgi, libcurl, libdaemon, - libdnet, liberation, libevent, libeXosip2, libglade, libgtk2, - libiconv, libidn, libintl, libmms, libmpd, libnl, liboil, - libosip2, libpcap, libpng, libtool, libungif, libxml2, - libxslt, lighttpd, lite, lm-sensors, lockfile-progs, + dmraid, docker, dosfstools, dropbear, e2fsprogs, ethtool, + expat, ezxml, fbset, fconfig, ffmpeg, freetype, gadgetfs-test, + gamin, gawk, genext2fs, gperf, gst-plugins-base, + gst-plugins-ugly, gtk2-themes, gtkperf, gvfs, haserl, hdparm, + hostapd, hwdata, ifplugd, imagemagick, iperf, ipsec-tools, + iproute2, iptables, iw, jpeg, kexec, kismet, less, libcgi, + libcurl, libdaemon, libdnet, liberation, libevent, libeXosip2, + libglade, libgtk2, libiconv, libidn, libintl, libmms, libmpd, + libnl, liboil, libosip2, libpcap, libpng, libtool, libungif, + libxml2, libxslt, lighttpd, lite, lm-sensors, lockfile-progs, logrotate, m4, mdadm, mesa3d, metacity, mplayer, mtd-utils, mysql_client, nano, nbd, ncftp, neon, netperf, netsnmp, ng-spice-rework, ntfsprogs, ntp, openntpd, openssh, openssl, diff --git a/package/ethtool/ethtool.mk b/package/ethtool/ethtool.mk index f6d58fd1e..1fc231526 100644 --- a/package/ethtool/ethtool.mk +++ b/package/ethtool/ethtool.mk @@ -4,11 +4,7 @@ # ############################################################# -ETHTOOL_VERSION:=6 -ETHTOOL_SOURCE:=ethtool-$(ETHTOOL_VERSION).tar.gz -ETHTOOL_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/gkernel/ -ETHTOOL_AUTORECONF:=no -ETHTOOL_INSTALL_STAGING:=NO -ETHTOOL_INSTALL_TARGET:=YES +ETHTOOL_VERSION = 2.6.35 +ETHTOOL_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/gkernel/ $(eval $(call AUTOTARGETS,package,ethtool)) |