summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros
Commit message (Collapse)AuthorAgeFilesLines
* atheros: add working patches/config for 2.6.30Felix Fietkau2009-06-0112-0/+6513
| | | | SVN-Revision: 16288
* even more config file cleanupImre Kaloz2009-05-181-4/+0
| | | | SVN-Revision: 15913
* config cleanupsImre Kaloz2009-05-151-8/+0
| | | | SVN-Revision: 15861
* make kernels use /etc/preinit by defaultImre Kaloz2009-05-141-1/+1
| | | | SVN-Revision: 15840
* some more kernel config cleanup.. last for today :)Imre Kaloz2009-05-041-5/+0
| | | | SVN-Revision: 15606
* more cleanupImre Kaloz2009-05-041-2/+0
| | | | SVN-Revision: 15605
* cleanup MTD option handlingImre Kaloz2009-05-041-40/+0
| | | | SVN-Revision: 15602
* move MFD stuff to the generic kernel configsImre Kaloz2009-05-041-2/+0
| | | | SVN-Revision: 15587
* change boardnamesImre Kaloz2009-05-041-1/+1
| | | | SVN-Revision: 15582
* upgrade to newest stable kernel versionsImre Kaloz2009-05-031-1/+1
| | | | SVN-Revision: 15575
* enable ar8216 switch support by default (AP65 boards use it)Florian Fainelli2009-04-291-0/+1
| | | | SVN-Revision: 15485
* atheros: configure eth1 as wan interface by default, if presentFelix Fietkau2009-04-281-0/+10
| | | | SVN-Revision: 15473
* atheros: add kernel workaround for bringing up eth1 on devices with a micrel ↵Felix Fietkau2009-04-281-0/+69
| | | | | | switch (PHY is unconnected for ENET1, switch is not configurable through MDIO) SVN-Revision: 15472
* atheros: enable swconfig by defaultFelix Fietkau2009-04-211-1/+1
| | | | SVN-Revision: 15331
* atheros: fix up the wlan mac address if the board data is missingFelix Fietkau2009-04-212-3/+5
| | | | SVN-Revision: 15330
* atheros: add default uci configuration for ICPlus IP175CFelix Fietkau2009-04-211-1/+19
| | | | SVN-Revision: 15329
* rename picostation pico2 images to openwrt-atheros-ubnt2-pico2-... to avoid ↵Jo-Philipp Wich2009-04-211-1/+1
| | | | | | confusion SVN-Revision: 15316
* Generate suitable images for the UBNT PicoStation2Jo-Philipp Wich2009-04-211-0/+6
| | | | SVN-Revision: 15314
* add IC+ IP175C driver (based on Patrick Horn's driver, see #4050)Felix Fietkau2009-04-201-1/+2
| | | | SVN-Revision: 15305
* atheros: nuke 2.6.26 support, 2.6.28 is stableFelix Fietkau2009-04-2039-6819/+0
| | | | SVN-Revision: 15303
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-172-2/+0
| | | | SVN-Revision: 15242
* atheros: ignore rx long packet error flag from the ethernet coreFelix Fietkau2009-04-131-1/+1
| | | | SVN-Revision: 15225
* atheros: ignore reports about oversized ethernet frames, as can be caused by ↵Felix Fietkau2009-04-102-5/+4
| | | | | | the header mode of marvell 88e6060 switches (see https://dev.openwrt.org/ticket/3507#comment:16) SVN-Revision: 15185
* atheros: refresh failing kernel patch (#4916) and fix packet padding bugFelix Fietkau2009-04-101-11/+11
| | | | SVN-Revision: 15184
* atheros: make use of netdev_alloc_skbFelix Fietkau2009-04-091-7/+4
| | | | SVN-Revision: 15176
* remove debugging codeFelix Fietkau2009-04-071-3/+1
| | | | SVN-Revision: 15127
* atheros: fix a spiflash write performance regressionFelix Fietkau2009-03-241-4/+4
| | | | SVN-Revision: 15027
* refresh patchesHauke Mehrtens2009-03-241-1/+0
| | | | SVN-Revision: 15018
* update to kernel version 2.6.28.9Hauke Mehrtens2009-03-241-1/+1
| | | | SVN-Revision: 15017
* atheros: fix radio mask check on ar5312Felix Fietkau2009-03-231-2/+2
| | | | SVN-Revision: 14986
* atheros: upgrade to 2.6.28 by defaultFelix Fietkau2009-03-221-1/+1
| | | | SVN-Revision: 14985
* atheros: fix mdio bus registration for multiple ethernet interfacesFelix Fietkau2009-03-222-11/+12
| | | | SVN-Revision: 14984
* atheros: fix ar5312 supportFelix Fietkau2009-03-221-9/+15
| | | | SVN-Revision: 14983
* atheros: do not attempt to start pci on ar2317Felix Fietkau2009-03-221-4/+3
| | | | SVN-Revision: 14982
* atheros: in later kernels, vlan 0 no longer works as expected, switch to ↵Felix Fietkau2009-03-222-5/+5
| | | | | | (1,2) instead of (0,1) for lan/wan SVN-Revision: 14981
* atheros: fix path in marvell switch phy id detectionFelix Fietkau2009-03-222-3/+3
| | | | SVN-Revision: 14980
* atheros: enable adm6996 and mvswitch supportFelix Fietkau2009-03-221-0/+2
| | | | SVN-Revision: 14976
* atheros: fix gpio interrupt handling on 2315Felix Fietkau2009-03-222-26/+36
| | | | SVN-Revision: 14973
* atheros: add back reset button supportFelix Fietkau2009-03-221-0/+171
| | | | SVN-Revision: 14970
* atheros: split out the pci support patchFelix Fietkau2009-03-222-438/+301
| | | | SVN-Revision: 14969
* atheros: clean up the 2.6.28 port in preparation for pushing it upstreamFelix Fietkau2009-03-2241-6545/+6016
| | | | SVN-Revision: 14967
* disable all kernel config options that are set to =mFelix Fietkau2009-02-222-19/+19
| | | | SVN-Revision: 14611
* Add initial kernel 2.6.28 support for atheros target. The include files ↵Hauke Mehrtens2009-02-2039-0/+6984
| | | | | | moved from /include/asm-mips/mach-atheros/ to /arch/mips/include/asm/mach-atheros/ This patch is based on the old kernel 2.6.27 patches. SVN-Revision: 14584
* move files for kernel 2.6.26 to a special directory. In kernel 2.6.28 the ↵Hauke Mehrtens2009-02-2028-0/+0
| | | | | | directory structure has chanced, so for kernel 2.6.26 a own files directory is needed. SVN-Revision: 14583
* remove atheros target for kernel 2.6.27. When support for kernel 2.6.28 is ↵Hauke Mehrtens2009-02-2011-626/+0
| | | | | | added this is not needed any more. SVN-Revision: 14582
* include revision number in Ubiquity imagesFlorian Fainelli2009-02-201-2/+2
| | | | SVN-Revision: 14574
* 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