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