Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-03 | package: Remove unnecessary dependencies on uclibc. | Will Newton | |
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> | |||
2008-10-20 | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | |
It's default now. | |||
2008-08-04 | ethtool: don't specify STRIPPROG | Peter Korsgaard | |
The correct strip program gets picked up at configure time, so no need to specify it at target install time. | |||
2008-08-04 | ethtool: convert to Makefile.autotools.in format | Peter Korsgaard | |
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-06-26 | Don't use a stamp file to note whether the package has been installed into ↵ | Hamish Moffatt | |
the $(TARGET_DIR) | |||
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-20 | SED away some whitespace | Ulf Samuelsson | |
2007-08-01 | Bumped version | Peter Korsgaard | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-05-31 | Cleanup, get rid of ETHTOOL_WORKDIR, use $@ | Peter Korsgaard | |
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2006-10-01 | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | |
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | |||
2006-04-28 | 0000856: Not finding ethtool sources | Peter Korsgaard | |
Fixed download URL | |||
2006-04-10 | 0000789: New package: ethtool: patch from jacmet | Eric Andersen | |
This little patch adds a target for ethtool to buildroot. ethtool is a small utility for examining and tuning your ethernet-based network interface. |