summaryrefslogtreecommitdiff
path: root/make/busybox.mk
AgeCommit message (Collapse)Author
2004-09-03Update to what I'm currently using. Lots of changes...Manuel Novoa III
1) Allow selection of binutils/gcc/gdb/kernel headers to build, although some of the older tool patches probably need updating. 2) Rework gdb build so that remote debugging now works with gdbserver. 3) Misc. other package updates.3) Misc. other package updates.3) Misc. other package updates.
2004-03-05Update non-snapshot to pre8. Also pass TARGET_CFLAGS to the busyboxManuel Novoa III
Makefile in the manner expected.
2004-02-06Bump bb to -pre7Eric Andersen
2004-01-31Update buildroot per the new snapshot situation with busybox.Eric Andersen
The old busybox 0.60.x series is no longer used/supported. -Erik
2003-11-19automatically detect if we have a usable version of sedEric Andersen
installed. If not, we will now build our own version.
2003-11-18Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen
with lots of unwanted backup files with the letter "e" appended. -Erik
2003-11-17Fix most things when large file support is not configured.Manuel Novoa III
Mostly submitted by Thomas Lundquist <lists@zelow.no>.
2003-11-13By popular demand, use 'sed' rather than 'perl' for doingEric Andersen
search and replace stuff. Hopefully we do not have any perl specific regexs that will be broken by this change, but it seems to be working thus far anyways,
2003-11-01Enable building soft float buildroot for gcc 3.3. Currently works forManuel Novoa III
i386 (limited to 64 bit long double... same as double), arm (libfloat), mips, and mipsel. Enable cross compiling a native gcc 3.3 toolchain to run on the target. Misc rootfs cleanups... strip some things that weren't, eliminate duplicate libs, move openssl shared libs out of /lib, reduce size of libssl.so by dynamicly linking with libcrypto.so, fix dropbear compile on mips.
2003-02-12fix URLsEric Andersen
2003-02-03Be really cereful to ensure udhcp.script is executableEric Andersen
2003-01-14Fix unstable busybox compile (forgot 'make oldconfig')Eric Andersen
2003-01-10Update busybox configuration mechanism. Support building busybox unstableEric Andersen
-Erik
2002-11-20Make use of wget consistant by using a WGET variableEric Andersen
2002-10-27Update to busybox 0.60.5Eric Andersen
-Erik
2002-10-23Update things to be a tad more currentEric Andersen
2002-05-03Update busyboxEric Andersen
2002-04-27Update to busybox 0.60.3Eric Andersen
2002-04-26Update tinylogin version. Update how busybox snapshot is selected.Eric Andersen
-Erik
2002-04-26Major reworkEric Andersen