| Commit message (Expand) | Author | Age | Files | Lines |
* | add new dfboot loader - a complete revison of romboot code. | Hamish Guthrie | 2007-06-04 | 31 | -0/+15410 |
* | Remove a debug statement from trx.c, add config changes for at91 | Hamish Guthrie | 2007-06-04 | 3 | -8/+15 |
* | Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all ... | Felix Fietkau | 2007-06-04 | 1 | -19/+2 |
* | add ar7-2.6 fixes by Stefan Weil | Felix Fietkau | 2007-06-04 | 8 | -24/+56 |
* | enable image generation for the WRT150N | Imre Kaloz | 2007-06-04 | 1 | -0/+1 |
* | update uml-2.6 to 2.6.21.1 on i386, fix uml-2.6 sound modules packaging | Nicolas Thill | 2007-06-04 | 1 | -4/+11 |
* | several changes to the basefiles for cris target | John Crispin | 2007-06-03 | 6 | -6/+30 |
* | Fix endianness issues with adm5120eb, thanks to Gabor ! | Florian Fainelli | 2007-06-03 | 1 | -21/+72 |
* | reworked memset,memcpy of the cris kernel, this improves board speed by facto... | John Crispin | 2007-06-03 | 1 | -323/+276 |
* | Update the adm5120 config to use IRQ_CPU and physically mapped flash for now | Florian Fainelli | 2007-06-03 | 1 | -2/+6 |
* | adm5120 timing specific routines, was part of the IRQ handling rewritte | Florian Fainelli | 2007-06-03 | 1 | -0/+54 |
* | implement quilt handling for the kernel tree ... and there was much rejoicing! | Felix Fietkau | 2007-06-03 | 1 | -0/+3 |
* | remove duplicate include statement (fixes a warning) | Felix Fietkau | 2007-06-03 | 1 | -2/+0 |
* | when compiling a tool to upload firmware to the cris, it should be build for ... | John Crispin | 2007-06-03 | 1 | -1/+1 |
* | the etrax bootloader tools source was added on initial merge, it is now sitti... | John Crispin | 2007-06-02 | 165 | -123806/+5 |
* | IRQ handler rewrite by Gabor Juhos, uses C no longer assembly | Florian Fainelli | 2007-06-02 | 14 | -384/+518 |
* | Add iprange (#1799) | Florian Fainelli | 2007-06-02 | 2 | -0/+173 |
* | apex: fixed patch pathnames | Rod Whitby | 2007-06-02 | 1 | -2/+2 |
* | Fix config.in typo and enable by default only for ixp4xx-2.6 | Florian Fainelli | 2007-06-02 | 1 | -2/+2 |
* | apex: Mark the build apex image as an OpenWRT build (instead of a SlugOS build) | Rod Whitby | 2007-06-02 | 1 | -3/+12 |
* | apex: Updated to version 1.5.6 (which includes the compiler inlining fixes). | Rod Whitby | 2007-06-02 | 2 | -30/+2 |
* | made the target name of etrax lowercase. | John Crispin | 2007-06-02 | 1 | -1/+1 |
* | fixes compile bug of iptables | John Crispin | 2007-06-02 | 1 | -0/+50 |
* | Unmark adm5120eb as broken, disable NAND and YAFFS2 for this target, resync k... | Florian Fainelli | 2007-06-02 | 2 | -32/+16 |
* | apex: Updated to 1.5.4 - this time it boots | Rod Whitby | 2007-06-02 | 3 | -136/+40 |
* | add initial support for the crisarchitecture used on foxboards to openwrt | John Crispin | 2007-06-02 | 229 | -0/+223361 |
* | make xscale images containing proprietary microcode optional, but enabled by ... | Felix Fietkau | 2007-06-01 | 2 | -18/+31 |
* | ixp4xx: add back the mac handling fix - seems like it wasn't the cause for th... | Felix Fietkau | 2007-05-31 | 1 | -0/+17 |
* | apex: Revert back to 1.4.7 - what I thought I tested wasn't what I actually t... | Rod Whitby | 2007-05-31 | 2 | -12/+136 |
* | apex: Updated to version 1.5.4 | Rod Whitby | 2007-05-31 | 2 | -136/+12 |
* | revert patch that is breaking ethernet on Avila GW2348-4 | Felix Fietkau | 2007-05-31 | 1 | -17/+0 |
* | Make rdc boot a little further, still broken though, resync kernel config | Florian Fainelli | 2007-05-31 | 2 | -16/+39 |
* | kernel config resync with generic-2.6 | Florian Fainelli | 2007-05-31 | 1 | -4/+0 |
* | more kernel config cleanup | Felix Fietkau | 2007-05-31 | 2 | -19/+4 |
* | fix the damn kernel config | Mike Baker | 2007-05-31 | 1 | -0/+1 |
* | Update to .21 | Florian Fainelli | 2007-05-30 | 5 | -72/+39 |
* | Updated yaffs2, thanks to David Goodenough (#1779) | Florian Fainelli | 2007-05-30 | 1 | -993/+2903 |
* | Update YAFFS config, wget2nand should use br-lan since eth0 is always bridged... | Florian Fainelli | 2007-05-30 | 1 | -1/+2 |
* | Removed the disabling of CONFIG_TUN, and a number of other USB-related items,... | Rod Whitby | 2007-05-30 | 1 | -20/+0 |
* | Add board specific code, autodetect the kernel, fixes #1707, thanks Gabor Juhos | Florian Fainelli | 2007-05-30 | 8 | -149/+445 |
* | Enabled CONFIG_INPUT as a module, and included other default settings to enab... | Rod Whitby | 2007-05-30 | 1 | -0/+5 |
* | Use the cmdline hacked's prom.c and disable this patching part accordingly | Florian Fainelli | 2007-05-30 | 2 | -24/+6 |
* | Define target specific ramdisk images for testing (Gabor Juhos) | Florian Fainelli | 2007-05-30 | 2 | -28/+69 |
* | Resync with generic-2.6 config-template | Florian Fainelli | 2007-05-30 | 1 | -13/+17 |
* | Minor fixes, do not count interrupts without interrupt source as spurious (#1... | Florian Fainelli | 2007-05-30 | 3 | -6/+10 |
* | Remove the disabling of LEDS support for ixp4xx-2.6 compared to generic-2.6, ... | Rod Whitby | 2007-05-30 | 1 | -1/+1 |
* | Add the rbmipsnand fix from #1778 | Florian Fainelli | 2007-05-29 | 1 | -1/+12 |
* | .21 fixes | Florian Fainelli | 2007-05-29 | 2 | -1/+2 |
* | Remove the disabling of sound support for ixp4xx-2.6 compared to generic-2.6 | Rod Whitby | 2007-05-29 | 1 | -1/+0 |
* | Remove the disabling of bluetooth for ixp4xx-2.6 compared to generic-2.6 | Rod Whitby | 2007-05-29 | 1 | -1/+0 |