index
:
buildroot.git
master
next
Buildroot: Making Embedded Linux easy
hugues
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
package
/
netcat
Age
Commit message (
Expand
)
Author
2011-09-29
package: remove useless arguments from AUTOTARGETS
Thomas Petazzoni
2011-09-12
netcat: remove --program-prefix
Yann E. MORIN
2010-08-24
netcat: prevent build system from adding a prefix to binaries
Thomas Petazzoni
2010-07-20
netcat: fix logic for archs with unsigned chars
Nick Leverton
2009-09-03
package: Remove unnecessary dependencies on uclibc.
Will Newton
2009-01-18
Getting rid of a bit more configure options that's been centralized.
Thomas Lundquist
2008-10-20
package/: remove redundant install-strip in *_TARGET_INSTALL_OPT
Peter Korsgaard
2008-08-27
netcat: convert to Makefile.autotools.in format
Peter Korsgaard
2008-08-04
buildroot: remove trailing spaces
Peter Korsgaard
2008-07-17
Kconfig: remove 'default n'
Peter Korsgaard
2008-02-12
Run $(CONFIG_UPDATE) after unpacking sources
Hamish Moffatt
2007-10-01
- just use the strip binary to avoid confusing libtool (quotes)
Bernhard Reutner-Fischer
2007-08-21
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ...
Bernhard Reutner-Fischer
2007-08-21
Remove switches if sstrip is run
Ulf Samuelsson
2007-07-09
- the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).
Bernhard Reutner-Fischer
2007-06-27
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
Bernhard Reutner-Fischer
2007-03-13
fixup package LDFLAGS handling
Eric Andersen
2007-01-24
- add package netcat
Bernhard Reutner-Fischer