summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* update to 3.0.1Florian Fainelli2011-08-094-1/+40
| | | | SVN-Revision: 27943
* add CONFIG_EARLY_PRINTKFlorian Fainelli2011-08-091-0/+1
| | | | SVN-Revision: 27942
* bcm63xx: add support for linux 3.1-rc1Jonas Gorski2011-08-0940-0/+5184
| | | | SVN-Revision: 27941
* linux: generic: add support for 3.1-rc1Jonas Gorski2011-08-09115-0/+66018
| | | | SVN-Revision: 27940
* Add packages that will be relant as "There's a new Alix platform driver ↵Daniel Dickinson2011-08-082-1/+5
| | | | | | | | hitting linux-next upstream. Get ready for it in 2.6.39.4 and 3.0. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>" SVN-Revision: 27929
* kernel: fix another typo in the netfilter optimization patchesFelix Fietkau2011-08-072-2/+2
| | | | SVN-Revision: 27927
* kernel: add missing optionHauke Mehrtens2011-08-061-0/+1
| | | | SVN-Revision: 27925
* kernel: add missing checks in the netfilter optimization patch which broke ↵Felix Fietkau2011-08-064-19/+25
| | | | | | some rules containing only source/destination address checks SVN-Revision: 27923
* uml: add some missing optionsHauke Mehrtens2011-08-061-1/+2
| | | | SVN-Revision: 27921
* kernel: add some missing config optionsHauke Mehrtens2011-08-068-0/+17
| | | | | | These options where found by buildbot SVN-Revision: 27920
* kernel: update to kernel version 3.0.1Hauke Mehrtens2011-08-0611-15/+15
| | | | SVN-Revision: 27918
* update to kernel 3.0Florian Fainelli2011-08-053-4/+171
| | | | SVN-Revision: 27912
* add more missing config symbolsFlorian Fainelli2011-08-051-0/+3
| | | | SVN-Revision: 27911
* update to kernel 3.0Florian Fainelli2011-08-051-1/+1
| | | | SVN-Revision: 27910
* add 101-perf_arm_uclibc.patch to 3.0 patchesFlorian Fainelli2011-08-051-0/+13
| | | | SVN-Revision: 27909
* add missing config symbolFlorian Fainelli2011-08-051-1/+2
| | | | SVN-Revision: 27908
* ar71xx: fix image generationGabor Juhos2011-08-051-5/+5
| | | | SVN-Revision: 27907
* brcm47xx: use kernel 3.0Hauke Mehrtens2011-08-041-1/+1
| | | | | | As this target changes often these days it is hard to support more kernel versions. Now only kernel 3.0 is supported. SVN-Revision: 27906
* brcm47xx: update patchesHauke Mehrtens2011-08-0436-470/+1714
| | | | | | | | * this adds sflash support for ssb devices * the flash is now a platform device * minor updates SVN-Revision: 27902
* ar71xx: enable sysupgrade on the AP96 and DB120 boardsGabor Juhos2011-08-041-1/+1
| | | | SVN-Revision: 27901
* ar71xx: use the same test for AP121 and Zcomax sysupgrade imagesGabor Juhos2011-08-041-9/+2
| | | | SVN-Revision: 27900
* ar71xx: cleanup image generation MakefileGabor Juhos2011-08-041-276/+154
| | | | SVN-Revision: 27899
* ar71xx: fix ethernet FIFO state corruption on ar7240Felix Fietkau2011-08-042-20/+61
| | | | | | | | | When starting/stopping DMA sometimes the FIFO state gets corrupted, leading to wildly fluctuating latencies or packet data corruption. Fix this by issuing a fast MAC reset as soon as the link is detected as up. Fixes #9689, #9405 SVN-Revision: 27896
* ag71xx: fix memory corruption issues on ar7240 on ethernet start/stopFelix Fietkau2011-08-042-3/+19
| | | | | | | | | | | When the DMA engine state gets corrupted due to a hardware issues, it often won't stop rx until a full reset is issued. In that case the hardware must keep a valid descriptor, otherwise it will write to random places in system RAM, triggering random crashes. To fix this, keep a dummy descriptor without a buffer that keeps the DMA engine in a sane state until the reset is done SVN-Revision: 27895
* ar71xx: fix MAC/MDIO reset mask handlingFelix Fietkau2011-08-041-2/+2
| | | | SVN-Revision: 27894
* generic: Add missing config symbolJonas Gorski2011-08-032-0/+2
| | | | SVN-Revision: 27887
* remove 8*1-usb_serial_endpoint_size.patchFlorian Fainelli2011-08-038-204/+0
| | | | | | This is breaking some devices out there such as Winchiphead CH341 adapters (#9601) SVN-Revision: 27885
* add support for BCM6345 Ethernet DMA engineFlorian Fainelli2011-08-024-2/+1062
| | | | SVN-Revision: 27881
* improve BCM6345 supportFlorian Fainelli2011-08-0233-72/+314
| | | | | | | | - runtime detect the amount of memory available - define EBI_BASE as MPI_BASE to get rid of chip-select specific hacks - fix GPIO control SVN-Revision: 27880
* refresh 3.0 patchesFlorian Fainelli2011-08-022-8/+8
| | | | SVN-Revision: 27879
* ar71xx: add some hacks to work around the misalignment in IP packets ↵Felix Fietkau2011-08-021-0/+117
| | | | | | received on AR71xx and AR91xx ethernet MACs decreases CPU load with the default firewall for routing 95 mbit/s from 78% to 55% SVN-Revision: 27878
* fix r6040 multicast patch, thanks nicolas le falherFlorian Fainelli2011-08-021-47/+21
| | | | SVN-Revision: 27876
* linux/generic: remove obsolete kernel options from 3.0Jonas Gorski2011-08-021-62/+1
| | | | | | Also fix one typo. SVN-Revision: 27875
* kernel: Fix firewire for 2.6.37+Jonas Gorski2011-08-024-32/+0
| | | | | | | | The old ieee1394 stack was removed in 2.6.37. The new firewire stack is available for all kernel versions, but experimental for the older one, so make both available where appropriate. SVN-Revision: 27874
* imagebuilder: clean opkg files if requested (patch from #9866)Felix Fietkau2011-08-011-0/+1
| | | | SVN-Revision: 27872
* kernel: enable inotify by default (#8055)Felix Fietkau2011-07-318-11/+11
| | | | SVN-Revision: 27853
* kernel: add a new version of my netfilter speedup patches for linux 2.6.39 ↵Felix Fietkau2011-07-308-0/+443
| | | | | | and 3.0 SVN-Revision: 27840
* upgrade to 3.0 (magicbox ata and openrb usb is broken, but the current ↵Imre Kaloz2011-07-297-57/+44
| | | | | | kernel didn't compile at all, so...) SVN-Revision: 27826
* ar71xx: merge WZR-HP-G301NH support into WZR-HP-G300NHJonas Gorski2011-07-2810-53/+18
| | | | | | | | Now that we can use a generic name for the switch there is no need for a separate image for the WZR-HP-G301NH. Update the default network config and remove the extra image. SVN-Revision: 27814
* ramips: rt305x: add support for the Netcore NW718 boardGabor Juhos2011-07-2810-1/+189
| | | | SVN-Revision: 27813
* ramips: rt305x: add support for the Asus RT-G32 B1 boardGabor Juhos2011-07-289-1/+143
| | | | | | Based on a patch by: Sergiy <piratfm@gmail.com> SVN-Revision: 27812
* ramips: rt305x: enable M25P80 driverGabor Juhos2011-07-281-0/+2
| | | | | | Based on a patch by Sergiy <piratfm@gmail.com> SVN-Revision: 27811
* ramips: rt305x: introduce rt305x_register_spi helperGabor Juhos2011-07-282-0/+24
| | | | | | Based on a patch by Sergiy <piratfm@gmail.com> SVN-Revision: 27810
* ramips: add SPI controller driverGabor Juhos2011-07-284-0/+589
| | | | | | Based on a patch by Sergiy <piratfm@gmail.com> SVN-Revision: 27809
* ramips: rt305x: add support for the DIR-600 B1,B2 boardsGabor Juhos2011-07-287-5/+23
| | | | SVN-Revision: 27808
* ramips: rt305x: change machine id for DIR-300Gabor Juhos2011-07-284-4/+4
| | | | SVN-Revision: 27807
* ramips: rt305x: rename LEDs on the DIR-300-B1Gabor Juhos2011-07-282-4/+4
| | | | SVN-Revision: 27806
* ramips: rt305x: sort Kconfig/Makefile entriesGabor Juhos2011-07-282-19/+19
| | | | SVN-Revision: 27805
* ramips: rt305x: fix uci-defaults/network script for the RT3350 based boardsGabor Juhos2011-07-281-2/+2
| | | | | | | | | | | This change corrects expected CPU name of Ralink RT3050, which describes itself as RT3350 (this name is ripped off chip and elevated to user space via /proc/cpuinfo.) This patch fixes wired network on DIR-300 rev B and DIR-600 rev B Signed-off-by: Slawomir Cygan <wiewior@wiewior.eu.org> SVN-Revision: 27804
* ramips: fix PWH2004 image generationGabor Juhos2011-07-281-1/+1
| | | | SVN-Revision: 27803