summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros-2.6
Commit message (Collapse)AuthorAgeFilesLines
* Allow the redboot supplied command line to be append (#2089)Florian Fainelli2007-07-191-0/+4
| | | | SVN-Revision: 8049
* upgrade atheros targets to 2.6.22.1Imre Kaloz2007-07-128-32/+18
| | | | SVN-Revision: 7936
* add failsafe support for atheros-2.6 (#1501) - only works with ar5315+ at ↵Felix Fietkau2007-07-041-0/+8
| | | | | | the moment SVN-Revision: 7870
* refactor atheros system code - also add support for the reset button (sends ↵Felix Fietkau2007-07-0413-461/+707
| | | | | | netlink messages in the same format as broadcom-diag) SVN-Revision: 7869
* fill in the kernel version info for every target, move the kernel tarball ↵Felix Fietkau2007-06-281-0/+2
| | | | | | md5sums to a central place SVN-Revision: 7748
* add MODULE_LICENSE("GPL") to the atheros ethernet driverFelix Fietkau2007-06-281-2/+2
| | | | SVN-Revision: 7747
* prepare for the transition to linux 2.6.22 - make it possible to override ↵Felix Fietkau2007-06-161-0/+2
| | | | | | the kernel version in the target makefile SVN-Revision: 7644
* sync atheros-2.6 config, move parts to the generic configFelix Fietkau2007-05-261-13/+11
| | | | SVN-Revision: 7348
* update netfilter patches, fix atherosImre Kaloz2007-05-235-2032/+4
| | | | SVN-Revision: 7320
* spiflash cleanupFelix Fietkau2007-05-032-198/+179
| | | | SVN-Revision: 7084
* use CONFIG_CMDLINE on Atheros boardsImre Kaloz2007-04-012-1/+1
| | | | SVN-Revision: 6808
* fix flash buswidth detectionFelix Fietkau2007-03-271-4/+4
| | | | SVN-Revision: 6727
* make the rest of the structure for the targets that dont have profiles yetTim Yardley2007-03-031-0/+3
| | | | SVN-Revision: 6475
* kernel build cleanupFelix Fietkau2007-03-021-4/+0
| | | | SVN-Revision: 6464
* enable mini_fo on foneraFelix Fietkau2007-03-021-1/+1
| | | | SVN-Revision: 6456
* use /etc/preinit on atheros-2.6Felix Fietkau2007-03-021-1/+1
| | | | SVN-Revision: 6452
* add squashfs support for atheros-2.6Felix Fietkau2007-03-022-2/+7
| | | | SVN-Revision: 6451
* move mtd rootfs split patch to generic-2.6, disabled for broadcom targets ↵Felix Fietkau2007-03-011-414/+0
| | | | | | until the flash map driver is updated and tested SVN-Revision: 6449
* correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors)Felix Fietkau2007-02-261-0/+1
| | | | SVN-Revision: 6390
* run indent on ar2313 driverFelix Fietkau2007-02-253-654/+688
| | | | SVN-Revision: 6366
* add missing config filesFelix Fietkau2007-02-221-0/+192
| | | | SVN-Revision: 6338
* Reorganize kernel configs - target/linux/*/config is now a directory. ↵Felix Fietkau2007-02-222-1138/+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
* add 16MB flash support for ar2315 (who knows...?)Felix Fietkau2007-02-203-2/+19
| | | | SVN-Revision: 6334
* make rootfs split/detection more generic - patch can be moved to generic-2.6 ↵Felix Fietkau2007-02-194-433/+416
| | | | | | after testing on other platforms (especially broadcom) SVN-Revision: 6328
* autodetect flash width - thanks to Kestutis KupciunasImre Kaloz2007-02-191-0/+14
| | | | SVN-Revision: 6327
* use radio0 only on the 5312Imre Kaloz2007-02-191-3/+5
| | | | SVN-Revision: 6326
* fix ar2315 rootfs mountFelix Fietkau2007-02-191-1/+7
| | | | SVN-Revision: 6325
* disable dma offset for nowFelix Fietkau2007-02-171-0/+4
| | | | SVN-Revision: 6317
* fix ar2312/2313 mac detectionFelix Fietkau2007-02-171-2/+6
| | | | SVN-Revision: 6316
* remove useless newlinesFelix Fietkau2007-02-161-7/+7
| | | | SVN-Revision: 6314
* more cleanupFelix Fietkau2007-02-164-95/+47
| | | | SVN-Revision: 6309
* remove squashfs repartitioning hacks from spiflash driver - will be ported ↵Felix Fietkau2007-02-161-66/+4
| | | | | | to redboot parsing code later SVN-Revision: 6308
* major cleanup of the ar531x code, improved hardware detection and support ↵Felix Fietkau2007-02-1614-427/+358
| | | | | | for multiple ethernet interfaces SVN-Revision: 6307
* some ar531x cleanupFelix Fietkau2007-02-156-43/+2121
| | | | SVN-Revision: 6302
* fix mac handling, thanks to Kestutis KupciunasImre Kaloz2007-02-081-1/+4
| | | | SVN-Revision: 6278
* port [6229] to kamikazeFelix Fietkau2007-02-081-1/+1
| | | | SVN-Revision: 6275
* update atheros 2.6 port - add support for the older chip generationFelix Fietkau2007-02-0425-4686/+5210
| | | | SVN-Revision: 6265
* force MII access in AR2313 ethernet to KSEG1 instead of physical addresses - ↵Felix Fietkau2007-02-041-2/+2
| | | | | | why the fsck has this ever worked for anybody?? SVN-Revision: 6258
* 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
* disable pcmcia for atheros-2.6Felix Fietkau2007-01-112-1/+2
| | | | SVN-Revision: 6082
* Add initial version of the new Image Builder It's still a bit rough in a few ↵Felix Fietkau2007-01-101-1/+5
| | | | | | places, but it seems to work for Broadcom at least - other targets untested. SVN-Revision: 6071
* store the default kernel version for our ports in a single place (target ↵Felix Fietkau2006-12-251-4/+0
| | | | | | makefiles can still override it if necessary) SVN-Revision: 5899
* Add support for Atheros SoC (used in Fonera, Meraki) - Merry Christmas, ↵Felix Fietkau2006-12-259-0/+6397
everybody :) SVN-Revision: 5898