summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* rename generic-2.6/config-default to generic-2.6/config-2.6.21Felix Fietkau2008-09-211-0/+0
| | | | SVN-Revision: 12637
* rename generic-2.6/patches to generic-2.6/patches-2.6.21Felix Fietkau2008-09-2144-0/+0
| | | | SVN-Revision: 12636
* atheros: don't try to enable pci on AR2317 (fixes #3533)Felix Fietkau2008-09-192-22/+16
| | | | SVN-Revision: 12633
* remove some debug stuffGabor Juhos2008-09-183-14/+0
| | | | SVN-Revision: 12631
* create firmware image for the WP543 boardGabor Juhos2008-09-181-9/+38
| | | | SVN-Revision: 12628
* add MyLoader supportGabor Juhos2008-09-1810-43/+309
| | | | SVN-Revision: 12627
* remove 2.6.25 config as wellGabor Juhos2008-09-181-243/+0
| | | | SVN-Revision: 12626
* nuke 2.6.25 specific patchesGabor Juhos2008-09-1812-506/+0
| | | | SVN-Revision: 12625
* WP543: add static mtd partitionsGabor Juhos2008-09-181-1/+25
| | | | SVN-Revision: 12624
* fix the PCI byte lane enable generation code, based on a patch by Chris DearmanGabor Juhos2008-09-171-5/+6
| | | | SVN-Revision: 12617
* add missing Kconfig symbolNicolas Thill2008-09-151-0/+1
| | | | SVN-Revision: 12611
* remove 2.6.25 specific stuffGabor Juhos2008-09-1384-14403/+1
| | | | SVN-Revision: 12598
* remove old atheros kernels and patchesFelix Fietkau2008-09-1324-1393/+0
| | | | SVN-Revision: 12590
* convert to GPIOLIBGabor Juhos2008-09-125-241/+210
| | | | SVN-Revision: 12571
* use generic cansleep wrappers for GPIOGabor Juhos2008-09-111-19/+1
| | | | SVN-Revision: 12567
* 2.6.26: add gpiommc driverGabor Juhos2008-09-105-297/+1249
| | | | SVN-Revision: 12566
* au1000: fix gpio outputFlorian Fainelli2008-09-091-0/+20
| | | | | | | | | | | | when setting the output state of one GPIO pin we have to keep the state of the other pins, hence use binary OR. also gpio_direction_output() wants to set an initial value, so add that too. this fixes a problem with the USB power switch on mtx-1 boards. (#3974) Signed-off-by: Bruno Randolf <br1@einfach.org> SVN-Revision: 12561
* bump ifxmips to 2.6.26.2John Crispin2008-09-093-70/+93
| | | | SVN-Revision: 12557
* build more image typesGabor Juhos2008-09-071-4/+11
| | | | SVN-Revision: 12545
* add gpio-buttons devicesGabor Juhos2008-09-074-0/+100
| | | | SVN-Revision: 12544
* simplify leds-gpio device registrationGabor Juhos2008-09-074-34/+56
| | | | SVN-Revision: 12543
* 2.6.26: fix build error caused by the gpio sysfs stuffGabor Juhos2008-09-051-1/+3
| | | | SVN-Revision: 12536
* 2.6.26: fix gpio sysfs patch, forgot to refresh itGabor Juhos2008-09-041-14/+18
| | | | SVN-Revision: 12529
* register gpio-leds on the WP543 boardGabor Juhos2008-09-041-0/+46
| | | | SVN-Revision: 12528
* enable gpio sysfs supportGabor Juhos2008-09-041-0/+1
| | | | SVN-Revision: 12527
* 2.6.26: backport gpio sysfs support form 2.6.27-rcXGabor Juhos2008-09-042-0/+1021
| | | | SVN-Revision: 12526
* enable USB support, and sync kernel configGabor Juhos2008-09-031-6/+10
| | | | SVN-Revision: 12521
* make use the USB controller on the WP543 boardGabor Juhos2008-09-031-0/+2
| | | | SVN-Revision: 12520
* fix platform device ids of the USB controllersGabor Juhos2008-09-031-2/+2
| | | | SVN-Revision: 12519
* fix EHCI driverGabor Juhos2008-09-031-2/+0
| | | | SVN-Revision: 12518
* fix phy id on the WP543 boardGabor Juhos2008-09-031-2/+2
| | | | SVN-Revision: 12517
* final fix for BCM5354 USB cores, hopefullyImre Kaloz2008-09-021-3/+13
| | | | SVN-Revision: 12499
* Treat vlynq external divisor just like automatic, fix comment about it, ↵Florian Fainelli2008-09-011-1/+3
| | | | | | thanks sn9 SVN-Revision: 12467
* make openwrt boot on ar9130 (currently no ethernet yet)Felix Fietkau2008-09-012-12/+49
| | | | SVN-Revision: 12463
* Move I2C_PCA Kconfig item to generic-2.6Nicolas Thill2008-09-012-1/+1
| | | | SVN-Revision: 12459
* Fix divisor calculation and configuration from previous commit, thanks sn9Florian Fainelli2008-09-015-44/+22
| | | | SVN-Revision: 12454
* add a gzipped uImage for ar71xxFelix Fietkau2008-09-011-0/+5
| | | | SVN-Revision: 12453
* Backport new Sierra Wireless USB IDs from 2.6.27 to .25 & .26 (closes: #3912)Nicolas Thill2008-08-312-0/+32
| | | | | | Signed-off-by: Dirk Nehring <dnehring@gmx.net> SVN-Revision: 12447
* Build images for the AG310, thanks sn9Florian Fainelli2008-08-311-0/+1
| | | | SVN-Revision: 12446
* Sync ar7 default network configuration with latest firewall and network ↵Florian Fainelli2008-08-311-2/+2
| | | | | | settings, thanks sn9 SVN-Revision: 12444
* Fix divisor settings for external devices like wireless devices, thanks sn9Florian Fainelli2008-08-312-14/+42
| | | | SVN-Revision: 12443
* Build images for WAG54GP2v1 and v2, thanks sn9Florian Fainelli2008-08-301-1/+3
| | | | SVN-Revision: 12438
* Add 2.6.26 kernel configuration fileFlorian Fainelli2008-08-301-0/+215
| | | | SVN-Revision: 12437
* Switch ar7 to 2.6.26, thanks sn9Florian Fainelli2008-08-304-48/+111
| | | | SVN-Revision: 12436
* remove bogus ifxmips network config overrideFelix Fietkau2008-08-281-14/+0
| | | | SVN-Revision: 12423
* ifxmips should not overwrite DEFAULT_PACKAGESJohn Crispin2008-08-271-1/+1
| | | | SVN-Revision: 12406
* generate images for the EASY 5120P-ATA boardGabor Juhos2008-08-272-0/+15
| | | | SVN-Revision: 12405
* adds several fixes to etrax, make openssl work on etraxJohn Crispin2008-08-264-101/+142
| | | | SVN-Revision: 12393
* disable fpu emulation on magicbox -- no idea how it got back thereImre Kaloz2008-08-251-1/+1
| | | | SVN-Revision: 12390
* update sibyte config, disable unneeded featuresImre Kaloz2008-08-251-36/+22
| | | | SVN-Revision: 12389