summaryrefslogtreecommitdiff
path: root/make/linux.mk
AgeCommit message (Collapse)Author
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen
directory.
2004-09-27mkdir can failTim Riker
2004-09-27mkdir can failTim Riker
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-07-20Use 2.4.26 final, not a -preEric Andersen
2004-05-14http preferred, no?Tim Riker
2004-04-09oopsEric Andersen
2004-03-21Update kernel to 2.4.26-pre5Eric Andersen
2004-02-27botherEric Andersen
2004-02-27sighEric Andersen
2004-02-27Doh!Eric Andersen
2004-02-27Better deal with arches like mips that have odd kernel dir namingEric Andersen
2003-12-20bump kernel to 2.4.23, and update the default patch set to matchEric Andersen
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-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-12Thomas 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-07Update included kernel versionEric Andersen
2003-06-20Add in my default set of 2.4.21 kernel patchesEric Andersen
2003-06-14Default to 2.4.21Eric Andersen
2003-03-04Rework things to ensure we are cross compiling. Teach problematicEric Andersen
apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
2003-02-19Fixup 'make source' targetEric Andersen
2003-01-20Minor fixesEric Andersen
2003-01-19several updates for wireless and firewall stuff,Eric Andersen
thanks to Michael Shuler
2003-01-18A few cflags and comment fixupsEric Andersen
2003-01-18Lost the .us since the US mirrors are terribly unreliableEric Andersen
2003-01-17update handling of 'make'Eric Andersen
2003-01-07more build updatesEric Andersen
2003-01-03Finx kernel dependancy problemEric Andersen
2003-01-02Text updateEric Andersen
2003-01-01Update the toolchain build, per the latest in the standaloneEric Andersen
toolchain builders -Erik
2002-12-28Default for x86Eric Andersen
2002-12-28Fix 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-10Support building regular kernelsEric Andersen