summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros-2.6
Commit message (Collapse)AuthorAgeFilesLines
* add missing config filesnbd2007-02-221-0/+192
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6338 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Reorganize kernel configs - target/linux/*/config is now a directory.nbd2007-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add 16MB flash support for ar2315 (who knows...?)nbd2007-02-203-2/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make rootfs split/detection more generic - patch can be moved to generic-2.6 ↵nbd2007-02-194-433/+416
| | | | | | after testing on other platforms (especially broadcom) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* autodetect flash width - thanks to Kestutis Kupciunaskaloz2007-02-191-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6327 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use radio0 only on the 5312kaloz2007-02-191-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6326 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ar2315 rootfs mountnbd2007-02-191-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6325 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable dma offset for nownbd2007-02-171-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6317 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ar2312/2313 mac detectionnbd2007-02-171-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove useless newlinesnbd2007-02-161-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cleanupnbd2007-02-164-95/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6309 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove squashfs repartitioning hacks from spiflash driver - will be ported ↵nbd2007-02-161-66/+4
| | | | | | to redboot parsing code later git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6308 3c298f89-4303-0410-b956-a3cf2f4a3e73
* major cleanup of the ar531x code, improved hardware detection and support ↵nbd2007-02-1614-427/+358
| | | | | | for multiple ethernet interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some ar531x cleanupnbd2007-02-156-43/+2121
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mac handling, thanks to Kestutis Kupciunaskaloz2007-02-081-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6278 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port [6229] to kamikazenbd2007-02-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update atheros 2.6 port - add support for the older chip generationnbd2007-02-0425-4686/+5210
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* force MII access in AR2313 ethernet to KSEG1 instead of physical addresses - ↵nbd2007-02-041-2/+2
| | | | | | why the fsck has this ever worked for anybody?? git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6258 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Forgot to add the DELUDE target :/florian2007-01-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add chaostable from #1187, also enable netfilter modules for ixp4xx.florian2007-01-221-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable pcmcia for atheros-2.6nbd2007-01-112-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6082 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add initial version of the new Image Buildernbd2007-01-101-1/+5
| | | | | | | It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* store the default kernel version for our ports in a single place (target ↵nbd2006-12-251-4/+0
| | | | | | makefiles can still override it if necessary) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for Atheros SoC (used in Fonera, Meraki) - Merry Christmas, ↵nbd2006-12-259-0/+6397
everybody :) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5898 3c298f89-4303-0410-b956-a3cf2f4a3e73