summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
Commit message (Collapse)AuthorAgeFilesLines
* add a defconfig for wrt160nl which contains switch settingsFelix Fietkau2009-10-021-0/+25
| | | | SVN-Revision: 17826
* ar71xx: fix usb preselection in profilesFelix Fietkau2009-10-024-6/+6
| | | | SVN-Revision: 17822
* ar71xx: use 'link4' LED for diagnostic on Bullet MGabor Juhos2009-10-011-0/+3
| | | | SVN-Revision: 17813
* ar71xx: initialize PCI controller on the Bullet MGabor Juhos2009-10-011-0/+11
| | | | SVN-Revision: 17812
* ar71xx: init ethernet mac address on the Bullet MGabor Juhos2009-10-011-0/+3
| | | | SVN-Revision: 17811
* ar71xx: add default network configuration for the Bullet MGabor Juhos2009-10-012-0/+15
| | | | SVN-Revision: 17810
* ar71xx: register GPIO button on the Bullet MGabor Juhos2009-10-011-0/+16
| | | | SVN-Revision: 17809
* ar71xx: add PCI Host Controller fixup for ar724xGabor Juhos2009-10-011-0/+23
| | | | SVN-Revision: 17808
* ar71xx: use ar71xx_pci_fixup on ar71xx SoCs onlyGabor Juhos2009-10-011-0/+5
| | | | SVN-Revision: 17807
* ar71xx: fix a typo in the ar724x PCI codeGabor Juhos2009-10-011-1/+1
| | | | SVN-Revision: 17806
* kernel: upgrade to 2.6.30.8 and refresh patchesGabor Juhos2009-10-014-6/+6
| | | | SVN-Revision: 17804
* ar71xx: flush mii register writesGabor Juhos2009-09-232-2/+8
| | | | SVN-Revision: 17695
* ar71xx: refresh 2.6.28 patchesGabor Juhos2009-09-231-3/+3
| | | | SVN-Revision: 17694
* ar71xx: don't use mac_base2 in the ag71xx driverGabor Juhos2009-09-234-58/+23
| | | | SVN-Revision: 17693
* ar71xx: remove some extern directives in the ag71xx driverGabor Juhos2009-09-231-6/+6
| | | | SVN-Revision: 17692
* update to latest 2.6.27 and 2.6.30 kernelsImre Kaloz2009-09-171-1/+1
| | | | SVN-Revision: 17602
* ar71xx: preliminary Ubiquiti Bullet M supportMatteo Croce2009-09-153-0/+50
| | | | SVN-Revision: 17586
* kernel: get rid of the simple_prom_emulator, it is not really usefulGabor Juhos2009-09-106-33/+0
| | | | SVN-Revision: 17567
* ar71xx: rewrite prom code (based on a patch by Jeff Hansen)Gabor Juhos2009-09-104-70/+117
| | | | SVN-Revision: 17566
* kernel: add generic image_cmdline hack to MIPS targetsGabor Juhos2009-09-103-0/+3
| | | | SVN-Revision: 17563
* ar71xx: refresh patchesGabor Juhos2009-09-106-11/+11
| | | | SVN-Revision: 17559
* update to 2.6.30.6, compile tested on some targets onlyFlorian Fainelli2009-09-091-1/+1
| | | | SVN-Revision: 17549
* ar71xx: add preliminary support for the RB-411U (thanks to Feher Zoltan for ↵Gabor Juhos2009-09-083-0/+21
| | | | | | testing) SVN-Revision: 17543
* ar71xx: the adm6996 phy driver does not work with the RouterStation, disable ↵Gabor Juhos2009-09-083-3/+0
| | | | | | it until we find a better solution SVN-Revision: 17539
* ar71xx: use WPS led for diagnostic on WRT160NLGabor Juhos2009-09-051-1/+1
| | | | SVN-Revision: 17518
* move early_printk stuff into a separate fileGabor Juhos2009-08-263-14/+31
| | | | SVN-Revision: 17403
* remove AR71XX_EARLY_SERIAL stuffGabor Juhos2009-08-257-36/+0
| | | | SVN-Revision: 17400
* add 2.6.31 configGabor Juhos2009-08-241-0/+229
| | | | SVN-Revision: 17369
* add patches for 2.6.31Gabor Juhos2009-08-2431-0/+876
| | | | SVN-Revision: 17366
* initialize ndo_tx_timeout field of netdev_opsGabor Juhos2009-08-241-3/+7
| | | | SVN-Revision: 17363
* refresh patchesGabor Juhos2009-08-242-5/+5
| | | | SVN-Revision: 17362
* preliminary failsafe support (closes #5726)Gabor Juhos2009-08-191-8/+30
| | | | SVN-Revision: 17321
* add diag script (closes #5725)Gabor Juhos2009-08-191-0/+96
| | | | SVN-Revision: 17320
* fix package name of kmod-leds-gpioGabor Juhos2009-08-191-1/+1
| | | | SVN-Revision: 17318
* use 2.6.30.5Florian Fainelli2009-08-171-1/+1
| | | | SVN-Revision: 17296
* add the swconfig utility to the wrt160nl profileFelix Fietkau2009-08-141-1/+1
| | | | SVN-Revision: 17250
* ar71xx: enable rtl8306 support by default (for wrt160nl)Felix Fietkau2009-08-142-0/+3
| | | | SVN-Revision: 17249
* ar71xx: change the linking order of the ag71xx module so that the driver can ↵Felix Fietkau2009-08-142-12/+12
| | | | | | take advantage of phy fixups SVN-Revision: 17247
* switch to 2.6.30Gabor Juhos2009-08-131-1/+1
| | | | SVN-Revision: 17244
* WRT160NL: add default trigger for the power ledGabor Juhos2009-08-091-0/+1
| | | | SVN-Revision: 17203
* enable sysupgrade on the WRT160NlGabor Juhos2009-08-091-1/+8
| | | | SVN-Revision: 17202
* WRT160NL: more mtd parser cleanupGabor Juhos2009-08-091-68/+106
| | | | SVN-Revision: 17201
* WRT160NL: enable mtd parser on 2.6.30Gabor Juhos2009-08-082-0/+45
| | | | SVN-Revision: 17178
* WRT160NL: mtd parser cleanupGabor Juhos2009-08-081-17/+16
| | | | SVN-Revision: 17177
* move the trx parser out from the patchGabor Juhos2009-08-083-174/+166
| | | | SVN-Revision: 17176
* WRT160NL: register GPIO LEDs and buttonsGabor Juhos2009-08-071-1/+55
| | | | SVN-Revision: 17166
* create firmware image for the WRT160NL board (thanks to Gerry Rozema)Gabor Juhos2009-08-061-0/+37
| | | | SVN-Revision: 17151
* add try partition parser for the WRT160NL board (thanks to Christian Daniel ↵Gabor Juhos2009-08-062-0/+195
| | | | | | and Gerry Rozema) SVN-Revision: 17150
* update ar71xx_spi driverGabor Juhos2009-08-061-11/+54
| | | | SVN-Revision: 17143
* oops, add missing semicolonsGabor Juhos2009-08-061-2/+2
| | | | SVN-Revision: 17142