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