summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros
Commit message (Collapse)AuthorAgeFilesLines
* Add hostapd-mini to default images where applicableAndy Boyett2009-01-021-3/+3
| | | | SVN-Revision: 13819
* atheros: instead of resetting the ethernet core on ifup, only upload the new ↵Felix Fietkau2008-12-281-1/+13
| | | | | | mac address. fixes a tx regression on various devices SVN-Revision: 13753
* atheros: reset ethernet mac when running ifconfig eth0 up, so that changing ↵Felix Fietkau2008-12-221-0/+3
| | | | | | the mac address works SVN-Revision: 13720
* fix typo in atheros image makefileJo-Philipp Wich2008-12-211-1/+1
| | | | SVN-Revision: 13707
* firmware-utils/mkfwimage: add RouterStation support (based on a patch by ↵Gabor Juhos2008-12-181-6/+9
| | | | | | Jonas <jonas at ubnt.com>) SVN-Revision: 13682
* Disable CONFIG_NF_CT_ACCTFlorian Fainelli2008-12-101-1/+0
| | | | SVN-Revision: 13577
* atheros: fix reboot on ar2315 devices which do not implement the atheros ↵Felix Fietkau2008-12-091-9/+16
| | | | | | reference design workaround for the buggy reset logic (e.g. some senao stuff) SVN-Revision: 13556
* make mips_machine stuff available for other MIPS targetsGabor Juhos2008-12-022-0/+2
| | | | SVN-Revision: 13492
* move THERMAL symbols into the generic configImre Kaloz2008-11-252-4/+0
| | | | SVN-Revision: 13346
* create firmware image for the Compex NP25G and WPE53G boardsGabor Juhos2008-11-221-2/+12
| | | | SVN-Revision: 13318
* enable MyLoader partition parserGabor Juhos2008-11-223-1/+3
| | | | SVN-Revision: 13317
* sync 2.6.26 configGabor Juhos2008-11-171-6/+1
| | | | SVN-Revision: 13268
* move some options to the generic 2.6.27 configImre Kaloz2008-11-171-3/+0
| | | | SVN-Revision: 13264
* update 2.6.27 specific patches, and sync kernel configGabor Juhos2008-11-132-2/+1
| | | | SVN-Revision: 13197
* update to 2.6.25.20, 2.6.26.8, 2.6.27.5 and refresh patches * based on a ↵Gabor Juhos2008-11-122-3/+3
| | | | | | patch by Hauke Mehrtens * closes #4193 SVN-Revision: 13192
* refresh 2.6.26 patchesGabor Juhos2008-11-069-18/+18
| | | | SVN-Revision: 13135
* improve routing/nat performance for devices using the marvell 88e6060 switchFelix Fietkau2008-10-282-5/+77
| | | | SVN-Revision: 13060
* select gpioctl by default on atherosFelix Fietkau2008-10-231-1/+1
| | | | SVN-Revision: 13040
* Update to 2.6.26.7Florian Fainelli2008-10-231-1/+1
| | | | SVN-Revision: 13036
* fix accidentally committed typoFelix Fietkau2008-10-231-1/+1
| | | | SVN-Revision: 13025
* atheros: clean up the board data detection code and attempt to boot the ↵Felix Fietkau2008-10-181-17/+77
| | | | | | kernel even when the board data was not found (radio data still needs to be present) SVN-Revision: 13006
* refresh patches against 2.6.27 finalGabor Juhos2008-10-1510-22/+22
| | | | SVN-Revision: 12987
* experimental support for 2.6.27Gabor Juhos2008-10-0911-0/+595
| | | | SVN-Revision: 12932
* fix 2.6.26.x boot failure on ar2313 (closes #4082)Gabor Juhos2008-10-081-1/+1
| | | | SVN-Revision: 12928
* fix section mismatch warningGabor Juhos2008-10-081-1/+1
| | | | SVN-Revision: 12918
* don't register GPIO 0 as LED. it drives the chip select line of the SPI ↵Felix Fietkau2008-10-071-1/+1
| | | | | | flash on most AR2317 boards. fixes strange jffs2 errors on bootup SVN-Revision: 12881
* fix ar2315 watchdog restart (patch from #3953)Felix Fietkau2008-09-281-1/+1
| | | | SVN-Revision: 12775
* update to 2.6.26.5 and 2.6.25.17Gabor Juhos2008-09-261-1/+1
| | | | SVN-Revision: 12718
* move CONFIG_MEDIA_ATTACH & CONFIG_VIDEO_ALLOW_V4L1 to generic config and ↵Nicolas Thill2008-09-251-2/+0
| | | | | | disable the later (deprecated Video for Linux API v1) SVN-Revision: 12692
* disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable ↵Nicolas Thill2008-09-241-0/+1
| | | | | | it on targets where USB is supported SVN-Revision: 12690
* atheros: don't try to enable pci on AR2317 (fixes #3533)Felix Fietkau2008-09-192-22/+16
| | | | SVN-Revision: 12633
* remove old atheros kernels and patchesFelix Fietkau2008-09-1324-1393/+0
| | | | SVN-Revision: 12590
* use generic cansleep wrappers for GPIOGabor Juhos2008-09-111-19/+1
| | | | SVN-Revision: 12567
* update to 2.6.26.3 and 2.6.25.16Gabor Juhos2008-08-224-13/+9
| | | | SVN-Revision: 12371
* set reasonable generic CRYPTO_ config entries for 2.6.26Nicolas Thill2008-08-211-3/+0
| | | | SVN-Revision: 12362
* clean up atheros pci codeJohn Crispin2008-08-181-23/+31
| | | | SVN-Revision: 12337
* adds watchdog driver to ar5315John Crispin2008-08-144-1/+236
| | | | SVN-Revision: 12309
* fixes kernel oops when reset button was pressed too often on atherosJohn Crispin2008-08-081-4/+2
| | | | SVN-Revision: 12245
* update to 2.6.25.15 and 2.6.26.2Gabor Juhos2008-08-071-1/+1
| | | | SVN-Revision: 12242
* 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