summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
...
* fix yenta_socket driverMarkus Wigge2010-03-162-0/+96
| | | | | | | Disable some calls the WRT54G3G implementation does not like and enable interrupts to allow hotplugging. SVN-Revision: 20240
* fix PCI resouce allocation for SSB PCI host bridgeMarkus Wigge2010-03-162-0/+106
| | | | | | | | | | | | | | | | | | | | The defined offset is wrong and the fixup-code overrides it later on so that it never gets used for most PCI devices. Unfortunately the yenta-socket allocates its own resources and crashes because of the wrong mem_offset. It seems that the offset and fixup code came from 2.4 where resource allocation was handled differently. This patch removes the unneeded parts and thus enables the yenta_socket on the WRT54G3G platform. It was tested on Asus WL500G-Premium (v1 and v2), Linksys WRT54G3G, Netgear WGT634U Signed-off-by: Michael Buesch <mb@bu3sch.de> SVN-Revision: 20239
* rb532: don't use bridge by defaultAlexandros C. Couloumbis2010-03-161-1/+0
| | | | SVN-Revision: 20238
* rb532: sync patches. Use 2.6.33.1 kernelAlexandros C. Couloumbis2010-03-168-1/+799
| | | | SVN-Revision: 20237
* generic-2.6: sync patches to 2.6.33.1Alexandros C. Couloumbis2010-03-162-11/+11
| | | | SVN-Revision: 20236
* ar71xx: fix defconfig script to work with ImageBuilderGabor Juhos2010-03-151-2/+2
| | | | | | * patch from #5722 SVN-Revision: 20231
* ar71xx: create separated and smaller sysupgrade files for the DIR-615 and ↵Gabor Juhos2010-03-151-2/+10
| | | | | | similar boards SVN-Revision: 20230
* ar71xx: build firmware image for the Fry's FR-54RTR boardGabor Juhos2010-03-151-0/+5
| | | | SVN-Revision: 20229
* ar71xx: don't break the existing network configuration in the wget2nand scriptGabor Juhos2010-03-151-4/+0
| | | | SVN-Revision: 20228
* ar71xx: change DIR-600-A1 image generation template, will be usable for ↵Gabor Juhos2010-03-151-22/+22
| | | | | | other boards SVN-Revision: 20227
* orion: drop DECLARE_MAC_BUF usage from the DT2 support fileGabor Juhos2010-03-151-5/+4
| | | | | | | * fixes build error on 2.6.33 * closes #6863 SVN-Revision: 20226
* config-2.6.32: Add mising symbolLars-Peter Clausen2010-03-141-0/+1
| | | | SVN-Revision: 20217
* atheros: fix FIS directory parsing on Top Boot flash chipsGabor Juhos2010-03-144-0/+288
| | | | SVN-Revision: 20213
* jzcodec: Fix supported formats.Lars-Peter Clausen2010-03-141-2/+5
| | | | SVN-Revision: 20210
* also fix invalid hunks in 2.6.33 patchFlorian Fainelli2010-03-141-8/+0
| | | | SVN-Revision: 20209
* add 2.6.34 supportFlorian Fainelli2010-03-145-0/+97
| | | | SVN-Revision: 20208
* fix invalid hunks in 060-block2mtd_init.patch fileFlorian Fainelli2010-03-141-8/+0
| | | | SVN-Revision: 20207
* export rescan_partitions to prevent linking failures in block2mtd (#6741)Florian Fainelli2010-03-143-0/+46
| | | | SVN-Revision: 20205
* refresh 2.6.32 patches, fix livebox support (#6821)Florian Fainelli2010-03-1421-257/+114
| | | | SVN-Revision: 20204
* atheros: sync kernel configsGabor Juhos2010-03-144-30/+26
| | | | SVN-Revision: 20202
* atheros: add early-printk supportGabor Juhos2010-03-1412-20/+292
| | | | SVN-Revision: 20201
* remove empty patch fileTravis Kemen2010-03-141-0/+0
| | | | SVN-Revision: 20200
* kernel: refresh lzo patch for 2.6.33Gabor Juhos2010-03-141-5/+3
| | | | SVN-Revision: 20199
* atheros: refresh 2.6.33 patchesGabor Juhos2010-03-141-87/+45
| | | | SVN-Revision: 20198
* atheros: refresh 2.6.32 patchesGabor Juhos2010-03-1411-203/+115
| | | | SVN-Revision: 20197
* Switch Marvell Orion CPU to kernel 2.6.32 plus LED support for all LEDs on ↵Travis Kemen2010-03-1411-47/+209
| | | | | | | | | LinkSys WRT350Nv2. Signed-off by: Matthias Buecher <mail@maddes.net> and Dirk Teurlings <info@upexia.nl> SVN-Revision: 20185
* replace some more references to hostapd-mini with wpad-miniFelix Fietkau2010-03-147-21/+21
| | | | SVN-Revision: 20184
* fix path to the malta kernelFlorian Fainelli2010-03-131-1/+1
| | | | SVN-Revision: 20183
* resync kernel configFlorian Fainelli2010-03-131-36/+5
| | | | SVN-Revision: 20182
* fix build hanging on kconfig symbol inputFlorian Fainelli2010-03-131-19/+21
| | | | SVN-Revision: 20180
* modules.mk: Fix typoLars-Peter Clausen2010-03-131-3/+4
| | | | SVN-Revision: 20179
* add support for 2.6.33Florian Fainelli2010-03-124-0/+86
| | | | SVN-Revision: 20158
* fix the building of the lzo decompressor on some architecturesFlorian Fainelli2010-03-121-0/+13
| | | | SVN-Revision: 20157
* remove CONFIG_PCI=y missed from [20136] in generic 2.6.30 configNicolas Thill2010-03-121-1/+0
| | | | SVN-Revision: 20156
* Fix image generation for qi_lb60 subtargetLars-Peter Clausen2010-03-111-11/+1
| | | | SVN-Revision: 20152
* mips: allow the compiler to optimize memset, memcmp, memcpy for better ↵Felix Fietkau2010-03-115-0/+415
| | | | | | performance and (in some instances) smaller code SVN-Revision: 20151
* ar71xx: fix oprofile supportFelix Fietkau2010-03-115-1/+146
| | | | SVN-Revision: 20150
* the mips -ffreestanding patch has been unnecessary for a long time now, ↵Felix Fietkau2010-03-1113-95/+23
| | | | | | remove it SVN-Revision: 20149
* adm5120: add CONFIG_PCI=y on router_le tooAlexandros C. Couloumbis2010-03-112-0/+2
| | | | SVN-Revision: 20143
* ar71xx: add 2.6.34 preliminary support (patches)Alexandros C. Couloumbis2010-03-1132-0/+1136
| | | | SVN-Revision: 20141
* generic-2.6: add 2.6.34 preliminary support (patches)Alexandros C. Couloumbis2010-03-11104-0/+33933
| | | | SVN-Revision: 20140
* ar71xx: add 2.6.34 preliminary supportAlexandros C. Couloumbis2010-03-111-0/+314
| | | | SVN-Revision: 20139
* generic-2.6: add 2.6.34 preliminary supportAlexandros C. Couloumbis2010-03-111-0/+2844
| | | | SVN-Revision: 20138
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-1159-12/+51
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* avr32: add missing CONFIG_SND_ATMEL_SOC config symbolNicolas Thill2010-03-111-0/+1
| | | | SVN-Revision: 20135
* define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog ↵Florian Fainelli2010-03-112-1/+3
| | | | | | init message Patch from Bernhard Loos. SVN-Revision: 20134
* Add kernel sound packagesLars-Peter Clausen2010-03-118-142/+80
| | | | SVN-Revision: 20132
* jz4740-i2s: Export jz4740_i2s_daiLars-Peter Clausen2010-03-111-0/+1
| | | | SVN-Revision: 20131
* dma: export jz4740_dma_requestLars-Peter Clausen2010-03-111-2/+3
| | | | SVN-Revision: 20129
* metronomefb: Add rotation support and some minor cleanupsLars-Peter Clausen2010-03-112-96/+214
| | | | SVN-Revision: 20128