Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kexec-tools: update to 2.0.3 (fixes #9846) | Florian Fainelli | 2012-02-13 | 1 | -3/+3 |
| | | | | SVN-Revision: 30493 | ||||
* | add support for 3.2 | Florian Fainelli | 2012-02-13 | 1 | -0/+14 |
| | | | | SVN-Revision: 30492 | ||||
* | brcm47xx: deactivate CONFIG_NO_HZ as it seams not to be needed. | Hauke Mehrtens | 2012-02-12 | 2 | -2/+0 |
| | | | | SVN-Revision: 30488 | ||||
* | brcm47xx: activate config bug to show warnings | Hauke Mehrtens | 2012-02-12 | 2 | -2/+0 |
| | | | | SVN-Revision: 30487 | ||||
* | gcc 4.6: port over the missing patch 850-use_shared_libgcc.patch to prevent ↵ | Felix Fietkau | 2012-02-12 | 1 | -0/+68 |
| | | | | | | libgcc crap from leaking into every single binary SVN-Revision: 30486 | ||||
* | swconfig: fix off-by-one error, causing segfaults on gcc 4.6+ (fixes #9765) | Felix Fietkau | 2012-02-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 30485 | ||||
* | package/grub: fix stage2 link with recent binutils | Felix Fietkau | 2012-02-12 | 1 | -0/+77 |
| | | | | | | | | | | | | | | We want the `_start's symbols to be at the very beginning of the `stage2' binary's `.text' section. However, nothing enforces this requirement. With recent binutils (ie. post 2.19.1), this results in a corrupt binary, as ld(1) puts another symbol (eg. `journal_init') at the beginning of the section. Fix this by providing a stripped down version of the default linker script where we enforces the position of `_start' in the `.text' section. Patch by Arnaud Lacombe (#10444) SVN-Revision: 30484 | ||||
* | ramips: use GENERIC_{4,8}M image template for WR5123GN | Gabor Juhos | 2012-02-12 | 1 | -5/+2 |
| | | | | SVN-Revision: 30483 | ||||
* | ramips: rt305x: pass MTD partition map to the ALL0256N via cmdline | Gabor Juhos | 2012-02-12 | 1 | -1/+2 |
| | | | | SVN-Revision: 30482 | ||||
* | brcm47xx: refresh patches | Hauke Mehrtens | 2012-02-12 | 8 | -31/+20 |
| | | | | SVN-Revision: 30481 | ||||
* | brcm47xx: update usb driver for brcm47xx. | Hauke Mehrtens | 2012-02-12 | 8 | -390/+280 |
| | | | | SVN-Revision: 30480 | ||||
* | tools/genext2fs: do not include the host getline.h, it breaks the tool in ↵ | Felix Fietkau | 2012-02-12 | 1 | -1/+1 |
| | | | | | | subtle ways, and the source already has a getline replacement SVN-Revision: 30479 | ||||
* | glibc: remove all previous (ancient) versions, add 2.14 (partially based on ↵ | Felix Fietkau | 2012-02-12 | 15 | -266/+43 |
| | | | | | | a patch and testing by WillieNL) SVN-Revision: 30478 | ||||
* | broadcom-diag: fix WRT150N/WRT160N detection (patch from #10836) | Felix Fietkau | 2012-02-12 | 1 | -5/+54 |
| | | | | SVN-Revision: 30477 | ||||
* | ramips: add initial support for 3.2 | Gabor Juhos | 2012-02-12 | 13 | -1/+607 |
| | | | | SVN-Revision: 30476 | ||||
* | ramips: include 'linux/module.h' in the ramips_spi driver | Gabor Juhos | 2012-02-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 30475 | ||||
* | ramips: rt288x: remove per-board physmap_flash_data instances | Gabor Juhos | 2012-02-12 | 6 | -28/+30 |
| | | | | SVN-Revision: 30474 | ||||
* | ramips: rt305x: remove per-board physmap_flash_data instances | Gabor Juhos | 2012-02-12 | 21 | -120/+93 |
| | | | | SVN-Revision: 30473 | ||||
* | enable another l2 cache errate on newer kernels | Imre Kaloz | 2012-02-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 30472 | ||||
* | enable 2.22 for unsupported archs if BROKEN is enabled | Imre Kaloz | 2012-02-12 | 1 | -2/+2 |
| | | | | SVN-Revision: 30471 | ||||
* | upgrade vanilla gcc to 4.6.2 | Imre Kaloz | 2012-02-12 | 15 | -12/+12 |
| | | | | SVN-Revision: 30470 | ||||
* | use binutils 2.22 by default | Imre Kaloz | 2012-02-12 | 1 | -3/+6 |
| | | | | SVN-Revision: 30469 | ||||
* | use uClibc 0.9.33 by default | Imre Kaloz | 2012-02-12 | 2 | -3/+3 |
| | | | | SVN-Revision: 30468 | ||||
* | use Linaro GCC 4.6 by default | Imre Kaloz | 2012-02-12 | 2 | -8/+5 |
| | | | | SVN-Revision: 30467 | ||||
* | update to latest Linaro releases | Imre Kaloz | 2012-02-12 | 1 | -5/+5 |
| | | | | SVN-Revision: 30466 | ||||
* | ramips: load gpio-polled keys module | Gabor Juhos | 2012-02-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 30463 | ||||
* | ramips: remove yet another CONFIG_MTD_PARTITION ifdef | Gabor Juhos | 2012-02-11 | 1 | -2/+0 |
| | | | | SVN-Revision: 30462 | ||||
* | ramips: use gpio-keys-polled instead of gpio-buttons | Gabor Juhos | 2012-02-11 | 27 | -138/+159 |
| | | | | SVN-Revision: 30461 | ||||
* | add some missing symbols | Imre Kaloz | 2012-02-11 | 1 | -0/+3 |
| | | | | SVN-Revision: 30460 | ||||
* | ramips: add MIPS platform file | Gabor Juhos | 2012-02-11 | 2 | -29/+29 |
| | | | | SVN-Revision: 30459 | ||||
* | generic/2.6.39: refresh patches | Gabor Juhos | 2012-02-11 | 9 | -10/+10 |
| | | | | SVN-Revision: 30458 | ||||
* | refresh patches to -rc3 | Imre Kaloz | 2012-02-11 | 6 | -6/+6 |
| | | | | SVN-Revision: 30456 | ||||
* | ramips: add MDIO bus support for RT288X | Gabor Juhos | 2012-02-11 | 2 | -2/+154 |
| | | | | SVN-Revision: 30455 | ||||
* | rename 3.1 patches directory as it will be used for newer kernels as well | Imre Kaloz | 2012-02-11 | 14 | -0/+0 |
| | | | | SVN-Revision: 30454 | ||||
* | rename 2.6.39 patches directory | Imre Kaloz | 2012-02-11 | 15 | -0/+0 |
| | | | | SVN-Revision: 30453 | ||||
* | ramips: fix Belkin F5D8235-v2 VLAN setup | Gabor Juhos | 2012-02-11 | 1 | -4/+10 |
| | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 30452 | ||||
* | ramips: raeth: make debugging messages configurable | Gabor Juhos | 2012-02-11 | 4 | -4/+16 |
| | | | | SVN-Revision: 30450 | ||||
* | ramips: raeth: use device pointer in DMA API calls | Gabor Juhos | 2012-02-11 | 1 | -11/+12 |
| | | | | SVN-Revision: 30449 | ||||
* | ramips: raeth: add netdev pointer to private structure | Gabor Juhos | 2012-02-11 | 2 | -0/+2 |
| | | | | SVN-Revision: 30448 | ||||
* | ramips: raeth: cleanup DMA API usage in ramips_eth_hard_start_xmit | Gabor Juhos | 2012-02-11 | 1 | -5/+4 |
| | | | | SVN-Revision: 30447 | ||||
* | ramips: raeth: unmap rx DMA address in ramips_cleanup_dma | Gabor Juhos | 2012-02-11 | 1 | -1/+4 |
| | | | | SVN-Revision: 30446 | ||||
* | ramips: raeth: add rx_dma array to store the DMA address of the rx packets | Gabor Juhos | 2012-02-11 | 2 | -10/+17 |
| | | | | SVN-Revision: 30445 | ||||
* | ramips: raeth: use dma_addr_t for the descriptors | Gabor Juhos | 2012-02-11 | 2 | -9/+10 |
| | | | | SVN-Revision: 30444 | ||||
* | ramips: raeth: unmap DMA memory when a packet is received | Gabor Juhos | 2012-02-11 | 1 | -0/+4 |
| | | | | SVN-Revision: 30443 | ||||
* | ramips: raeth: add a temporary pktlen variable | Gabor Juhos | 2012-02-11 | 1 | -3/+6 |
| | | | | SVN-Revision: 30442 | ||||
* | ramips: raeth: protect macro parameters | Gabor Juhos | 2012-02-11 | 1 | -4/+4 |
| | | | | SVN-Revision: 30441 | ||||
* | ramips: raeth: indicate dropped packets in stats | Gabor Juhos | 2012-02-11 | 1 | -0/+2 |
| | | | | SVN-Revision: 30440 | ||||
* | ramips: raeth: use the NUM_TX_DESC for the tx_skb array | Gabor Juhos | 2012-02-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 30439 | ||||
* | ramips: use uncached address in detect_mem_size | Gabor Juhos | 2012-02-11 | 1 | -2/+3 |
| | | | | SVN-Revision: 30438 | ||||
* | ramips: rt305x: remove CONFIG_MTD_PARTITION ifdefery from machine files | Gabor Juhos | 2012-02-11 | 22 | -93/+1 |
| | | | | SVN-Revision: 30437 |