summaryrefslogtreecommitdiffstats
path: root/package/ethtool
Commit message (Collapse)AuthorAgeFilesLines
* ethtool: bump to version 3.10gilles.talis@gmail.com2013-07-071-1/+1
| | | | | Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ethtool: bump to version 3.9Gustavo Zacarias2013-05-051-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ethtool: bump to version 3.8Gustavo Zacarias2013-03-041-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ethtool: bump to version 3.7Gustavo Zacarias2012-12-181-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ethtool: fix license info variableArnout Vandecappelle (Essensium/Mind)2012-11-141-1/+1
| | | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ethtool: bump to version 3.6Gustavo Zacarias2012-10-091-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ethtool: bump to version 3.5Gustavo Zacarias2012-08-121-1/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ethtool: bump versionPeter Korsgaard2012-06-131-1/+1
| | | | | | | | | | | 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>
* ethtool: bump versionPeter Korsgaard2012-06-111-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ethtool: bump to 3.2Yegor Yefremov2012-01-161-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ethtool: bump to version 3.1Gustavo Zacarias2011-12-211-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ethtool: bump to 3.0Yegor Yefremov2011-09-101-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ethtool: bump to 2.6.39Yegor Yefremov2011-06-091-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ethtool: bump version, use new upstream locationPeter Korsgaard2011-03-171-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ethtool: bump to version 2.6.35Gustavo Zacarias2010-11-041-6/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-2/+0
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/: remove redundant install-strip in *_TARGET_INSTALL_OPTPeter Korsgaard2008-10-201-2/+0
| | | | It's default now.
* ethtool: don't specify STRIPPROGPeter Korsgaard2008-08-041-1/+1
| | | | | The correct strip program gets picked up at configure time, so no need to specify it at target install time.
* ethtool: convert to Makefile.autotools.in formatPeter Korsgaard2008-08-041-46/+7
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Don't use a stamp file to note whether the package has been installed into ↵Hamish Moffatt2008-06-261-4/+5
| | | | the $(TARGET_DIR)
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* SED away some whitespaceUlf Samuelsson2007-08-201-1/+1
|
* Bumped versionPeter Korsgaard2007-08-011-4/+4
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* Cleanup, get rid of ETHTOOL_WORKDIR, use $@Peter Korsgaard2007-05-311-14/+11
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+2
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* 0000856: Not finding ethtool sourcesPeter Korsgaard2006-04-281-1/+1
| | | | Fixed download URL
* 0000789: New package: ethtool: patch from jacmetEric Andersen2006-04-102-0/+66
This little patch adds a target for ethtool to buildroot. ethtool is a small utility for examining and tuning your ethernet-based network interface.