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
/
libevent
Age
Commit message (
Expand
)
Author
2008-12-08
package/: get rid of unneeded $(strip ..)
Peter Korsgaard
2008-07-17
Kconfig: remove 'default n'
Peter Korsgaard
2007-09-19
- fixes and cleanups (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2007-08-21
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ...
Bernhard Reutner-Fischer
2007-07-11
Use <package>_VERSION in all <package>.mk instead of <package>_VER
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-06-20
- use $@
Bernhard Reutner-Fischer
2007-06-20
- you have to escape the asterisk
Bernhard Reutner-Fischer
2007-03-13
fixup package LDFLAGS handling
Eric Andersen
2007-01-21
- remove some hardcoded occurances of "make" and use the proper variable instead
Bernhard Reutner-Fischer
2007-01-14
- Remove CC_FOR_BUILD="$(HOSTCC)" since it is already contained in the
Bernhard Reutner-Fischer
2007-01-14
- add missing foo-source target for "make source" for downloading
Bernhard Reutner-Fischer
2007-01-14
Remove man pages after installing into target filesystem.
"Steven J. Hill"
2007-01-14
Add libevent package. I started building all the components needed for NFSv4 ...
"Steven J. Hill"