summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update dropbear and add a setup/start init script for itEric Andersen2004-07-092-2/+63
|
* Erik Karu writes:Eric Andersen2004-06-281-3/+4
| | | | | | | | | | | | | | Hi, this patch seems to be needed to compile tinyx with latest buildroot. Btw, any ideas isn't there anyone else using tinyx if I'm first to submit this obvious patch? Cheers, EK.
* Minor config updatesEric Andersen2004-06-262-0/+2
|
* Update for the latest linux-libc-headersEric Andersen2004-06-241-3/+3
|
* Fixup a stupid bugEric Andersen2004-06-241-1/+1
|
* Minor doc update to match realityEric Andersen2004-06-141-5/+2
|
* Use stock gcc 3.3.4Eric Andersen2004-06-142-4/+2
|
* Use newer versionsEric Andersen2004-06-142-6/+5
|
* A few updates, add some dirs so ifup/ifdown wont complainEric Andersen2004-06-141-10/+9
|
* purge whitespaceEric Andersen2004-06-141-1/+1
|
* uClibc has a working strtod. coreutils does _not_ have a working strtodManuel Novoa III2004-05-281-0/+1
| | | | configuration test when cross compiling.
* A correction and a clarification.Manuel Novoa III2004-05-191-2/+2
|
* Some tedious commentary on the current toolchain patchesEric Andersen2004-05-191-0/+35
|
* http preferred, no?Tim Riker2004-05-141-1/+1
|
* botherEric Andersen2004-05-131-1/+1
|
* Support building procps (since ltp prefers it)Eric Andersen2004-05-131-0/+38
|
* Update to the latest ltp testsuiteEric Andersen2004-05-132-43/+33
|
* Link 'cc' to 'gcc'Eric Andersen2004-05-111-0/+1
|
* Revert to using 2.4.x kernel headers by default, due to public outcry....Eric Andersen2004-05-071-13/+23
|
* Chris Wilson writes:Eric Andersen2004-05-061-1/+1
| | | | | | | | | | | | i Erik, I think I found a small bug in your cramfs patch, which I guess you ported from mkfs.jffs2.c. Therefore this bug might apply to mkfs.jffs2.c as well. When searching for a file (or device node) to create in a subdirectory, mkcramfs doesn't remove the parent's path component which it's already matched. This prevents the sought node from ever being found if it lives in a subdirectory.
* be sure the dir is presentEric Andersen2004-05-061-0/+1
|
* cope with older uClibc versionsEric Andersen2004-05-041-1/+7
|
* Cope with stock uClibc 0.9.26Eric Andersen2004-05-041-1/+1
|
* Update to strace 4.5.3Eric Andersen2004-05-011-2/+2
|
* SighEric Andersen2004-04-301-2/+2
|
* oopsEric Andersen2004-04-301-7/+2
|
* Fix gcc bug 15089Eric Andersen2004-04-301-0/+15
| | | | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15089
* Avoid a question when possibleEric Andersen2004-04-211-0/+1
|
* Default to using the 2.6.x based linux-libc-headers -- yet anotherEric Andersen2004-04-211-6/+16
| | | | | thing we don't have to maintain. These seem to be working nicely and everything now compiles as expected.
* Update to latest valgrindEric Andersen2004-04-212-146/+104
|
* Use busybox to provide login etc by defaultEric Andersen2004-04-213-16/+22
|
* Sync with the latest from Debian testingEric Andersen2004-04-202-0/+1
|
* Sync up binutils with current Debian testingEric Andersen2004-04-203-236/+2445
|
* Goetz Bock writes:Eric Andersen2004-04-161-6/+5
| | | | | | | | | | Hi Erik, as I was unable to find a buildroot mailing list, i just send this small patch to you. It's required to make ntp build on my system and only copy ntpdate into the target directory.
* Stick the cache in its own empty dirEric Andersen2004-04-161-1/+2
|
* Missed a linkEric Andersen2004-04-131-0/+1
|
* Split off the C++ stuff and only install when INSTALL_LIBSTDCPPEric Andersen2004-04-131-16/+19
| | | | is enabled
* Make ifup/ifdown shutupEric Andersen2004-04-121-0/+4
|
* building uml is not supportedEric Andersen2004-04-121-348/+0
|
* Provide sane defaultsEric Andersen2004-04-121-2/+2
|
* Due to alphabetizing, the uml stuff was pulled in after uclibc.mkEric Andersen2004-04-122-73/+5
| | | | | | causing problems. Newer uml messes up sigcontext.h and is a pain to build anyways. So kill it for now. It is trivial to build for stock i386 and then boot the generated root_fs using uml.
* Fix ccache build for targetEric Andersen2004-04-121-5/+2
|
* Fix openvpn build depsEric Andersen2004-04-091-2/+2
|
* oopsEric Andersen2004-04-091-1/+1
|
* support ccache for the build as well as the targetEric Andersen2004-04-092-10/+83
|
* Fix so TARGET_CFLAGS is respected in the build.Manuel Novoa III2004-04-041-0/+1
|
* dnsmasq.mk handles both 1.18 and 2.x, where 2.x is selected unless TARGETSManuel Novoa III2004-04-041-41/+0
| | | | contains dnsmasq1.
* Ok... this is a bit painful. Both dnsmasq1 (1.18) and dnsmasq (2.6) shareManuel Novoa III2004-04-042-0/+99
| | | | | | | | | a make target (the dnsmasq binary in root). So I made 2.6 the "default". It is _not_ enough to do "make dnsmasq1"... You must actually add dnsmasq1 to TARGETS if you want the older version. Better approaches welcome. Also, the config patch for 2.6 fixes the outdated/broken handling of uClibc by the dnsmasq config.h file.
* Turn off CONFIG_ASH_RANDOM_SUPPORT by defaultEric Andersen2004-04-011-0/+1
|
* Update to latest and modify patch so it builds.Manuel Novoa III2004-04-012-6/+22
|