aboutsummaryrefslogtreecommitdiff
path: root/target/linux
Commit message (Collapse)AuthorAge
* replace some more references to hostapd-mini with wpad-miniFelix Fietkau2010-03-14
| | | | SVN-Revision: 20184
* fix path to the malta kernelFlorian Fainelli2010-03-13
| | | | SVN-Revision: 20183
* resync kernel configFlorian Fainelli2010-03-13
| | | | SVN-Revision: 20182
* fix build hanging on kconfig symbol inputFlorian Fainelli2010-03-13
| | | | SVN-Revision: 20180
* modules.mk: Fix typoLars-Peter Clausen2010-03-13
| | | | SVN-Revision: 20179
* add support for 2.6.33Florian Fainelli2010-03-12
| | | | SVN-Revision: 20158
* fix the building of the lzo decompressor on some architecturesFlorian Fainelli2010-03-12
| | | | SVN-Revision: 20157
* remove CONFIG_PCI=y missed from [20136] in generic 2.6.30 configNicolas Thill2010-03-12
| | | | SVN-Revision: 20156
* Fix image generation for qi_lb60 subtargetLars-Peter Clausen2010-03-11
| | | | SVN-Revision: 20152
* mips: allow the compiler to optimize memset, memcmp, memcpy for better ↵Felix Fietkau2010-03-11
| | | | | | performance and (in some instances) smaller code SVN-Revision: 20151
* ar71xx: fix oprofile supportFelix Fietkau2010-03-11
| | | | SVN-Revision: 20150
* the mips -ffreestanding patch has been unnecessary for a long time now, ↵Felix Fietkau2010-03-11
| | | | | | remove it SVN-Revision: 20149
* adm5120: add CONFIG_PCI=y on router_le tooAlexandros C. Couloumbis2010-03-11
| | | | SVN-Revision: 20143
* ar71xx: add 2.6.34 preliminary support (patches)Alexandros C. Couloumbis2010-03-11
| | | | SVN-Revision: 20141
* generic-2.6: add 2.6.34 preliminary support (patches)Alexandros C. Couloumbis2010-03-11
| | | | SVN-Revision: 20140
* ar71xx: add 2.6.34 preliminary supportAlexandros C. Couloumbis2010-03-11
| | | | SVN-Revision: 20139
* generic-2.6: add 2.6.34 preliminary supportAlexandros C. Couloumbis2010-03-11
| | | | SVN-Revision: 20138
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-11
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* avr32: add missing CONFIG_SND_ATMEL_SOC config symbolNicolas Thill2010-03-11
| | | | SVN-Revision: 20135
* define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog ↵Florian Fainelli2010-03-11
| | | | | | init message Patch from Bernhard Loos. SVN-Revision: 20134
* Add kernel sound packagesLars-Peter Clausen2010-03-11
| | | | SVN-Revision: 20132
* jz4740-i2s: Export jz4740_i2s_daiLars-Peter Clausen2010-03-11
| | | | SVN-Revision: 20131
* dma: export jz4740_dma_requestLars-Peter Clausen2010-03-11
| | | | SVN-Revision: 20129
* metronomefb: Add rotation support and some minor cleanupsLars-Peter Clausen2010-03-11
| | | | SVN-Revision: 20128
* n516-lpc: Fix irq strom during resumeLars-Peter Clausen2010-03-11
| | | | SVN-Revision: 20127
* ar7: platform has *no* PCI support, override CONFIG_PCI defaultNicolas Thill2010-03-10
| | | | SVN-Revision: 20126
* ar71xx: create smaller sysupgrade files for the TP-Link boardsGabor Juhos2010-03-10
| | | | SVN-Revision: 20121
* ar71xx: fix sysupgrade on the LS-SR71 boardGabor Juhos2010-03-10
| | | | SVN-Revision: 20119
* ar8216: fix the mtu register definitionFelix Fietkau2010-03-09
| | | | SVN-Revision: 20110
* ar71xx: add default network configuration for the PB44 boardGabor Juhos2010-03-09
| | | | SVN-Revision: 20099
* adm5120: fix USB LED configuration for the BR-6104KP (closes #4187)Gabor Juhos2010-03-09
| | | | | | * Thanks to Eugeny Zadevalov SVN-Revision: 20098
* ar71xx: add uci-defaults for the RB750 boardGabor Juhos2010-03-09
| | | | SVN-Revision: 20097
* ar71xx: override lan port names on the RB750Gabor Juhos2010-03-09
| | | | SVN-Revision: 20096
* ar71xx: allow overriding of the lan port names on AP91 based boardsGabor Juhos2010-03-09
| | | | SVN-Revision: 20095
* ar71xx: improve wget2nand scriptGabor Juhos2010-03-09
| | | | SVN-Revision: 20094
* ar71xx: fix a typo in the ar7240 dsa driverGabor Juhos2010-03-09
| | | | SVN-Revision: 20093
* ar71xx: ag71xx: fix MAC address setupGabor Juhos2010-03-09
| | | | SVN-Revision: 20092
* ar71xx: add missing protocol definitions to default network configurationsGabor Juhos2010-03-09
| | | | SVN-Revision: 20091
* switch to 2.6.32Florian Fainelli2010-03-09
| | | | SVN-Revision: 20087
* fix missing bits in ar7.h after r20037Florian Fainelli2010-03-09
| | | | SVN-Revision: 20086
* Several small fixes for ar8216 driver (patch by Jonas Gorski)Felix Fietkau2010-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Create defines for some magic values/masks. * Change vlan_id to u16, to allow VIDs > 255. * Add a range check to set_pvid as it isn't a VID, but the index in the vlan table. * Set the max VID to 4094, since 4095 is a reserved value and should not be used. * In mangle_rx replace the provided VID with the VID of the table entry of the port, not the index of the table. * In hw_apply, remove a redundant emptyness check (was already checked several lines above). * In no vlan mode do not set the ingress mode to secure, as there are no vlan table entries, but to use the port's destination masks. Otherwise the switch won't forward anything. * In read_status tell that the phy is up (taken from the rtl8306 driver). SVN-Revision: 20083
* jz4740: Properly setup intc irq handler.Lars-Peter Clausen2010-03-09
| | | | SVN-Revision: 20082
* n516-lpc: Ack wakeup events and some minor cleanupsLars-Peter Clausen2010-03-09
| | | | SVN-Revision: 20075
* brcm47xx: fix commit r18413 "128MB ram problem"Hauke Mehrtens2010-03-08
| | | | | | | | | | The patch commited in r18413 was wrong. This patch prevents prom_init_mem from scanning over 128MB ram. This is from #6765 and #3177 Refresh all patches SVN-Revision: 20072
* jz4740-gpio: Fix potential race conditionLars-Peter Clausen2010-03-08
| | | | SVN-Revision: 20071
* Fix gpio and irq wakeup irq handling.Lars-Peter Clausen2010-03-08
| | | | SVN-Revision: 20070
* Export gpio and irq registers through debugfsLars-Peter Clausen2010-03-08
| | | | SVN-Revision: 20069
* ar71xx: simplify WP543 image generation, and fix rootfs offsetGabor Juhos2010-03-08
| | | | SVN-Revision: 20063
* ar71xx: sync .33 configGabor Juhos2010-03-08
| | | | SVN-Revision: 20060
* ar71xx: enable AR7240 DSA driver on 2.6.33 as wellGabor Juhos2010-03-08
| | | | SVN-Revision: 20059