| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix kernel headers for cris (thanks hinkocevar) | Claudio Mignanti | 2009-04-08 | 1 | -10/+25 |
* | fix powerpc build (works for 2.4 and 2.6) | Ralph Hempel | 2009-03-01 | 1 | -6/+5 |
* | [toolchain] move common variables to a dedicated include file | Nicolas Thill | 2009-02-23 | 1 | -5/+1 |
* | [toolchain] kernel-headers: fix build error when run for the second time | Nicolas Thill | 2009-02-23 | 1 | -0/+1 |
* | build system refactoring in preparation for allowing packages to do host-buil... | Felix Fietkau | 2009-02-22 | 1 | -48/+48 |
* | [toolchain] cosmetic & coherency fixes | Nicolas Thill | 2009-02-03 | 1 | -1/+5 |
* | [toolchain] more kernel headers fixes for cris | Nicolas Thill | 2009-01-21 | 1 | -1/+16 |
* | [toolchain] move all arch fixups from Install to Prepare stage, so that fixed... | Nicolas Thill | 2009-01-20 | 1 | -38/+31 |
* | [cris] fix missing ptrace.h needed to build final gcc | Nicolas Thill | 2009-01-12 | 1 | -1/+9 |
* | [massive] add support for alternative C libraries (currently only glibc/eglibc) | Nicolas Thill | 2009-01-08 | 1 | -12/+66 |
* | The merge of ppc (32-bit headers) and powerpc (previously 64-bit only headers... | Hamish Guthrie | 2008-10-09 | 1 | -3/+5 |
* | fix up the asm includes location for .27 when building kernel headers | Felix Fietkau | 2008-09-29 | 1 | -0/+5 |
* | disable autorebuild for the toolchain, as it can easily lead to build breakages | Felix Fietkau | 2008-09-02 | 1 | -0/+1 |
* | remove ugly hack for etrax | John Crispin | 2008-05-03 | 1 | -8/+4 |
* | fix path to etrax patches (#3055) | Felix Fietkau | 2008-02-03 | 1 | -2/+2 |
* | *sigh* :P | Imre Kaloz | 2008-02-03 | 1 | -1/+1 |
* | Disabling use of libintl in kernel-headers. | Andy Boyett | 2007-12-26 | 1 | -0/+1 |
* | include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER is... | Nicolas Thill | 2007-08-26 | 1 | -1/+0 |
* | Replace TOOLCHAIN_BUILD_DIR with BUILD_DIR_TOOLCHAIN (the other one is deprec... | Florian Fainelli | 2007-08-11 | 1 | -1/+1 |
* | fix kernel-headers download (#2179) | Felix Fietkau | 2007-08-07 | 1 | -7/+10 |
* | build system cleanup/restructuring as described in http://lists.openwrt.org/p... | Felix Fietkau | 2007-08-07 | 1 | -22/+17 |
* | no need to call compile,install on the kernel-headers dir - this gets rid of ... | Felix Fietkau | 2007-07-30 | 1 | -13/+11 |
* | disable quilt for kernel-headers | Felix Fietkau | 2007-06-28 | 1 | -0/+2 |
* | fix kernel-headers patching (#1878) | Felix Fietkau | 2007-06-12 | 1 | -1/+1 |
* | Fixed a bug in the kernel-headers/Makefile introduced by the cris merge | John Crispin | 2007-06-02 | 1 | -2/+4 |
* | add initial support for the crisarchitecture used on foxboards to openwrt | John Crispin | 2007-06-02 | 1 | -2/+19 |
* | changes to target/linux/generic-* should not trigger a kernel-headers rebuild | Felix Fietkau | 2007-03-03 | 1 | -1/+0 |
* | mark uml as broken and add some cleanups (not working yet) | Felix Fietkau | 2007-02-28 | 1 | -7/+5 |
* | add kernel_headers dependency on target/linux/generic-2.* | Felix Fietkau | 2007-02-25 | 1 | -0/+1 |
* | fix user mode linux toolchain build | Felix Fietkau | 2007-01-19 | 1 | -0/+1 |
* | fix uml-2.6 build with 2.6.19.1 | Nicolas Thill | 2006-12-29 | 1 | -1/+6 |
* | fix kernel-headers compile | Felix Fietkau | 2006-12-14 | 1 | -4/+6 |
* | another round of ppc fixes - the unfinished include/asm-ppc => asm-powerpc mi... | Felix Fietkau | 2006-11-30 | 1 | -1/+3 |
* | another build fix for ppc | Felix Fietkau | 2006-11-30 | 1 | -0/+5 |
* | fix ppc compile | Felix Fietkau | 2006-11-30 | 1 | -1/+1 |
* | another bsd bugfix | Felix Fietkau | 2006-11-27 | 1 | -1/+1 |
* | fix kernel-headers prepare (#949) | Felix Fietkau | 2006-11-12 | 1 | -3/+2 |
* | more shell related fixes | Felix Fietkau | 2006-11-12 | 1 | -1/+1 |
* | make target/linux/* directories self-contained, use the selected kernel versi... | Felix Fietkau | 2006-11-11 | 6 | -21097/+8 |
* | another one ... | Felix Fietkau | 2006-10-14 | 1 | -1/+1 |
* | remove some obsolete stuff | Felix Fietkau | 2006-10-14 | 1 | -1/+1 |
* | use $(TAR) in unpack commands | Felix Fietkau | 2006-10-14 | 1 | -1/+1 |
* | explicitly set CONFIG_SHELL to bash for the kernel headers configure | Felix Fietkau | 2006-10-10 | 1 | -1/+4 |
* | don't touch TAR_OPTIONS in host.mk | Felix Fietkau | 2006-10-10 | 1 | -1/+1 |
* | only use --wildcards for gnu tar | Felix Fietkau | 2006-10-10 | 1 | -1/+2 |
* | move tools from toolchain/ to tools/ | Felix Fietkau | 2006-09-27 | 1 | -3/+3 |
* | new (last?) attempt at standardizing Makefiles | Nicolas Thill | 2006-09-24 | 1 | -1/+1 |
* | add basic support for the Magicbox boards | Imre Kaloz | 2006-08-25 | 1 | -0/+341 |
* | add XScale support to -ng | Imre Kaloz | 2006-08-06 | 1 | -0/+778 |
* | fix problems with new tar versions, closes #628 and #646 | Imre Kaloz | 2006-07-21 | 1 | -1/+1 |