| Commit message (Expand) | Author | Age | Files | Lines |
* | strip the kernel version suffix from target directories, except for brcm-2.4 ... | Felix Fietkau | 2007-09-06 | 41 | -6026/+0 |
* | Disable the USB clock for now, will be used later for the AR7-HCD driver, whi... | Florian Fainelli | 2007-09-06 | 1 | -2/+2 |
* | suppress warning in gcd() | Nicolas Thill | 2007-09-04 | 1 | -2/+2 |
* | use kernel abs(), remove recursion in gcd() (closes: #2307) | Nicolas Thill | 2007-09-04 | 1 | -9/+13 |
* | use constant for clock values (closes: #2306) | Nicolas Thill | 2007-09-04 | 2 | -17/+18 |
* | Move to 2.6.22.4 | Florian Fainelli | 2007-08-21 | 1 | -1/+1 |
* | cosmetic fix: properly indent source | Nicolas Thill | 2007-08-18 | 1 | -121/+119 |
* | enable use of 8M flash (closes: #2232) | Nicolas Thill | 2007-08-18 | 1 | -1/+1 |
* | fix vlynq initialization (closes: #2135) | Nicolas Thill | 2007-08-18 | 1 | -12/+11 |
* | update ar7 config, disable watchdog for now (closes: #2146) | Nicolas Thill | 2007-08-18 | 1 | -1/+2 |
* | remove useless code from board support (closes: #2164, thanks to Matteo Croce) | Nicolas Thill | 2007-08-18 | 1 | -32/+1 |
* | fix ar7 image installation (patch by sw, fixes #2197) | Felix Fietkau | 2007-08-10 | 1 | -1/+1 |
* | Revert 8353, can cause more bad than good | Florian Fainelli | 2007-08-07 | 1 | -1/+1 |
* | build system cleanup/restructuring as described in http://lists.openwrt.org/p... | Felix Fietkau | 2007-08-07 | 1 | -3/+3 |
* | Disable NAPI by default (#1671) | Florian Fainelli | 2007-08-06 | 1 | -1/+1 |
* | Fix the AR7 led driver compilation (#2160) | Florian Fainelli | 2007-08-01 | 1 | -0/+1 |
* | Register the second uart on tnetd7300 and fix the watchdog register for 7200/... | Florian Fainelli | 2007-07-31 | 3 | -56/+90 |
* | Fix the gpio init (#2148) | Florian Fainelli | 2007-07-31 | 1 | -0/+2 |
* | more cosmetic fixes for ar7 | Nicolas Thill | 2007-07-27 | 3 | -4/+3 |
* | update ar7 to 2.6.22.1 (thanks to Matteo Croce for his great help) | Nicolas Thill | 2007-07-27 | 19 | -700/+106 |
* | cosmetic fix (indent and use c-style comments) | Nicolas Thill | 2007-07-27 | 1 | -14/+14 |
* | Add more ar7 fixes by DerAgo. Fix vlnyq initialistion on fritzbox, add prom_p... | Florian Fainelli | 2007-07-24 | 5 | -14/+109 |
* | Add an ar7 tnetd7200 fix by DerAgo, thanks ! | Florian Fainelli | 2007-07-18 | 2 | -36/+144 |
* | add ar7 2.6.22 patches by matteo (work in progress, not booting yet) | Felix Fietkau | 2007-07-11 | 8 | -0/+414 |
* | fill in the kernel version info for every target, move the kernel tarball md5... | Felix Fietkau | 2007-06-28 | 1 | -0/+2 |
* | Fix the IRQ assignment with vlynq/pci, thanks sw ! (#1865) | Florian Fainelli | 2007-06-21 | 1 | -1/+3 |
* | ar7-2.6 actually supports atm | Florian Fainelli | 2007-06-18 | 1 | -1/+1 |
* | prepare for the transition to linux 2.6.22 - make it possible to override the... | Felix Fietkau | 2007-06-16 | 1 | -0/+3 |
* | Add support for two other boards : WA7A and B | Florian Fainelli | 2007-06-12 | 1 | -0/+2 |
* | Do not try to initialise clocks for now, it is borken on most devices | Florian Fainelli | 2007-06-12 | 1 | -1/+2 |
* | add ar7 phy fix by stefan weil | Felix Fietkau | 2007-06-11 | 1 | -0/+94 |
* | add ar7-2.6 fixes by Stefan Weil | Felix Fietkau | 2007-06-04 | 7 | -23/+49 |
* | Include the architecture specific gpio file for now | Florian Fainelli | 2007-05-29 | 1 | -1/+1 |
* | Restore the gpio.h file, platform.c uses the generic GPIO API | Florian Fainelli | 2007-05-29 | 2 | -1/+117 |
* | Resync kernel configuration with generic-2.6 | Florian Fainelli | 2007-05-27 | 1 | -20/+1 |
* | Remove empty gpio.h files | Florian Fainelli | 2007-05-27 | 2 | -116/+0 |
* | fix ar7 compile | Felix Fietkau | 2007-05-24 | 9 | -23/+35 |
* | Use the generic GPIO api for bcm947xx and ar7 (for now), thanks to Gabor Juhos | Florian Fainelli | 2007-05-20 | 4 | -32/+3 |
* | unified preinit environment | Mike Baker | 2007-05-10 | 1 | -9/+0 |
* | ar7: Fix volatile usage. Thanks Christopher Pascoe. | Eugene Konev | 2007-05-07 | 1 | -11/+11 |
* | Mark script as executable. | Eugene Konev | 2007-05-06 | 1 | -0/+0 |
* | ar7: fix adam2patcher. | Eugene Konev | 2007-05-06 | 1 | -1/+1 |
* | ar7: Add minimal kgdb implementation (#114). | Eugene Konev | 2007-05-06 | 1 | -0/+20 |
* | Use console config from adam2/pspboot environment (#1623). | Eugene Konev | 2007-05-06 | 2 | -1/+39 |
* | ar7: cpmac better reset handling and napi implementation. | Eugene Konev | 2007-05-06 | 1 | -141/+216 |
* | Add some diagnostic stuff for ar7 | Florian Fainelli | 2007-05-06 | 2 | -0/+28 |
* | Return -ENODEV, when device is absent. This should fix lockups on boot. | Eugene Konev | 2007-04-22 | 1 | -0/+2 |
* | ar7: add jffs2 eof marks to squashfs image | Felix Fietkau | 2007-04-21 | 1 | -0/+1 |
* | add better default config for ar7, add br2684ctl init script, add a missing s... | Felix Fietkau | 2007-04-21 | 1 | -0/+41 |
* | remove the symlink as well when removing the adam2 patcher | Felix Fietkau | 2007-04-21 | 1 | -2/+1 |