summaryrefslogtreecommitdiffstats
path: root/make/busybox.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update to what I'm currently using. Lots of changes...Manuel Novoa III2004-09-031-4/+4
| | | | | | | 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.
* Update non-snapshot to pre8. Also pass TARGET_CFLAGS to the busyboxManuel Novoa III2004-03-051-5/+7
| | | | Makefile in the manner expected.
* Bump bb to -pre7Eric Andersen2004-02-061-2/+2
|
* Update buildroot per the new snapshot situation with busybox.Eric Andersen2004-01-311-16/+5
| | | | | The old busybox 0.60.x series is no longer used/supported. -Erik
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-6/+6
| | | | installed. If not, we will now build our own version.
* Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen2003-11-181-6/+6
| | | | | with lots of unwanted backup files with the letter "e" appended. -Erik
* Fix most things when large file support is not configured.Manuel Novoa III2003-11-171-1/+3
| | | | Mostly submitted by Thomas Lundquist <lists@zelow.no>.
* By popular demand, use 'sed' rather than 'perl' for doingEric Andersen2003-11-131-5/+5
| | | | | | 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,
* Enable building soft float buildroot for gcc 3.3. Currently works forManuel Novoa III2003-11-011-3/+5
| | | | | | | | | 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.
* fix URLsEric Andersen2003-02-121-2/+2
|
* Be really cereful to ensure udhcp.script is executableEric Andersen2003-02-031-0/+2
|
* Fix unstable busybox compile (forgot 'make oldconfig')Eric Andersen2003-01-141-1/+2
|
* Update busybox configuration mechanism. Support building busybox unstableEric Andersen2003-01-101-10/+17
| | | | -Erik
* Make use of wget consistant by using a WGET variableEric Andersen2002-11-201-1/+1
|
* Update to busybox 0.60.5Eric Andersen2002-10-271-2/+2
| | | | -Erik
* Update things to be a tad more currentEric Andersen2002-10-231-16/+18
|
* Update busyboxEric Andersen2002-05-031-2/+8
|
* Update to busybox 0.60.3Eric Andersen2002-04-271-5/+5
|
* Update tinylogin version. Update how busybox snapshot is selected.Eric Andersen2002-04-261-1/+0
| | | | -Erik
* Major reworkEric Andersen2002-04-261-0/+47