aboutsummaryrefslogtreecommitdiffstats
path: root/make/linux.mk
Commit message (Collapse)AuthorAgeFilesLines
* mkdir can failTim Riker2004-09-271-1/+1
|
* mkdir can failTim Riker2004-09-271-1/+1
|
* Update to what I'm currently using. Lots of changes...Manuel Novoa III2004-09-031-3/+5
| | | | | | | 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.
* Use 2.4.26 final, not a -preEric Andersen2004-07-201-2/+2
|
* http preferred, no?Tim Riker2004-05-141-1/+1
|
* oopsEric Andersen2004-04-091-1/+1
|
* Update kernel to 2.4.26-pre5Eric Andersen2004-03-211-3/+4
|
* botherEric Andersen2004-02-271-3/+3
|
* sighEric Andersen2004-02-271-2/+3
|
* Doh!Eric Andersen2004-02-271-3/+1
|
* Better deal with arches like mips that have odd kernel dir namingEric Andersen2004-02-271-0/+5
|
* bump kernel to 2.4.23, and update the default patch set to matchEric Andersen2003-12-201-2/+2
|
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-1/+1
| | | | 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-1/+1
| | | | | with lots of unwanted backup files with the letter "e" appended. -Erik
* By popular demand, use 'sed' rather than 'perl' for doingEric Andersen2003-11-131-1/+1
| | | | | | 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,
* Thomas Cameron writes:Eric Andersen2003-11-121-0/+2
| | | | | | 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.
* Update included kernel versionEric Andersen2003-10-071-2/+2
|
* Add in my default set of 2.4.21 kernel patchesEric Andersen2003-06-201-1/+1
|
* Default to 2.4.21Eric Andersen2003-06-141-2/+2
|
* Rework things to ensure we are cross compiling. Teach problematicEric Andersen2003-03-041-0/+3
| | | | | apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
* Fixup 'make source' targetEric Andersen2003-02-191-1/+1
|
* Minor fixesEric Andersen2003-01-201-0/+3
|
* several updates for wireless and firewall stuff,Eric Andersen2003-01-191-6/+11
| | | | thanks to Michael Shuler
* A few cflags and comment fixupsEric Andersen2003-01-181-1/+2
|
* Lost the .us since the US mirrors are terribly unreliableEric Andersen2003-01-181-1/+1
|
* update handling of 'make'Eric Andersen2003-01-171-6/+6
|
* more build updatesEric Andersen2003-01-071-4/+4
|
* Finx kernel dependancy problemEric Andersen2003-01-031-1/+1
|
* Text updateEric Andersen2003-01-021-1/+1
|
* Update the toolchain build, per the latest in the standaloneEric Andersen2003-01-011-21/+13
| | | | | toolchain builders -Erik
* Default for x86Eric Andersen2002-12-281-5/+5
|
* Fix it so this:Eric Andersen2002-12-281-11/+25
| | | | | | | 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
* Support building regular kernelsEric Andersen2002-12-101-0/+88