Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/ixp4xx: fix image building after r20834 (closes: #7157) | Nicolas Thill | 2010-04-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 20854 | ||||
* | define a shared IMG_PREFIX variable used as a basename for image files, it ↵ | Nicolas Thill | 2010-04-12 | 1 | -7/+7 |
| | | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834 | ||||
* | ixp4xx: add Titan Wireless TW-266-2 support (thanks juhosg & florian) | Alexandros C. Couloumbis | 2010-04-11 | 2 | -0/+330 |
| | | | | SVN-Revision: 20793 | ||||
* | ixp4xx: add 2.6.33 support | Alexandros C. Couloumbis | 2010-04-11 | 38 | -0/+6169 |
| | | | | SVN-Revision: 20792 | ||||
* | ixp4xx: add back the patch for avoiding dma bounce buffers for network ↵ | Felix Fietkau | 2010-04-04 | 1 | -0/+13 |
| | | | | | | buffers, which was lost on the kernel upgrade to 2.6.32. fixes ath9k and improves other drivers' performance on boards with >64M ram SVN-Revision: 20708 | ||||
* | kernel: update to 2.6.32.10 | Gabor Juhos | 2010-03-26 | 2 | -8/+8 |
| | | | | SVN-Revision: 20444 | ||||
* | replace some more references to hostapd-mini with wpad-mini | Felix Fietkau | 2010-03-14 | 3 | -3/+3 |
| | | | | SVN-Revision: 20184 | ||||
* | do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵ | Nicolas Thill | 2010-03-11 | 1 | -0/+1 |
| | | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136 | ||||
* | kernel: update to kernel 2.6.32.9 | Hauke Mehrtens | 2010-02-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 19890 | ||||
* | update kernel from 2.6.32.7 to 2.6.32.8, thanks tripolar | Travis Kemen | 2010-02-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 19591 | ||||
* | clean up handling of some kernel symbols | Imre Kaloz | 2010-02-11 | 1 | -1/+0 |
| | | | | SVN-Revision: 19581 | ||||
* | remove support for older kernels | Imre Kaloz | 2010-01-31 | 82 | -12562/+0 |
| | | | | SVN-Revision: 19450 | ||||
* | switch to 2.6.32 | Imre Kaloz | 2010-01-31 | 1 | -2/+2 |
| | | | | SVN-Revision: 19449 | ||||
* | fixup cambria/avila model detection | Imre Kaloz | 2010-01-31 | 2 | -4/+4 |
| | | | | SVN-Revision: 19448 | ||||
* | refresh patch | Imre Kaloz | 2010-01-31 | 1 | -4/+4 |
| | | | | SVN-Revision: 19447 | ||||
* | fix some compile warnings with 2.6.32 | Imre Kaloz | 2010-01-31 | 3 | -9/+9 |
| | | | | SVN-Revision: 19435 | ||||
* | add preinit modularization work by Daniel Dickinson (cshore) | Felix Fietkau | 2010-01-25 | 2 | -15/+23 |
| | | | | SVN-Revision: 19331 | ||||
* | ixp4xx: allocate all skbs using GFP_DMA this ensures that dma bounce buffers ↵ | Felix Fietkau | 2010-01-06 | 1 | -0/+13 |
| | | | | | | will not be used frequently when bridging or routing frames between ethernet and wifi. significantly improves ath9k performance and obsoletes an ath specific patch SVN-Revision: 19051 | ||||
* | ixp4xx: add missing config symbol for 2.6.30 | Nicolas Thill | 2010-01-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 19046 | ||||
* | get rid of even more 2.6.28 stuff | Imre Kaloz | 2009-12-27 | 40 | -8785/+0 |
| | | | | SVN-Revision: 18953 | ||||
* | switch ixp4xx and ubicom32 to 2.6.30, get rid of 2.6.28 files | Imre Kaloz | 2009-12-27 | 2 | -213/+1 |
| | | | | SVN-Revision: 18952 | ||||
* | refresh 2.6.32 patches with -rc7 | Imre Kaloz | 2009-11-17 | 2 | -2/+2 |
| | | | | SVN-Revision: 18440 | ||||
* | some more Kconfig symbol move.. | Imre Kaloz | 2009-11-11 | 5 | -5/+0 |
| | | | | SVN-Revision: 18371 | ||||
* | another round of kernel config cleanups | Imre Kaloz | 2009-11-11 | 5 | -38/+0 |
| | | | | SVN-Revision: 18370 | ||||
* | sort all target config files | Imre Kaloz | 2009-11-11 | 6 | -77/+77 |
| | | | | SVN-Revision: 18367 | ||||
* | add preliminary 2.6.32 support | Imre Kaloz | 2009-11-03 | 40 | -0/+6154 |
| | | | | SVN-Revision: 18283 | ||||
* | ixp4xx: fix weird ethernet issues with some devices caused by the ethernet ↵ | Felix Fietkau | 2009-11-02 | 3 | -3/+3 |
| | | | | | | packet size increase. despite what the docs day, 14320 is the largest working MRU value, not 16320 fixes #5785 for me SVN-Revision: 18262 | ||||
* | ixp4xx: the missing phy_disconnect call has been added in upstream, remove ↵ | Gabor Juhos | 2009-10-31 | 4 | -28/+26 |
| | | | | | | that patch SVN-Revision: 18252 | ||||
* | ixp4xx: remove bogus 'eth%d: MII PHY x on NPE-x' messages | Gabor Juhos | 2009-10-31 | 8 | -50/+44 |
| | | | | SVN-Revision: 18251 | ||||
* | add preliminary 2.6.31 support for IXP4xx | Imre Kaloz | 2009-10-08 | 41 | -0/+6158 |
| | | | | SVN-Revision: 17997 | ||||
* | fix the IXP4xx CF driver patch for 2.6.30 | Imre Kaloz | 2009-10-08 | 1 | -46/+40 |
| | | | | SVN-Revision: 17996 | ||||
* | move more CONFIG_SND entries to generic | Nicolas Thill | 2009-10-06 | 1 | -1/+0 |
| | | | | SVN-Revision: 17942 | ||||
* | ixp4xx: refresh patches | Felix Fietkau | 2009-08-25 | 8 | -27/+27 |
| | | | | SVN-Revision: 17397 | ||||
* | ixp4xx add jumboframe fixes by Ted Hess (#5746) | Felix Fietkau | 2009-08-25 | 2 | -19/+23 |
| | | | | SVN-Revision: 17396 | ||||
* | ixp4xx: add support for jumbo frames to the ethernet driver | Felix Fietkau | 2009-08-01 | 2 | -0/+162 |
| | | | | SVN-Revision: 17083 | ||||
* | 2.6.28 and 2.6.30 support is enough on ixp4xx | Imre Kaloz | 2009-06-23 | 79 | -14259/+0 |
| | | | | SVN-Revision: 16545 | ||||
* | we don't support 2.6.26 for a long time now | Imre Kaloz | 2009-06-23 | 38 | -8256/+0 |
| | | | | SVN-Revision: 16544 | ||||
* | rfkill config cleanup | Imre Kaloz | 2009-06-15 | 3 | -3/+0 |
| | | | | SVN-Revision: 16471 | ||||
* | 2.6.30: add lzma support to squashfs through pcomp | Felix Fietkau | 2009-05-20 | 1 | -15/+10 |
| | | | | SVN-Revision: 15934 | ||||
* | even more config file cleanup | Imre Kaloz | 2009-05-18 | 3 | -6/+0 |
| | | | | SVN-Revision: 15913 | ||||
* | set CONFIG_CRYPTO_HW for ixp4xx_crypto -- closes #4831 | Imre Kaloz | 2009-05-15 | 1 | -2/+0 |
| | | | | SVN-Revision: 15869 | ||||
* | config cleanups | Imre Kaloz | 2009-05-15 | 5 | -19/+0 |
| | | | | SVN-Revision: 15861 | ||||
* | some additional config file cleanup.. | Imre Kaloz | 2009-05-14 | 5 | -12/+0 |
| | | | | SVN-Revision: 15845 | ||||
* | unify congestion control options | Imre Kaloz | 2009-05-14 | 5 | -34/+0 |
| | | | | SVN-Revision: 15844 | ||||
* | move arm ARCH symbols to the generic configs | Imre Kaloz | 2009-05-14 | 5 | -183/+0 |
| | | | | SVN-Revision: 15842 | ||||
* | make kernels use /etc/preinit by default | Imre Kaloz | 2009-05-14 | 5 | -5/+5 |
| | | | | SVN-Revision: 15840 | ||||
* | some more kernel config cleanup.. last for today :) | Imre Kaloz | 2009-05-04 | 5 | -28/+0 |
| | | | | SVN-Revision: 15606 | ||||
* | more cleanup | Imre Kaloz | 2009-05-04 | 5 | -79/+0 |
| | | | | SVN-Revision: 15605 | ||||
* | cleanup MTD option handling | Imre Kaloz | 2009-05-04 | 5 | -228/+0 |
| | | | | SVN-Revision: 15602 | ||||
* | move MFD stuff to the generic kernel configs | Imre Kaloz | 2009-05-04 | 4 | -12/+0 |
| | | | | SVN-Revision: 15587 |