aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* build wrt350n v2 recovery and web upgrade images (based on patch from #5970)Felix Fietkau2009-12-121-3/+22
| | | | SVN-Revision: 18763
* ar71xx: add driver for the USB LED on the WNDR3700Gabor Juhos2009-12-118-0/+157
| | | | SVN-Revision: 18758
* ar71xx: add ar71xx_device_stopped functionGabor Juhos2009-12-112-0/+36
| | | | SVN-Revision: 18757
* ar71xx: fix build error with 2.6.31.7Gabor Juhos2009-12-112-5/+5
| | | | SVN-Revision: 18756
* ar71xx: fix NULL pointer dereference in the ethernet driverGabor Juhos2009-12-111-3/+5
| | | | SVN-Revision: 18755
* convert gpio code to use gpiolib, make rdc321x:dmz led work againFlorian Fainelli2009-12-115-122/+44
| | | | SVN-Revision: 18754
* remove the host-tool lzma dependency we now use the one provided in openwrtFlorian Fainelli2009-12-111-4/+0
| | | | SVN-Revision: 18753
* ar71xx: merge DSA switch patchGabor Juhos2009-12-115-140/+12
| | | | SVN-Revision: 18752
* ar71xx: merge ag71xx specific patchesGabor Juhos2009-12-1110-349/+17
| | | | SVN-Revision: 18751
* ar71xx: nuke 2.6.28 supportGabor Juhos2009-12-1128-934/+0
| | | | SVN-Revision: 18750
* ar71xx: move mdio_bus reset codeGabor Juhos2009-12-112-7/+5
| | | | SVN-Revision: 18749
* refresh patchImre Kaloz2009-12-111-4/+4
| | | | SVN-Revision: 18748
* upgrade to 2.6.31.7Imre Kaloz2009-12-114-4/+4
| | | | SVN-Revision: 18747
* ar71xx: sync kernel configsGabor Juhos2009-12-093-33/+34
| | | | SVN-Revision: 18711
* ar71xx: register rtl8366-smi device on the DIR-825 B1 boardGabor Juhos2009-12-091-4/+21
| | | | SVN-Revision: 18710
* rtl8306: manage the wan port as a separate phy device with proper link ↵Felix Fietkau2009-12-092-29/+89
| | | | | | status reading and autonegotiation - the genphy driver does not handle it properly SVN-Revision: 18709
* fix default network config after r18699Jo-Philipp Wich2009-12-081-1/+1
| | | | SVN-Revision: 18708
* ifxmips: add CONFIG_SQUASHFS_SUPPORT_LZMAJohn Crispin2009-12-081-0/+1
| | | | SVN-Revision: 18701
* ar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the ↵Felix Fietkau2009-12-083-2/+5
| | | | | | wrt160nl, fixes wan port detection (#6309) SVN-Revision: 18699
* fix link status detection in various switch driversFelix Fietkau2009-12-084-4/+4
| | | | SVN-Revision: 18698
* ar71xx: TL-WR1043ND support cleanupGabor Juhos2009-12-088-9/+17
| | | | SVN-Revision: 18697
* ar71xx: preliminary support for the TL-WR1043NDGabor Juhos2009-12-089-0/+163
| | | | | | | | | | | | Adds board support for the TP-Link TL-WR1043ND Based on the Atheros AP81 platform. Presently the RTL8366RB switch support is missing due to no driver. The ethernet works with 5 ports@1Gbit but is missing vlan support. Hope Ive done this right, First time submiting a patch. Signed-off-by: Andrew Tarabaras <andrew@advancedtechnologies.com.au> SVN-Revision: 18696
* ar71xx: register rtl8366_smi device on the WNDR3700Gabor Juhos2009-12-081-1/+20
| | | | SVN-Revision: 18695
* ar71xx: add mdio bus driver for the rtl8366 switchGabor Juhos2009-12-0810-0/+768
| | | | SVN-Revision: 18694
* ar71xx: refresh patchesGabor Juhos2009-12-0811-34/+34
| | | | SVN-Revision: 18693
* ar71xx: add support for external mii_busGabor Juhos2009-12-086-9/+52
| | | | SVN-Revision: 18692
* ar71xx: move phy_connect call to ag71xx_openGabor Juhos2009-12-081-12/+11
| | | | SVN-Revision: 18691
* update README after r18624Florian Fainelli2009-12-071-1/+1
| | | | SVN-Revision: 18683
* make mkimg_sitecom.pl executableFlorian Fainelli2009-12-071-0/+0
| | | | SVN-Revision: 18682
* Remove 2.6.31 support.Lars-Peter Clausen2009-12-07156-51299/+0
| | | | SVN-Revision: 18673
* add rootwait option to the kernel command line (#6209)Florian Fainelli2009-12-061-4/+4
| | | | SVN-Revision: 18672
* correct flash size and detection for sitecom targets (#6278), patch from rtzFlorian Fainelli2009-12-062-5/+4
| | | | SVN-Revision: 18671
* simplify sitecom image generation with a script, patch from rtzFlorian Fainelli2009-12-062-17/+26
| | | | SVN-Revision: 18670
* fix the handling of MAC addresses with r6040, patch from rtzFlorian Fainelli2009-12-061-7/+22
| | | | SVN-Revision: 18669
* fix typo in switch config migration scriptJo-Philipp Wich2009-12-051-4/+4
| | | | SVN-Revision: 18657
* ar71xx: experimental 2.6.32 supportGabor Juhos2009-12-0432-0/+1348
| | | | SVN-Revision: 18638
* kernel: fix swconfig for 2.6.32Gabor Juhos2009-12-041-0/+29
| | | | SVN-Revision: 18637
* kernel: add md5sum for 2.6.32 final, and refresh patchesGabor Juhos2009-12-047-9/+9
| | | | SVN-Revision: 18636
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-0434-54/+46
| | | | SVN-Revision: 18635
* add missing CONFIG_HID_WACOM symbolFlorian Fainelli2009-12-042-0/+2
| | | | SVN-Revision: 18633
* resync kernel configurationFlorian Fainelli2009-12-041-64/+41
| | | | SVN-Revision: 18632
* add missing kernel configuration symbolsFlorian Fainelli2009-12-043-0/+3
| | | | SVN-Revision: 18630
* add more missing configuration symbolsFlorian Fainelli2009-12-031-0/+3
| | | | SVN-Revision: 18625
* ar71xx: refresh 2.6.30 patchesGabor Juhos2009-12-034-12/+12
| | | | SVN-Revision: 18623
* ar71xx: DIR-825 support cleanupGabor Juhos2009-12-0313-53/+37
| | | | SVN-Revision: 18622
* ar71xx: add support for the D-Link DIR-825 rev. B1 board (thanks to ValXdater)Gabor Juhos2009-12-0313-1/+397
| | | | SVN-Revision: 18621
* ar71xx: change mii_bus nameGabor Juhos2009-12-031-1/+1
| | | | SVN-Revision: 18619
* ar71xx: refresh 2.6.31 patchesGabor Juhos2009-12-035-13/+13
| | | | SVN-Revision: 18618
* ar71xx: override fifo_cfg[123] values on AR7240Gabor Juhos2009-11-305-6/+29
| | | | SVN-Revision: 18614
* refresh 2.6.32 patches with -rc8Imre Kaloz2009-11-304-8/+8
| | | | SVN-Revision: 18613