aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
Commit message (Collapse)AuthorAgeFilesLines
* kernel: move CONFIG_MIPS_FPU_EMU to generic kernel configFelix Fietkau2009-11-293-3/+0
| | | | SVN-Revision: 18603
* ar71xx: mask out reserved bits from the dma tx status in the ethernet driverFelix Fietkau2009-11-291-6/+13
| | | | SVN-Revision: 18599
* ar71xx: add usb support for ubnt rocket mFelix Fietkau2009-11-294-3/+53
| | | | SVN-Revision: 18598
* ar71xx: fix mac address for 5GHz interface on WNDR3700Gabor Juhos2009-11-281-5/+9
| | | | SVN-Revision: 18586
* ar71xx: update ath9k_platform.hGabor Juhos2009-11-281-0/+1
| | | | SVN-Revision: 18585
* ar71xx: fix extension of the WNDR3700 firmware imageGabor Juhos2009-11-281-1/+1
| | | | SVN-Revision: 18579
* ar71xx: override mtd partitions for the TEW-632BRP familyGabor Juhos2009-11-281-5/+6
| | | | SVN-Revision: 18578
* ar71xx: create images for the WNDR3700, which can be flashed via the factory ↵Gabor Juhos2009-11-281-0/+4
| | | | | | web interface SVN-Revision: 18571
* ar71xx: create sysupgrade image for the WNDR3700Gabor Juhos2009-11-282-0/+52
| | | | SVN-Revision: 18570
* ar71xx: fix a typo in ar71xx.shGabor Juhos2009-11-281-1/+1
| | | | SVN-Revision: 18568
* ar71xx: add default network configuration file for the WNDR3700Gabor Juhos2009-11-271-0/+16
| | | | SVN-Revision: 18566
* ar71xx: add PCI fixup for the WNDR3700 boardGabor Juhos2009-11-271-0/+77
| | | | SVN-Revision: 18565
* ar71xx: fix pll_1000 values for the WNDR3700Gabor Juhos2009-11-271-0/+2
| | | | SVN-Revision: 18564
* ar71xx: add AR724x GPIO_FUNC register bit definesGabor Juhos2009-11-271-0/+18
| | | | SVN-Revision: 18561
* ar71xx: fix AR724X_GPIO_COUNTGabor Juhos2009-11-271-1/+1
| | | | SVN-Revision: 18560
* ar71xx: add AR724x register definesGabor Juhos2009-11-271-0/+2
| | | | SVN-Revision: 18559
* ar71xx: rename TL-WRx41 images, because newer factory web interface does not ↵Gabor Juhos2009-11-251-1/+1
| | | | | | accept files with '.uni' extension. SVN-Revision: 18535
* ar71xx: use MkImageLzma template for Ubiquiti XM devicesGabor Juhos2009-11-251-5/+1
| | | | SVN-Revision: 18534
* ar71xx: add sysupgrade support for Ubiquiti XM boardsGabor Juhos2009-11-252-3/+7
| | | | SVN-Revision: 18533
* ar71xx: enable failsafe on the Nanostation M/Rocket MGabor Juhos2009-11-252-1/+7
| | | | SVN-Revision: 18532
* ar71xx: create combined images for the RS, RS-PRO and LS-SR71 boards, and ↵Gabor Juhos2009-11-252-2/+93
| | | | | | add sysupgrade support for them SVN-Revision: 18531
* ar71xx: dont't build images for Ubiquiti XM devices with the Madwifi profileGabor Juhos2009-11-251-1/+3
| | | | SVN-Revision: 18530
* ar71xx: the squashfs-4k images are unreliable in some builds. add 4k, 8k ↵Felix Fietkau2009-11-241-4/+2
| | | | | | padding to the generic squashfs images and use them on 4k devices as well SVN-Revision: 18526
* ar71xx: use 4k erase size images for ubnt xmFelix Fietkau2009-11-231-1/+1
| | | | SVN-Revision: 18498
* ar71xx: build images for ubnt bullet-m, rocket-m and nano-mFelix Fietkau2009-11-181-0/+43
| | | | SVN-Revision: 18451
* ar71xx: use a separate board id for rocket mFelix Fietkau2009-11-183-5/+10
| | | | SVN-Revision: 18450
* ar71xx: enable command-line mtd map parsingFelix Fietkau2009-11-183-0/+3
| | | | SVN-Revision: 18449
* ar71xx: add Ubiquiti Rocket M and Nanostation M supportMatteo Croce2009-11-183-33/+55
| | | | SVN-Revision: 18447
* ar71xx: setup platform data for ath9k on the TL-WR741ND, Bullet M and on the ↵Gabor Juhos2009-11-163-5/+96
| | | | | | WNDR3700 boards SVN-Revision: 18437
* ar71xx: register LEDs and buttons on the WNDR3700Gabor Juhos2009-11-162-1/+63
| | | | | | Thanks to aorlinks (https://forum.openwrt.org/viewtopic.php?pid=97415#p97415) SVN-Revision: 18435
* ar71xx: use __init for ar{71,91}xx_usb_setupGabor Juhos2009-11-161-2/+2
| | | | SVN-Revision: 18434
* ar71xx: add preliminary support for the Netgear WNDR3700Gabor Juhos2009-11-1310-0/+163
| | | | | | | Based on patches by Marco Porsch from: https://forum.openwrt.org/viewtopic.php?id=22311 SVN-Revision: 18411
* ar71xx: add profile for the TL-WR841ND v5 boardGabor Juhos2009-11-131-0/+11
| | | | SVN-Revision: 18409
* some more Kconfig symbol move..Imre Kaloz2009-11-113-3/+0
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-113-12/+0
| | | | SVN-Revision: 18370
* sort all target config filesImre Kaloz2009-11-113-35/+35
| | | | SVN-Revision: 18367
* ar71xx: sync 2.6.31 kernel configGabor Juhos2009-10-301-6/+0
| | | | SVN-Revision: 18227
* ar71xx: add preliminary support for the TL-WR841ND v5 boardGabor Juhos2009-10-301-0/+5
| | | | SVN-Revision: 18226
* ar71xx: use soc specific divider for mdio clockGabor Juhos2009-10-304-11/+23
| | | | SVN-Revision: 18225
* ar71xx: update mdio_reset codeGabor Juhos2009-10-301-2/+5
| | | | SVN-Revision: 18224
* ar71xx: add missing profiles for the TL-WR841ND v3 and MZK-W300NH boardsGabor Juhos2009-10-302-0/+22
| | | | SVN-Revision: 18223
* ar71xx: simplify image generationGabor Juhos2009-10-301-51/+55
| | | | SVN-Revision: 18222
* update to 2.6.30.9Florian Fainelli2009-10-231-1/+1
| | | | SVN-Revision: 18126
* ar71xx: add default network configuration for RS and RS-ProGabor Juhos2009-10-203-0/+35
| | | | SVN-Revision: 18103
* ar71xx: add default network configuration file for the WP543 boardGabor Juhos2009-10-201-0/+12
| | | | SVN-Revision: 18101
* ar71xx: Compex WPJ543 board is supported as wellGabor Juhos2009-10-203-4/+4
| | | | SVN-Revision: 18100
* ar71xx: fix PCI IRQ map of the WP543Gabor Juhos2009-10-201-2/+6
| | | | SVN-Revision: 18099
* ar71xx: create firmware image for WP543 boards with 4/8/16MB of flashGabor Juhos2009-10-191-3/+15
| | | | SVN-Revision: 18075
* ar71xx: enable myloader partition parser on 2.6.30 and 2.6.31Gabor Juhos2009-10-192-0/+2
| | | | SVN-Revision: 18074
* ar71xx: sync 2.6.30 kernel configGabor Juhos2009-10-191-6/+1
| | | | SVN-Revision: 18073