Commit Graph

14 Commits

Author SHA1 Message Date
Will Newton
422ce6536b package: Remove unnecessary dependencies on uclibc.
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>
2009-09-03 20:22:38 +02:00
Peter Korsgaard
e337d002fe package/: remove redundant install-strip in *_TARGET_INSTALL_OPT
It's default now.
2008-10-20 11:53:16 +00:00
Peter Korsgaard
a83393b2ee ethtool: don't specify STRIPPROG
The correct strip program gets picked up at configure time, so no need to
specify it at target install time.
2008-08-04 19:08:26 +00:00
Peter Korsgaard
db25729489 ethtool: convert to Makefile.autotools.in format 2008-08-04 19:07:45 +00:00
Hamish Moffatt
d624e8c0b4 Don't use a stamp file to note whether the package has been installed into the $(TARGET_DIR) 2008-06-26 06:50:44 +00:00
Bernhard Reutner-Fischer
6c6cb06709 - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l) 2007-08-21 19:20:18 +00:00
Ulf Samuelsson
cf55419b3f SED away some whitespace 2007-08-20 17:21:16 +00:00
Peter Korsgaard
3de86a029a Bumped version 2007-08-01 09:53:01 +00:00
Bernhard Reutner-Fischer
74d518dc2a - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-27 12:01:27 +00:00
Peter Korsgaard
9f47480019 Cleanup, get rid of ETHTOOL_WORKDIR, use $@ 2007-05-31 15:27:05 +00:00
Eric Andersen
85d7f6f05f fixup package LDFLAGS handling 2007-03-13 22:59:59 +00:00
Bernhard Reutner-Fischer
6342c83201 - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Peter Korsgaard
dd01b4112c 0000856: Not finding ethtool sources
Fixed download URL
2006-04-28 19:33:39 +00:00
Eric Andersen
9dd69ffbfd 0000789: New package: ethtool: patch from jacmet
This little patch adds a target for ethtool to buildroot.
ethtool is a small utility for examining and tuning your ethernet-based network interface.
2006-04-10 23:31:14 +00:00