aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* add default network configuration for the RB-411 boardGabor Juhos2009-02-281-0/+12
| | | | SVN-Revision: 14695
* move madwifi driver into a separate profile, and add hostapd-mini for the ↵Gabor Juhos2009-02-2810-9/+32
| | | | | | devices based on the ar913x SVN-Revision: 14694
* add initial profilesGabor Juhos2009-02-289-8/+141
| | | | SVN-Revision: 14693
* generic-2.6/2.6.28: add missing Kconfig optionGabor Juhos2009-02-281-0/+1
| | | | SVN-Revision: 14691
* update kernel configGabor Juhos2009-02-281-8/+1
| | | | SVN-Revision: 14690
* add default network configuration for the AW-NR580Gabor Juhos2009-02-272-0/+15
| | | | SVN-Revision: 14688
* aw-nr580: add GPIO LEDsGabor Juhos2009-02-271-1/+33
| | | | SVN-Revision: 14687
* aw-nr580: add support for the PCI slotGabor Juhos2009-02-271-0/+11
| | | | SVN-Revision: 14686
* aw-nr580: add support for the LAN portsGabor Juhos2009-02-271-0/+9
| | | | SVN-Revision: 14685
* also make 2.6.27 use the sprom fallbackFlorian Fainelli2009-02-271-0/+115
| | | | SVN-Revision: 14684
* 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