summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* provide a sane SPROMv2 to make on-board bcm4318 card work, thanks mb__Florian Fainelli2009-02-273-52/+43
| | | | SVN-Revision: 14683
* aw-nr580: add GPIO buttonsGabor Juhos2009-02-271-0/+27
| | | | SVN-Revision: 14682
* move the device registration to an earlier initcall level, required for ↵Florian Fainelli2009-02-271-1/+1
| | | | | | fallback SPROM to work SVN-Revision: 14681
* move 'ar71xx_add_device_usb' definition into devices.hGabor Juhos2009-02-272-2/+2
| | | | SVN-Revision: 14680
* ssb: Add support for fallback SPROM.Michael Büsch2009-02-261-0/+115
| | | | SVN-Revision: 14679
* update target name and descriptionGabor Juhos2009-02-261-2/+2
| | | | SVN-Revision: 14678
* generate firmware image for the TL-WR941ND deviceGabor Juhos2009-02-261-0/+24
| | | | SVN-Revision: 14674
* TL-WR941ND: update flash partition mapGabor Juhos2009-02-261-8/+4
| | | | SVN-Revision: 14673
* preliminary support for the Ubiquiti RouterStation ProGabor Juhos2009-02-263-0/+17
| | | | SVN-Revision: 14666
* defconfig: remove network config installed by base-files so defconfig can workAndy Boyett2009-02-261-0/+5
| | | | SVN-Revision: 14664
* wnr2000: enable ar8216 workaround, add network config. LAN ports now workAndy Boyett2009-02-263-0/+20
| | | | SVN-Revision: 14663
* defconfig: move defaults from /etc/config/defaults/ to /etc/defconfig/, ↵Andy Boyett2009-02-264-3/+3
| | | | | | previous location broke uci SVN-Revision: 14662
* wnr2000: configure eth1 (WAN) and detect the ar8216 switch on eth0 (LAN)Andy Boyett2009-02-261-0/+13
| | | | | | ar8216 headers are embedded in packets on eth0 so it is not usable yet SVN-Revision: 14661
* wnr2000: buttons and blinkenlights!Andy Boyett2009-02-261-0/+55
| | | | SVN-Revision: 14660
* ag71xx driver: forgot to add a new fileGabor Juhos2009-02-251-0/+53
| | | | SVN-Revision: 14657
* mzk-w04nu: enable the ar8216 chip workaround, and add a default network ↵Gabor Juhos2009-02-252-0/+17
| | | | | | configuration file SVN-Revision: 14656
* ag71xx driver: add a workaround for the ar8216 chip, until we get a suitable ↵Gabor Juhos2009-02-256-5/+45
| | | | | | switch driver SVN-Revision: 14655
* add default network configuration for the TL-WR941ND boardGabor Juhos2009-02-241-0/+19
| | | | SVN-Revision: 14654
* add more base-filesGabor Juhos2009-02-243-0/+85
| | | | SVN-Revision: 14653
* re-enable s3c24xx-specific sound modules to fix build of kmod-soundcoreMirko Vogt2009-02-231-165/+12
| | | | SVN-Revision: 14646
* enable DSA supportGabor Juhos2009-02-231-0/+9
| | | | SVN-Revision: 14639
* remove duplicated includesGabor Juhos2009-02-231-1/+0
| | | | SVN-Revision: 14638
* TL-WR941ND: add DSA device for the Marvell 88E6060 switchGabor Juhos2009-02-233-0/+43
| | | | SVN-Revision: 14637
* move device registration function prototypes into a separate header fileGabor Juhos2009-02-2316-58/+89
| | | | SVN-Revision: 14635
* rename platform.c to devices.cGabor Juhos2009-02-232-1/+1
| | | | SVN-Revision: 14634
* enable TL-WR941ND in kernel configGabor Juhos2009-02-232-0/+5
| | | | SVN-Revision: 14633
* tl-wr941nd: register ethernet device, and fix machine idGabor Juhos2009-02-231-1/+14
| | | | SVN-Revision: 14632
* micrel phy driver: change initcall level if compiled into the kernelGabor Juhos2009-02-221-6/+6
| | | | SVN-Revision: 14628
* preliminary support for the TL-WR941NDGabor Juhos2009-02-224-1/+130
| | | | SVN-Revision: 14627
* include pppoa and br2684 packages by default (#4648)Florian Fainelli2009-02-221-0/+2
| | | | SVN-Revision: 14626
* do not patch the local copy of ar7part.c to be exactly like what is mainline ↵Florian Fainelli2009-02-222-200/+0
| | | | | | already SVN-Revision: 14625
* Asus WL-330gE SupportFelix Fietkau2009-02-221-11/+25
| | | | | | | | | | | | | Here is support for the compact Asus WL-330gE. It uses that all-in-one 5354 Broadcom chip that's also in the WL-520gU, so I assume USB support can be soldered on. I've yet to open up the device, though. Initial flashing is done through the CFE failsafe mode like on other Asus devices, where you boot holding the reset button, the power LED flashes, and you tftp an image. Signed-off-by: David Cooper <dave@kupesoft.com> SVN-Revision: 14624
* nuke some wgt634u specific crap that was introduced upstreamFelix Fietkau2009-02-221-0/+178
| | | | SVN-Revision: 14619
* re-enable cfg80211 as wellFelix Fietkau2009-02-222-2/+2
| | | | SVN-Revision: 14615
* re-apply r14531Felix Fietkau2009-02-222-2/+2
| | | | SVN-Revision: 14614
* disable all kernel config options that are set to =mFelix Fietkau2009-02-2241-3632/+3632
| | | | SVN-Revision: 14611
* update to 2.6.28.7 and 2.6.27.19Hauke Mehrtens2009-02-2116-17/+16
| | | | SVN-Revision: 14601
* merge netfilter kernel changes to 2.6.26 as wellFelix Fietkau2009-02-215-1165/+7
| | | | SVN-Revision: 14600
* fix IMQ on linux 2.6.27 and 2.6.28Felix Fietkau2009-02-212-0/+189
| | | | SVN-Revision: 14599
* merge netfilter changes to 2.6.27Felix Fietkau2009-02-215-1165/+7
| | | | SVN-Revision: 14598
* remove the netfilter time patch from 2.6.28 as it duplicates functionality ↵Felix Fietkau2009-02-213-241/+3
| | | | | | that is already in the kernel SVN-Revision: 14597
* remove support for ipp2p - it's unmaintained, broken, overmatching and ↵Felix Fietkau2009-02-215-934/+14
| | | | | | undermatching => not that useful for QoS SVN-Revision: 14596
* move the EABI config override to the generic kernel config overrides, as ↵Felix Fietkau2009-02-211-6/+0
| | | | | | it's arch specific, not target specific - fixes spurious kernel rebuild issues with EABI SVN-Revision: 14594
* Add initial kernel 2.6.28 support for atheros target. The include files ↵Hauke Mehrtens2009-02-2039-0/+6984
| | | | | | moved from /include/asm-mips/mach-atheros/ to /arch/mips/include/asm/mach-atheros/ This patch is based on the old kernel 2.6.27 patches. SVN-Revision: 14584
* move files for kernel 2.6.26 to a special directory. In kernel 2.6.28 the ↵Hauke Mehrtens2009-02-2028-0/+0
| | | | | | directory structure has chanced, so for kernel 2.6.26 a own files directory is needed. SVN-Revision: 14583
* remove atheros target for kernel 2.6.27. When support for kernel 2.6.28 is ↵Hauke Mehrtens2009-02-2011-626/+0
| | | | | | added this is not needed any more. SVN-Revision: 14582
* Bumped ps3 kernel to 2.6.28.2Hamish Guthrie2009-02-202-1/+444
| | | | SVN-Revision: 14581
* include revision number in Ubiquity imagesFlorian Fainelli2009-02-202-3/+3
| | | | SVN-Revision: 14574
* update to 2.6.28.6Gabor Juhos2009-02-1912-71/+13
| | | | SVN-Revision: 14565
* add an alias board name for the Ubiquiti RouterStationGabor Juhos2009-02-191-0/+3
| | | | SVN-Revision: 14563