summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx-2.6
Commit message (Collapse)AuthorAgeFilesLines
* brcm47xx-2.6 cleanup, fix the kernel configFelix Fietkau2007-05-267-58/+33
| | | | SVN-Revision: 7339
* oops, one file got left out.. also add a profile for the WRTSL54GS - still ↵Imre Kaloz2007-05-262-0/+47
| | | | | | from noz :) SVN-Revision: 7338
* bcm47xx compile fix for .21, thanks to nozImre Kaloz2007-05-268-103/+105
| | | | SVN-Revision: 7337
* Use the generic GPIO api for bcm947xx and ar7 (for now), thanks to Gabor JuhosFlorian Fainelli2007-05-203-26/+3
| | | | SVN-Revision: 7285
* brcm47xx-2.6: fix squashfs image partitioning problemFelix Fietkau2007-05-141-4/+2
| | | | SVN-Revision: 7224
* brcm47xx: mtd map driver cleanup - reuse generic mtd rootfs splitFelix Fietkau2007-05-102-46/+3
| | | | SVN-Revision: 7172
* broadcom: rename the OpenWrt partition to rootfs_dataFelix Fietkau2007-05-101-1/+1
| | | | SVN-Revision: 7171
* patch the correct exception handler (see #1642)Felix Fietkau2007-05-101-5/+5
| | | | SVN-Revision: 7154
* Build multipath caching modulesFlorian Fainelli2007-05-081-1/+0
| | | | SVN-Revision: 7136
* Do not enable IDE for brcm47xx for nowFlorian Fainelli2007-05-071-49/+1
| | | | SVN-Revision: 7124
* Enable ide compilation and support for aec62xx and pdc20xx modulesFlorian Fainelli2007-05-061-9/+50
| | | | SVN-Revision: 7106
* Add support for Sierra Wireless (#1620)Florian Fainelli2007-05-031-32/+0
| | | | SVN-Revision: 7086
* Reduce the probing time, should fix #1212Florian Fainelli2007-05-031-0/+12
| | | | SVN-Revision: 7085
* I got the first one wrong. Spacing isn't quite right. oops. (sorry Kaloz)Mike Albon2007-05-011-11/+10
| | | | SVN-Revision: 7075
* Patch to add wait support to broadcom cpu's. This reduces the power ↵Mike Albon2007-05-011-0/+13
| | | | | | consumption and heat generated on the wgt634u. Needs testing on other devices. SVN-Revision: 7074
* Build usbnet modules for brcm targets (#1481)Florian Fainelli2007-04-151-2/+0
| | | | SVN-Revision: 6955
* Add raw and NOTRACK targets (#1583)Florian Fainelli2007-04-131-2/+0
| | | | SVN-Revision: 6945
* Restore ipt_LOG targetFlorian Fainelli2007-04-111-2/+0
| | | | SVN-Revision: 6930
* add missing modules for usb sound support on 2.6 (#1535)Felix Fietkau2007-04-051-2/+0
| | | | SVN-Revision: 6869
* brcm47xx-2.6: reset the pci core at boot time (see #464)Felix Fietkau2007-04-051-2/+1
| | | | SVN-Revision: 6868
* add pci latency timer workaround for atheros cards (from #1546)Felix Fietkau2007-04-041-0/+3
| | | | SVN-Revision: 6867
* clean up nfsd kernel config entries (#1523)Felix Fietkau2007-03-271-1/+0
| | | | SVN-Revision: 6731
* add fix from #1516Felix Fietkau2007-03-251-4/+1
| | | | SVN-Revision: 6697
* add bcm94710a0 cache workarounds to brcm47xx-2.6 (fix #1502)Felix Fietkau2007-03-231-6/+316
| | | | SVN-Revision: 6649
* add more stability fixes for brcm47xx-2.6 on bcm4704 (from #1485)Felix Fietkau2007-03-231-0/+48
| | | | SVN-Revision: 6642
* add brcm47xx-2.6 fixes from #1496Felix Fietkau2007-03-225-7/+40
| | | | SVN-Revision: 6639
* backward compatible code, if ssb is not enabledFlorian Fainelli2007-03-211-0/+12
| | | | SVN-Revision: 6632
* add final fix for brcm47xx-2.6 memory corruption (patch from #1465)Felix Fietkau2007-03-161-2/+2
| | | | SVN-Revision: 6575
* brcm47xx: add a few nops to keep the cpu happyFelix Fietkau2007-03-151-0/+28
| | | | SVN-Revision: 6568
* fix up remaining parts for the brcm47xx-2.6 port (tested on wgt634u), nuke ↵Felix Fietkau2007-03-144-4/+55
| | | | | | the old brcm-2.6 port, close #1312, #1451 SVN-Revision: 6564
* add reboot fix from #1312Felix Fietkau2007-03-143-2/+13
| | | | SVN-Revision: 6563
* make the rest of the structure for the targets that dont have profiles yetTim Yardley2007-03-031-0/+3
| | | | SVN-Revision: 6475
* move mtd rootfs split patch to generic-2.6, disabled for broadcom targets ↵Felix Fietkau2007-03-011-0/+1
| | | | | | until the flash map driver is updated and tested SVN-Revision: 6449
* flash related cleanupsFelix Fietkau2007-03-013-24/+7
| | | | SVN-Revision: 6446
* correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors)Felix Fietkau2007-02-261-0/+1
| | | | SVN-Revision: 6390
* add missing config filesFelix Fietkau2007-02-221-0/+333
| | | | SVN-Revision: 6338
* Reorganize kernel configs - target/linux/*/config is now a directory. ↵Felix Fietkau2007-02-222-1719/+0
| | | | | | ./config/default will replace the old config and config-diff (format is like config-diff, the full kernel config is no longer kept in the build system) This commit removes all the kernel config stuff, the next one will add the replacement - there's no way to do this atomically with svn. SVN-Revision: 6337
* update work in progress rewritten bcm947xx code. wifi and usb seem to be ↵Felix Fietkau2007-02-0835-7226/+7097
| | | | | | working, flash access still has problems SVN-Revision: 6276
* port [6229] to kamikazeFelix Fietkau2007-02-081-1/+1
| | | | SVN-Revision: 6275
* merge another batch of code from michael buesch's wireless-dev tree, fix up ↵Felix Fietkau2007-01-266-4695/+3384
| | | | | | extpci support and remove scache probe like on brcm-2.6 - tested on the wgt634u with madwifi SVN-Revision: 6213
* Forgot to add the DELUDE target :/Florian Fainelli2007-01-231-0/+1
| | | | SVN-Revision: 6183
* Add chaostable from #1187, also enable netfilter modules for ixp4xx.Florian Fainelli2007-01-221-0/+2
| | | | SVN-Revision: 6182
* remove bogus part of the broadcom target descriptionsFelix Fietkau2007-01-161-4/+0
| | | | SVN-Revision: 6109
* Add initial version of the brcm-2.6 rewrite, called brcm47xx-2.6 to better ↵Felix Fietkau2007-01-079-0/+12141
distinguish it from 63xx. Boots on WGT643U, includes ethernet support, but doesn't do much otherwise. Thanks to Michael Buesch for his SSB (Sonics SiliconBackplane) work and Vladdy for some fixes and porting to 2.6.19. SVN-Revision: 6015