index
:
buildroot.git
master
next
Buildroot: Making Embedded Linux easy
hugues
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Collapse
)
Author
2003-03-04
Rework things to ensure we are cross compiling. Teach problematic
Eric Andersen
apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
2003-03-04
Add in a GNU_HOST_NAME
Eric Andersen
2003-03-04
Change a few defaults
Eric Andersen
2003-02-19
Fixup 'make source' target
Eric Andersen
2003-02-19
Add support for bridge-utils, thanks to Michael Shuler
Eric Andersen
2003-02-15
Fix pcmcia startup. Add grep
Eric Andersen
2003-02-15
Fix a few problems noticed by Peter S. Mazinger
Eric Andersen
2003-02-12
Remove usr/bin
Eric Andersen
2003-02-12
List a few additional targets for building a dev system
Eric Andersen
2003-02-12
Update makefile
Eric Andersen
2003-02-12
Fixup the target path
Eric Andersen
2003-02-04
Support building a gcc-2.95 toolchain instead
Eric Andersen
2003-01-21
dont assign MAKE
Eric Andersen
2003-01-19
several updates for wireless and firewall stuff,
Eric Andersen
thanks to Michael Shuler
2003-01-19
Change from using "TARGET_CC1" to just plan "TARGET_CC"
Eric Andersen
which is a bit more sensible.
2003-01-19
Fixup default compiler architecture
Eric Andersen
2003-01-18
Mention how people can update things
Eric Andersen
2003-01-17
standardize handling of GNU configure scripts
Eric Andersen
-Erik
2003-01-17
JNote that valgrind is x86 only
Eric Andersen
2003-01-17
Support building jffs2 filesystems. Update top level
Eric Andersen
makefile accordingly
2003-01-15
Support using an existing kernel
Eric Andersen
2003-01-09
Support more build system junk
Eric Andersen
-Erik
2003-01-08
Mention the new ncurses-headers zlib-headers openssl-headers targets
Eric Andersen
2003-01-06
Shuffle so binutils is unpacked/built first
Eric Andersen
2003-01-03
Update makefile
Eric Andersen
2002-12-12
Fixup the defaults
Eric Andersen
2002-12-10
Support building regular kernels
Eric Andersen
2002-12-06
scrub this
Eric Andersen
2002-11-21
reenable findutils for now
Eric Andersen
2002-11-21
For now, don't build findutils.
Eric Andersen
2002-11-20
Make use of wget consistant by using a WGET variable
Eric Andersen
2002-11-14
Add some new options
Eric Andersen
2002-10-17
Add openssl and openssh. Fix up UML kernel build.
Eric Andersen
2002-08-28
build toolchain by default
Eric Andersen
2002-08-28
Update to uClibc 0.9.15. decouple kernel, toolchain, and uClibc.
Eric Andersen
-Erik
2002-07-03
A number of updates
Eric Andersen
2002-05-08
Re-enable tinylogin. Makes life simpler that way...
Eric Andersen
2002-05-08
Turn off tinylogin by default
Eric Andersen
2002-04-27
Update to busybox 0.60.3
Eric Andersen
2002-04-26
Update tinylogin version. Update how busybox snapshot is selected.
Eric Andersen
-Erik
2002-04-26
Major rework
Eric Andersen
2002-01-12
use slightly more portable unpack constructs
Jon Nelson
2002-01-06
some more cleanups. This one works pretty well
Jon Nelson
2002-01-05
not working 100% just yet, but getting closer
Jon Nelson
2002-01-03
Fix cross compile uClibc installs to the staging dir
Eric Andersen
2002-01-03
Use cannonical locations
Eric Andersen
2002-01-03
Move uml kernel to 2.4.17
Eric Andersen
2002-01-03
Fix buglet whereupon $(LINUX_DIR)/.configdone was copied *after*
Jon Nelson
configuration rather than before. Try a different approach to avoid version-specific uClibc issues, using '-nt' (newer than) test, and files $(UCLIBC_DIR)/.installed{,runtime}
2001-12-22
Use target_skeleton dir to store conf files and init scripts under
Eric Andersen
version control -Erik
2001-12-22
Initial revision
0_0
Eric Andersen