Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a typo in the image generation makefile (closes #4624) | Gabor Juhos | 2009-02-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 14511 | ||||
* | Fix bcm47xx GPIO dirin/dirout API return codes. | Michael Büsch | 2009-02-14 | 1 | -0/+49 |
| | | | | SVN-Revision: 14509 | ||||
* | opkg: apparently array bounds checking is gcc 4.3 specific, move ↵ | Felix Fietkau | 2009-02-14 | 2 | -11/+1 |
| | | | | | | -Wno-array-bounds into TARGET_CFLAGS instead of a patch and make it conditional SVN-Revision: 14508 | ||||
* | kernel: add missing definition for CONFIG_KALLSYMS_ALL | Felix Fietkau | 2009-02-14 | 1 | -0/+1 |
| | | | | SVN-Revision: 14507 | ||||
* | opkg: work around a gcc warning bug related to array bounds checking | Felix Fietkau | 2009-02-14 | 1 | -0/+10 |
| | | | | SVN-Revision: 14506 | ||||
* | fix gcc 4.3.x segfault triggered by using -frename-registers (reproduced on ↵ | Felix Fietkau | 2009-02-14 | 3 | -0/+72 |
| | | | | | | arm, might be relevant for other platforms as well) SVN-Revision: 14505 | ||||
* | ag71xx driver: fix a kernel crash caused by r14496 | Gabor Juhos | 2009-02-13 | 2 | -2/+2 |
| | | | | SVN-Revision: 14504 | ||||
* | Add 2.6.28.5 md5sum | Michael Büsch | 2009-02-13 | 1 | -0/+3 |
| | | | | SVN-Revision: 14502 | ||||
* | changed default kernel to 2.6.28.5, it at least runs on Asus WL-500g ↵ | Markus Wigge | 2009-02-13 | 2 | -8/+1 |
| | | | | | | Premium. The earlier version 2.6.28.4 is also running on WRT54G3G so I don't expect any trouble here. SVN-Revision: 14501 | ||||
* | - new upstream kernel 2.6.28.5 - the fix-serial_h patch does not apply ↵ | Markus Wigge | 2009-02-13 | 2 | -20/+1 |
| | | | | | | anymore and is integrated upstream now SVN-Revision: 14500 | ||||
* | disable SMP by default on x86 | Felix Fietkau | 2009-02-13 | 2 | -25/+11 |
| | | | | SVN-Revision: 14498 | ||||
* | nuke old x86 kernel configs | Felix Fietkau | 2009-02-13 | 4 | -1813/+0 |
| | | | | SVN-Revision: 14497 | ||||
* | ag71xx driver: fix return code of the napi poll routine, was broken since ↵ | Gabor Juhos | 2009-02-13 | 2 | -4/+4 |
| | | | | | | [13545] (patch by Ubiquiti Networks) SVN-Revision: 14496 | ||||
* | ag71xx driver: update phy connecting code | Gabor Juhos | 2009-02-13 | 5 | -35/+59 |
| | | | | SVN-Revision: 14495 | ||||
* | remove netif schedule from the ag71xx driver | Gabor Juhos | 2009-02-13 | 3 | -37/+1 |
| | | | | SVN-Revision: 14494 | ||||
* | remove 2.6.26 specific stuff | Gabor Juhos | 2009-02-13 | 19 | -767/+0 |
| | | | | SVN-Revision: 14493 | ||||
* | always select kmod-ssb, pci is supported | Florian Fainelli | 2009-02-13 | 1 | -3/+3 |
| | | | | SVN-Revision: 14492 | ||||
* | make b43/b43legacy selectable again (#4596) | Florian Fainelli | 2009-02-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 14491 | ||||
* | add preliminary support for the Ubiquiti LS-SR71 board (thanks to Xianghua ↵ | Gabor Juhos | 2009-02-12 | 4 | -2/+27 |
| | | | | | | Xiao for the initial patch, and for testing) SVN-Revision: 14488 | ||||
* | fix a typo in the dynamic mdio patch | Gabor Juhos | 2009-02-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 14487 | ||||
* | pull ethernet mac out of reset before registering the mdio_bus | Gabor Juhos | 2009-02-12 | 2 | -4/+22 |
| | | | | SVN-Revision: 14486 | ||||
* | generic-2.6/2.6.28: rename spi-gpio patch | Gabor Juhos | 2009-02-12 | 1 | -0/+0 |
| | | | | SVN-Revision: 14484 | ||||
* | parse the board parameter from the command line first Signed-off-by: Andrea ↵ | Gabor Juhos | 2009-02-12 | 1 | -2/+2 |
| | | | | | | Tassi <andrea.tassi at gmail.com> and WiFi(ed) - The Embedded Development Team (of Riccardo Coppola <coppola.riccardo at gmail.com>, Andrea Tassi <andrea.tassi at gmail.com> and Massimiliano Toce <massimiliano.toce at gmail.com>) SVN-Revision: 14482 | ||||
* | ucmb: Experimental SPI-GPIO based communication channel | Michael Büsch | 2009-02-11 | 4 | -0/+381 |
| | | | | SVN-Revision: 14478 | ||||
* | spi-gpio: Support busses without chipselect (only one device on the bus) | Michael Büsch | 2009-02-11 | 1 | -0/+77 |
| | | | | SVN-Revision: 14476 | ||||
* | Make spi-gpio hotplug capable, so we can initialize devices after boot. | Michael Büsch | 2009-02-11 | 1 | -0/+62 |
| | | | | SVN-Revision: 14475 | ||||
* | add DBAu1550 support, thanks to Philippe Vachon | Florian Fainelli | 2009-02-11 | 2 | -0/+2255 |
| | | | | SVN-Revision: 14474 | ||||
* | prepare to support more au1x00 targets | Florian Fainelli | 2009-02-11 | 10 | -3/+18 |
| | | | | SVN-Revision: 14473 | ||||
* | sync kernel configs | Gabor Juhos | 2009-02-10 | 2 | -9/+2 |
| | | | | SVN-Revision: 14469 | ||||
* | do not overried 802.1q and PHY kernel configuration symbols | Florian Fainelli | 2009-02-10 | 1 | -3/+0 |
| | | | | SVN-Revision: 14468 | ||||
* | allow kexec-tools to compile with ccache enabled, patch from Luca Sinigaglia | Florian Fainelli | 2009-02-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 14467 | ||||
* | invert the mirror orders seems the first one seems to be offline right now | Florian Fainelli | 2009-02-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 14466 | ||||
* | Port SPI-GPIO driver from 2.6.29-rc4 | Michael Büsch | 2009-02-10 | 3 | -11/+501 |
| | | | | SVN-Revision: 14465 | ||||
* | Deprecate the old SPI-GPIO driver. | Michael Büsch | 2009-02-10 | 6 | -55/+65 |
| | | | | SVN-Revision: 14464 | ||||
* | Add i2c driver (to etrax) improved by Geert Vancompernolle | Claudio Mignanti | 2009-02-09 | 5 | -0/+1461 |
| | | | | SVN-Revision: 14462 | ||||
* | netfilter: remove CHAOS, TARPIT and DELUDE references | Gabor Juhos | 2009-02-09 | 3 | -10/+0 |
| | | | | SVN-Revision: 14461 | ||||
* | - removed cs5535 driver again, mixed it up with 5536 chipset - added support ↵ | Markus Wigge | 2009-02-09 | 1 | -1/+1 |
| | | | | | | for "AMD and nVidia IDE support" which works on my Alix.6b2 without further configuration. SVN-Revision: 14460 | ||||
* | - added cs5535 ide driver - change memory allocator to "SLUB" | Markus Wigge | 2009-02-09 | 1 | -6/+7 |
| | | | | SVN-Revision: 14459 | ||||
* | generic-2.6: remove PORTSCAN config option | Gabor Juhos | 2009-02-08 | 7 | -7/+0 |
| | | | | SVN-Revision: 14458 | ||||
* | enable CAS-630/630W support | Gabor Juhos | 2009-02-08 | 1 | -2/+0 |
| | | | | SVN-Revision: 14457 | ||||
* | generic-2.6: remove TARPIT and CHAOS patches and config options | Gabor Juhos | 2009-02-08 | 25 | -7049/+6 |
| | | | | SVN-Revision: 14456 | ||||
* | refresh patches | Gabor Juhos | 2009-02-08 | 7 | -37/+19 |
| | | | | SVN-Revision: 14455 | ||||
* | refresh 2.6.21 patches | Gabor Juhos | 2009-02-08 | 43 | -361/+175 |
| | | | | SVN-Revision: 14454 | ||||
* | generic-2.6/2.6.21: refresh patches | Gabor Juhos | 2009-02-08 | 44 | -630/+280 |
| | | | | SVN-Revision: 14453 | ||||
* | refresh 2.6.24 patches | Gabor Juhos | 2009-02-08 | 10 | -86/+59 |
| | | | | SVN-Revision: 14452 | ||||
* | refresh 2.6.24 patches | Gabor Juhos | 2009-02-08 | 10 | -80/+63 |
| | | | | SVN-Revision: 14451 | ||||
* | generic-2.6/2.6.24: refresh patches | Gabor Juhos | 2009-02-08 | 54 | -1474/+1474 |
| | | | | SVN-Revision: 14450 | ||||
* | refresh patches | Gabor Juhos | 2009-02-08 | 9 | -172/+172 |
| | | | | SVN-Revision: 14449 | ||||
* | generic-2.6/2.6.23: refresh patches | Gabor Juhos | 2009-02-08 | 59 | -377/+377 |
| | | | | SVN-Revision: 14448 | ||||
* | iptables: remove CHAOS and TARPIT patches | Gabor Juhos | 2009-02-08 | 3 | -501/+2 |
| | | | | SVN-Revision: 14447 |