Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | 2008-10-20 | 1 | -2/+0 |
| | | | | It's default now. | ||||
* | ethtool: don't specify STRIPPROG | Peter Korsgaard | 2008-08-04 | 1 | -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 format | Peter Korsgaard | 2008-08-04 | 1 | -46/+7 |
| | |||||
* | Don't use a stamp file to note whether the package has been installed into ↵ | Hamish Moffatt | 2008-06-26 | 1 | -4/+5 |
| | | | | the $(TARGET_DIR) | ||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | SED away some whitespace | Ulf Samuelsson | 2007-08-20 | 1 | -1/+1 |
| | |||||
* | Bumped version | Peter Korsgaard | 2007-08-01 | 1 | -4/+4 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | Cleanup, get rid of ETHTOOL_WORKDIR, use $@ | Peter Korsgaard | 2007-05-31 | 1 | -14/+11 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+2 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -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 sources | Peter Korsgaard | 2006-04-28 | 1 | -1/+1 |
| | | | | Fixed download URL | ||||
* | 0000789: New package: ethtool: patch from jacmet | Eric Andersen | 2006-04-10 | 1 | -0/+58 |
This little patch adds a target for ethtool to buildroot. ethtool is a small utility for examining and tuning your ethernet-based network interface. |