aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx
Commit message (Collapse)AuthorAgeFilesLines
* target/ixp4xx: fix image building after r20834 (closes: #7157)Nicolas Thill2010-04-141-1/+1
| | | | SVN-Revision: 20854
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-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. Couloumbis2010-04-112-0/+330
| | | | SVN-Revision: 20793
* ixp4xx: add 2.6.33 supportAlexandros C. Couloumbis2010-04-1138-0/+6169
| | | | SVN-Revision: 20792
* ixp4xx: add back the patch for avoiding dma bounce buffers for network ↵Felix Fietkau2010-04-041-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.10Gabor Juhos2010-03-262-8/+8
| | | | SVN-Revision: 20444
* replace some more references to hostapd-mini with wpad-miniFelix Fietkau2010-03-143-3/+3
| | | | SVN-Revision: 20184
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-111-0/+1
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* kernel: update to kernel 2.6.32.9Hauke Mehrtens2010-02-281-1/+1
| | | | SVN-Revision: 19890
* update kernel from 2.6.32.7 to 2.6.32.8, thanks tripolarTravis Kemen2010-02-121-1/+1
| | | | SVN-Revision: 19591
* clean up handling of some kernel symbolsImre Kaloz2010-02-111-1/+0
| | | | SVN-Revision: 19581
* remove support for older kernelsImre Kaloz2010-01-3182-12562/+0
| | | | SVN-Revision: 19450
* switch to 2.6.32Imre Kaloz2010-01-311-2/+2
| | | | SVN-Revision: 19449
* fixup cambria/avila model detectionImre Kaloz2010-01-312-4/+4
| | | | SVN-Revision: 19448
* refresh patchImre Kaloz2010-01-311-4/+4
| | | | SVN-Revision: 19447
* fix some compile warnings with 2.6.32Imre Kaloz2010-01-313-9/+9
| | | | SVN-Revision: 19435
* add preinit modularization work by Daniel Dickinson (cshore)Felix Fietkau2010-01-252-15/+23
| | | | SVN-Revision: 19331
* ixp4xx: allocate all skbs using GFP_DMA this ensures that dma bounce buffers ↵Felix Fietkau2010-01-061-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.30Nicolas Thill2010-01-051-0/+1
| | | | SVN-Revision: 19046
* get rid of even more 2.6.28 stuffImre Kaloz2009-12-2740-8785/+0
| | | | SVN-Revision: 18953
* switch ixp4xx and ubicom32 to 2.6.30, get rid of 2.6.28 filesImre Kaloz2009-12-272-213/+1
| | | | SVN-Revision: 18952
* refresh 2.6.32 patches with -rc7Imre Kaloz2009-11-172-2/+2
| | | | SVN-Revision: 18440
* some more Kconfig symbol move..Imre Kaloz2009-11-115-5/+0
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-115-38/+0
| | | | SVN-Revision: 18370
* sort all target config filesImre Kaloz2009-11-116-77/+77
| | | | SVN-Revision: 18367
* add preliminary 2.6.32 supportImre Kaloz2009-11-0340-0/+6154
| | | | SVN-Revision: 18283
* ixp4xx: fix weird ethernet issues with some devices caused by the ethernet ↵Felix Fietkau2009-11-023-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 Juhos2009-10-314-28/+26
| | | | | | that patch SVN-Revision: 18252
* ixp4xx: remove bogus 'eth%d: MII PHY x on NPE-x' messagesGabor Juhos2009-10-318-50/+44
| | | | SVN-Revision: 18251
* add preliminary 2.6.31 support for IXP4xxImre Kaloz2009-10-0841-0/+6158
| | | | SVN-Revision: 17997
* fix the IXP4xx CF driver patch for 2.6.30Imre Kaloz2009-10-081-46/+40
| | | | SVN-Revision: 17996
* move more CONFIG_SND entries to genericNicolas Thill2009-10-061-1/+0
| | | | SVN-Revision: 17942
* ixp4xx: refresh patchesFelix Fietkau2009-08-258-27/+27
| | | | SVN-Revision: 17397
* ixp4xx add jumboframe fixes by Ted Hess (#5746)Felix Fietkau2009-08-252-19/+23
| | | | SVN-Revision: 17396
* ixp4xx: add support for jumbo frames to the ethernet driverFelix Fietkau2009-08-012-0/+162
| | | | SVN-Revision: 17083
* 2.6.28 and 2.6.30 support is enough on ixp4xxImre Kaloz2009-06-2379-14259/+0
| | | | SVN-Revision: 16545
* we don't support 2.6.26 for a long time nowImre Kaloz2009-06-2338-8256/+0
| | | | SVN-Revision: 16544
* rfkill config cleanupImre Kaloz2009-06-153-3/+0
| | | | SVN-Revision: 16471
* 2.6.30: add lzma support to squashfs through pcompFelix Fietkau2009-05-201-15/+10
| | | | SVN-Revision: 15934
* even more config file cleanupImre Kaloz2009-05-183-6/+0
| | | | SVN-Revision: 15913
* set CONFIG_CRYPTO_HW for ixp4xx_crypto -- closes #4831Imre Kaloz2009-05-151-2/+0
| | | | SVN-Revision: 15869
* config cleanupsImre Kaloz2009-05-155-19/+0
| | | | SVN-Revision: 15861
* some additional config file cleanup..Imre Kaloz2009-05-145-12/+0
| | | | SVN-Revision: 15845
* unify congestion control optionsImre Kaloz2009-05-145-34/+0
| | | | SVN-Revision: 15844
* move arm ARCH symbols to the generic configsImre Kaloz2009-05-145-183/+0
| | | | SVN-Revision: 15842
* make kernels use /etc/preinit by defaultImre Kaloz2009-05-145-5/+5
| | | | SVN-Revision: 15840
* some more kernel config cleanup.. last for today :)Imre Kaloz2009-05-045-28/+0
| | | | SVN-Revision: 15606
* more cleanupImre Kaloz2009-05-045-79/+0
| | | | SVN-Revision: 15605
* cleanup MTD option handlingImre Kaloz2009-05-045-228/+0
| | | | SVN-Revision: 15602
* move MFD stuff to the generic kernel configsImre Kaloz2009-05-044-12/+0
| | | | SVN-Revision: 15587