summaryrefslogtreecommitdiff
path: root/target/linux/atheros
Commit message (Collapse)AuthorAgeFilesLines
* add proper uci/hotplug based button handling on atheros and work around ↵John Crispin2008-08-053-1/+86
| | | | | | boards, where the gpio release irq does not fire correctly SVN-Revision: 12179
* fixes reset button on atheros platform, ar5312 gpio_irqs will be added laterJohn Crispin2008-08-055-344/+3
| | | | SVN-Revision: 12164
* atheros: fix setting the gpio interrupt level when registering a gpio interruptFelix Fietkau2008-08-051-1/+1
| | | | SVN-Revision: 12139
* refresh atheros config, add missing symbols to generic 2.6.26 configFelix Fietkau2008-08-051-12/+2
| | | | SVN-Revision: 12117
* - bump atheros to .26 - adds leds-gpio to default selection on atheros - ↵John Crispin2008-08-043-11/+35
| | | | | | extend led platform setup on atheros SVN-Revision: 12100
* move CONFIG_XFS_DEBUG to generic configNicolas Thill2008-07-301-1/+0
| | | | SVN-Revision: 12007
* atheros: 2.6.26 patchesMatteo Croce2008-07-2710-0/+543
| | | | SVN-Revision: 11965
* allow mkfwimage to fail during atheros builds. sometimes images get too big ↵Felix Fietkau2008-07-261-2/+2
| | | | | | for devices that use this image format, but this must not break the normal image build for other atheros devices SVN-Revision: 11934
* Use mkfwimage from athero.openwrt.net with modification for XS2 devices. Add ↵Travis Kemen2008-07-251-0/+10
| | | | | | back in ubiquiti image generation. SVN-Revision: 11920
* add missing \n to ath pci codeJohn Crispin2008-07-091-1/+1
| | | | SVN-Revision: 11753
* refresh kernel patchesGabor Juhos2008-05-1921-164/+176
| | | | SVN-Revision: 11197
* upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19)Gabor Juhos2008-05-181-1/+1
| | | | SVN-Revision: 11184
* atheros/config-2.6.25: Removed MII overrideRod Whitby2008-05-171-1/+1
| | | | SVN-Revision: 11161
* revert to before ubnt images were madeTravis Kemen2008-05-131-20/+0
| | | | SVN-Revision: 11130
* atheros: added marvell switch driverMatteo Croce2008-05-132-0/+40
| | | | SVN-Revision: 11129
* atheros: revert to kernel 2.6.23Matteo Croce2008-05-112-6/+23
| | | | SVN-Revision: 11114
* atheros: USB supportMatteo Croce2008-05-117-13/+323
| | | | SVN-Revision: 11113
* fix file namesTravis Kemen2008-05-081-2/+2
| | | | SVN-Revision: 11083
* change image generation, no need for duplicate imagesTravis Kemen2008-05-081-4/+2
| | | | SVN-Revision: 11082
* fix filename for image generationTravis Kemen2008-05-081-1/+1
| | | | SVN-Revision: 11077
* buld images for the Ubiquiti LiteStation and NanoStation ported from ↵Travis Kemen2008-05-071-0/+22
| | | | | | http://atheros.openwrt.net. Tested on a Nanostation 2 with airos 3 SVN-Revision: 11061
* remove the NETIF_F_HW_CSUM flag from the ar2313 ethernet driver as it seems ↵Felix Fietkau2008-05-072-10/+1
| | | | | | to be causing problems for various devices SVN-Revision: 11058
* override CPU features to save ~125KB of kernel memoryGabor Juhos2008-05-051-0/+84
| | | | SVN-Revision: 11050
* fix size calculation of the radio_configGabor Juhos2008-05-051-1/+1
| | | | SVN-Revision: 11049
* add .25 patches (kernel boots fine on LS2, LS5, FON2200 and on WRT55AG v2)Gabor Juhos2008-05-038-0/+484
| | | | SVN-Revision: 11016
* resync .24 configGabor Juhos2008-04-301-4/+5
| | | | SVN-Revision: 10990
* enable a different pseudo-vlan mode in the marvell switch (uses a ↵Felix Fietkau2008-04-291-11/+20
| | | | | | proprietary header instead of a proprietary trailer) - fixes some mtu issues SVN-Revision: 10975
* naming conventionImre Kaloz2008-04-281-1/+1
| | | | SVN-Revision: 10965
* fix a typo in the previous commitGabor Juhos2008-04-271-1/+1
| | | | SVN-Revision: 10958
* enable 2.6.24 to run on ar53xxGabor Juhos2008-04-272-0/+61
| | | | SVN-Revision: 10957
* properly disable CONFIG_CRYPTO_HWNicolas Thill2008-04-272-2/+0
| | | | SVN-Revision: 10952
* remove the clz function, use fls insteadGabor Juhos2008-04-202-24/+2
| | | | SVN-Revision: 10878
* make use of the marvell switch in the atheros portFelix Fietkau2008-04-202-3/+6
| | | | SVN-Revision: 10877
* Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ ↵Felix Fietkau2008-04-202-0/+39
| | | | | | and the upcoming Fonera 2.0 SVN-Revision: 10876
* remove strange direct usage of dev->priv as wellGabor Juhos2008-04-201-1/+1
| | | | SVN-Revision: 10875
* use the netdev_priv() macro instead of directly accessing dev->privGabor Juhos2008-04-201-28/+26
| | | | SVN-Revision: 10874
* use stats from net_device structureGabor Juhos2008-04-202-30/+20
| | | | SVN-Revision: 10873
* nuke trailing whitespacesGabor Juhos2008-04-2013-118/+118
| | | | SVN-Revision: 10872
* make use of the adm6996 switch for atheros devices that support it ↵Felix Fietkau2008-04-202-1/+22
| | | | | | (autodetected at boot time) SVN-Revision: 10871
* Add stub driver for ADM6996F switches (configured through MII) The driver ↵Felix Fietkau2008-04-201-0/+1
| | | | | | currently uses a hardcoded VLAN mapping and has no configuration yet Tested on Accton MR3202a SVN-Revision: 10869
* add missing CONFIG_GPIO_LEDS related ifdefsGabor Juhos2008-04-142-22/+26
| | | | SVN-Revision: 10835
* fix GPIO direction setup on ar5312, and fix compiler warningsGabor Juhos2008-04-131-5/+7
| | | | SVN-Revision: 10811
* fix reboot on ar5315John Crispin2008-04-031-6/+2
| | | | SVN-Revision: 10729
* add generic led support to atheros targetJohn Crispin2008-04-033-5/+52
| | | | SVN-Revision: 10728
* add gpio support to atheros, fixes #1861, thanks OthelloJohn Crispin2008-04-0317-19/+531
| | | | SVN-Revision: 10724
* Revert [10668] this was also accidentalFlorian Fainelli2008-03-271-33/+1
| | | | SVN-Revision: 10670
* Create a dummy sit package for 2.4 kernelsqFlorian Fainelli2008-03-271-1/+32
| | | | SVN-Revision: 10668
* upgrade & standardize kernel versionsImre Kaloz2008-02-111-1/+1
| | | | SVN-Revision: 10443
* increase the flash window size for ar5312 - there are apparently 5312 ↵Felix Fietkau2008-02-071-1/+1
| | | | | | devices out there with 8M flash SVN-Revision: 10409
* add missing config selectionsFelix Fietkau2008-02-031-1/+3
| | | | SVN-Revision: 10375