summaryrefslogtreecommitdiffstats
path: root/package/ethtool
Commit message (Collapse)AuthorAgeFilesLines
* 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.