summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* add missing config optionFelix Fietkau2008-10-291-0/+1
| | | | SVN-Revision: 13074
* Update kernel configuration and add profiles and per-profile kernel ↵Florian Fainelli2008-10-285-9/+48
| | | | | | configuration files for AMIT and Zyxel boards, thanks sn9 SVN-Revision: 13064
* Add flashmap support for AMIT and Zyxel boards, thanks sn9Florian Fainelli2008-10-282-6/+300
| | | | SVN-Revision: 13063
* Remove some configuration files, workarounds are now in the ethernet driver, ↵Florian Fainelli2008-10-284-46/+38
| | | | | | thanks sn9 SVN-Revision: 13062
* Add amit boards specific fixupsFlorian Fainelli2008-10-284-0/+124
| | | | SVN-Revision: 13061
* improve routing/nat performance for devices using the marvell 88e6060 switchFelix Fietkau2008-10-285-10/+89
| | | | SVN-Revision: 13060
* Prepare image Makefile to generate valid images for amit and g570s boards, ↵Florian Fainelli2008-10-281-5/+21
| | | | | | thanks sn9 SVN-Revision: 13059
* Fix target description and features available for rdcFlorian Fainelli2008-10-281-2/+2
| | | | SVN-Revision: 13058
* Use 2.6.27.4 kernel versionFlorian Fainelli2008-10-281-1/+1
| | | | SVN-Revision: 13055
* Add preliminary support for USR8200 boardPeter Denison2008-10-261-0/+327
| | | | SVN-Revision: 13049
* Fix typoFlorian Fainelli2008-10-241-1/+1
| | | | SVN-Revision: 13046
* select gpioctl by default on atherosFelix Fietkau2008-10-231-1/+1
| | | | SVN-Revision: 13040
* Update to 2.6.26.7Florian Fainelli2008-10-2314-14/+14
| | | | SVN-Revision: 13036
* Update targets to 2.6.27.3Florian Fainelli2008-10-231-1/+1
| | | | SVN-Revision: 13035
* fix accidentally committed typoFelix Fietkau2008-10-231-1/+1
| | | | SVN-Revision: 13025
* Update patches and rename board 9 stands for development boardFlorian Fainelli2008-10-223-9/+16
| | | | SVN-Revision: 13024
* remove more redundant files and clone files-2.6.23 for 2.6.24 - fixes rdc ↵Felix Fietkau2008-10-22165-45570/+7767
| | | | | | build errors SVN-Revision: 13022
* Add missing evaloader specific changes from #2830Florian Fainelli2008-10-201-3/+8
| | | | SVN-Revision: 13018
* Do not use dynamic ticks on rb532 (#4110)Florian Fainelli2008-10-201-2/+2
| | | | SVN-Revision: 13017
* Add definitions for bcm96350vw, add back bcm63xx mtd driver, be careful when ↵Florian Fainelli2008-10-205-2/+120
| | | | | | testing with 8MB devices SVN-Revision: 13015
* fix boot failure on some boardsGabor Juhos2008-10-201-0/+108
| | | | SVN-Revision: 13013
* Remove me from the gpio-spi related stuffMichael Büsch2008-10-193-70/+54
| | | | SVN-Revision: 13011
* change the way ./files* and the generic kernel files are applied. ./files ↵Felix Fietkau2008-10-18122-8964/+0
| | | | | | now applies to *ALL* kernel versions, and is copied along with ./files-* - this gets rid of quite a bit of redundancy in the extra kernel drivers. SVN-Revision: 13010
* add new switch configuration apiFelix Fietkau2008-10-188-0/+2132
| | | | SVN-Revision: 13009
* atheros: clean up the board data detection code and attempt to boot the ↵Felix Fietkau2008-10-181-17/+77
| | | | | | kernel even when the board data was not found (radio data still needs to be present) SVN-Revision: 13006
* don't override CONFIG_BLK_DEVGabor Juhos2008-10-181-1/+0
| | | | SVN-Revision: 13002
* New Broadcom BCM63xx codebase, huge thanks to Maxime ;)Florian Fainelli2008-10-1714-1/+10838
| | | | SVN-Revision: 13001
* don't override CONFIG_CRYPTOGabor Juhos2008-10-171-1/+0
| | | | SVN-Revision: 13000
* don't override CONFIG_BRIDGEGabor Juhos2008-10-171-3/+0
| | | | SVN-Revision: 12999
* change ag71xx platform device registrationGabor Juhos2008-10-175-27/+61
| | | | SVN-Revision: 12997
* fix RB-493 detectionGabor Juhos2008-10-161-0/+3
| | | | SVN-Revision: 12991
* move inclusion of the mach-ar71xx/Kconfig into the right patchGabor Juhos2008-10-166-20/+20
| | | | SVN-Revision: 12988
* refresh patches against 2.6.27 finalGabor Juhos2008-10-15133-433/+433
| | | | SVN-Revision: 12987
* preliminary support for the RB-493/AH, based on a patch by Carl RiechersGabor Juhos2008-10-153-4/+29
| | | | SVN-Revision: 12986
* minor ethernet driver updateGabor Juhos2008-10-153-9/+11
| | | | SVN-Revision: 12985
* change mtd partition map, use rootfs_split, and generate a firmware image ↵Gabor Juhos2008-10-133-19/+20
| | | | | | for the WBD-111 SVN-Revision: 12976
* allow the mkmylofw command to fail in case the image is too big for some ↵Felix Fietkau2008-10-131-1/+1
| | | | | | compex devices SVN-Revision: 12964
* mark ar71xx as no longer broken and enable madwifiFelix Fietkau2008-10-131-2/+2
| | | | SVN-Revision: 12963
* enable debugfs by defaultFelix Fietkau2008-10-111-1/+1
| | | | SVN-Revision: 12949
* fixup GPS on the cambria - thanks ChrisImre Kaloz2008-10-094-24/+36
| | | | SVN-Revision: 12935
* experimental support for 2.6.27Gabor Juhos2008-10-0911-0/+595
| | | | SVN-Revision: 12932
* fix 2.6.26.x boot failure on ar2313 (closes #4082)Gabor Juhos2008-10-081-1/+1
| | | | SVN-Revision: 12928
* fix section mismatch warningGabor Juhos2008-10-081-1/+1
| | | | SVN-Revision: 12918
* sync kernel configGabor Juhos2008-10-071-3/+0
| | | | SVN-Revision: 12893
* refresh 2.6.27 patches based on -rc9Gabor Juhos2008-10-0710-52/+43
| | | | SVN-Revision: 12892
* fix compile errors in USB driver under 2.6.27Gabor Juhos2008-10-071-0/+69
| | | | SVN-Revision: 12891
* don't register GPIO 0 as LED. it drives the chip select line of the SPI ↵Felix Fietkau2008-10-071-1/+1
| | | | | | flash on most AR2317 boards. fixes strange jffs2 errors on bootup SVN-Revision: 12881
* update mini_fo fix for 2.6.27Gabor Juhos2008-10-061-3/+13
| | | | SVN-Revision: 12875
* make gpio_dev compatible with GPIOLIB & GPIO_SYSFS (closes #4016)Gabor Juhos2008-10-054-12/+12
| | | | SVN-Revision: 12864
* experimental support for 2.6.27Gabor Juhos2008-10-05115-0/+1602
| | | | SVN-Revision: 12863