Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-20 | bump kernel to 2.4.23, and update the default patch set to match | Eric Andersen | |
2003-11-19 | automatically detect if we have a usable version of sed | Eric Andersen | |
installed. If not, we will now build our own version. | |||
2003-11-18 | Change 'sed -ie' to 'sed -i -e' to avoid littering the build | Eric Andersen | |
with lots of unwanted backup files with the letter "e" appended. -Erik | |||
2003-11-13 | By popular demand, use 'sed' rather than 'perl' for doing | Eric 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-12 | Thomas Cameron writes: | Eric Andersen | |
this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch. | |||
2003-10-07 | Update included kernel version | Eric Andersen | |
2003-06-20 | Add in my default set of 2.4.21 kernel patches | Eric Andersen | |
2003-06-14 | Default to 2.4.21 | Eric Andersen | |
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-02-19 | Fixup 'make source' target | Eric Andersen | |
2003-01-20 | Minor fixes | Eric Andersen | |
2003-01-19 | several updates for wireless and firewall stuff, | Eric Andersen | |
thanks to Michael Shuler | |||
2003-01-18 | A few cflags and comment fixups | Eric Andersen | |
2003-01-18 | Lost the .us since the US mirrors are terribly unreliable | Eric Andersen | |
2003-01-17 | update handling of 'make' | Eric Andersen | |
2003-01-07 | more build updates | Eric Andersen | |
2003-01-03 | Finx kernel dependancy problem | Eric Andersen | |
2003-01-02 | Text update | Eric Andersen | |
2003-01-01 | Update the toolchain build, per the latest in the standalone | Eric Andersen | |
toolchain builders -Erik | |||
2002-12-28 | Default for x86 | Eric Andersen | |
2002-12-28 | Fix it so this: | Eric Andersen | |
touch /tmp/cvs/buildroot/build/linux-2.4.20/.dist Aborting. '/tmp/cvs/buildroot/sources/kernel-patches' is not a directory. make: *** [/tmp/cvs/buildroot/build/linux-2.4.20/.dist] Error 1 doesn't happen any more | |||
2002-12-10 | Support building regular kernels | Eric Andersen | |