Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | atheros: ignore reports about oversized ethernet frames, as can be caused by ↵ | Felix Fietkau | 2009-04-10 | 2 | -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 bug | Felix Fietkau | 2009-04-10 | 1 | -11/+11 |
| | | | | SVN-Revision: 15184 | ||||
* | atheros: make use of netdev_alloc_skb | Felix Fietkau | 2009-04-09 | 1 | -7/+4 |
| | | | | SVN-Revision: 15176 | ||||
* | remove debugging code | Felix Fietkau | 2009-04-07 | 1 | -3/+1 |
| | | | | SVN-Revision: 15127 | ||||
* | atheros: fix a spiflash write performance regression | Felix Fietkau | 2009-03-24 | 1 | -4/+4 |
| | | | | SVN-Revision: 15027 | ||||
* | refresh patches | Hauke Mehrtens | 2009-03-24 | 1 | -1/+0 |
| | | | | SVN-Revision: 15018 | ||||
* | update to kernel version 2.6.28.9 | Hauke Mehrtens | 2009-03-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 15017 | ||||
* | atheros: fix radio mask check on ar5312 | Felix Fietkau | 2009-03-23 | 1 | -2/+2 |
| | | | | SVN-Revision: 14986 | ||||
* | atheros: upgrade to 2.6.28 by default | Felix Fietkau | 2009-03-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 14985 | ||||
* | atheros: fix mdio bus registration for multiple ethernet interfaces | Felix Fietkau | 2009-03-22 | 2 | -11/+12 |
| | | | | SVN-Revision: 14984 | ||||
* | atheros: fix ar5312 support | Felix Fietkau | 2009-03-22 | 1 | -9/+15 |
| | | | | SVN-Revision: 14983 | ||||
* | atheros: do not attempt to start pci on ar2317 | Felix Fietkau | 2009-03-22 | 1 | -4/+3 |
| | | | | SVN-Revision: 14982 | ||||
* | atheros: in later kernels, vlan 0 no longer works as expected, switch to ↵ | Felix Fietkau | 2009-03-22 | 2 | -5/+5 |
| | | | | | | (1,2) instead of (0,1) for lan/wan SVN-Revision: 14981 | ||||
* | atheros: fix path in marvell switch phy id detection | Felix Fietkau | 2009-03-22 | 2 | -3/+3 |
| | | | | SVN-Revision: 14980 | ||||
* | atheros: enable adm6996 and mvswitch support | Felix Fietkau | 2009-03-22 | 1 | -0/+2 |
| | | | | SVN-Revision: 14976 | ||||
* | atheros: fix gpio interrupt handling on 2315 | Felix Fietkau | 2009-03-22 | 2 | -26/+36 |
| | | | | SVN-Revision: 14973 | ||||
* | atheros: add back reset button support | Felix Fietkau | 2009-03-22 | 1 | -0/+171 |
| | | | | SVN-Revision: 14970 | ||||
* | atheros: split out the pci support patch | Felix Fietkau | 2009-03-22 | 2 | -438/+301 |
| | | | | SVN-Revision: 14969 | ||||
* | atheros: clean up the 2.6.28 port in preparation for pushing it upstream | Felix Fietkau | 2009-03-22 | 41 | -6545/+6016 |
| | | | | SVN-Revision: 14967 | ||||
* | disable all kernel config options that are set to =m | Felix Fietkau | 2009-02-22 | 2 | -19/+19 |
| | | | | SVN-Revision: 14611 | ||||
* | Add initial kernel 2.6.28 support for atheros target. The include files ↵ | Hauke Mehrtens | 2009-02-20 | 39 | -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 Mehrtens | 2009-02-20 | 28 | -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 Mehrtens | 2009-02-20 | 11 | -626/+0 |
| | | | | | | added this is not needed any more. SVN-Revision: 14582 | ||||
* | include revision number in Ubiquity images | Florian Fainelli | 2009-02-20 | 1 | -2/+2 |
| | | | | SVN-Revision: 14574 | ||||
* | Add hostapd-mini to default images where applicable | Andy Boyett | 2009-01-02 | 1 | -3/+3 |
| | | | | SVN-Revision: 13819 | ||||
* | atheros: instead of resetting the ethernet core on ifup, only upload the new ↵ | Felix Fietkau | 2008-12-28 | 1 | -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 Fietkau | 2008-12-22 | 1 | -0/+3 |
| | | | | | | the mac address works SVN-Revision: 13720 | ||||
* | fix typo in atheros image makefile | Jo-Philipp Wich | 2008-12-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 13707 | ||||
* | firmware-utils/mkfwimage: add RouterStation support (based on a patch by ↵ | Gabor Juhos | 2008-12-18 | 1 | -6/+9 |
| | | | | | | Jonas <jonas at ubnt.com>) SVN-Revision: 13682 | ||||
* | Disable CONFIG_NF_CT_ACCT | Florian Fainelli | 2008-12-10 | 1 | -1/+0 |
| | | | | SVN-Revision: 13577 | ||||
* | atheros: fix reboot on ar2315 devices which do not implement the atheros ↵ | Felix Fietkau | 2008-12-09 | 1 | -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 targets | Gabor Juhos | 2008-12-02 | 2 | -0/+2 |
| | | | | SVN-Revision: 13492 | ||||
* | move THERMAL symbols into the generic config | Imre Kaloz | 2008-11-25 | 2 | -4/+0 |
| | | | | SVN-Revision: 13346 | ||||
* | create firmware image for the Compex NP25G and WPE53G boards | Gabor Juhos | 2008-11-22 | 1 | -2/+12 |
| | | | | SVN-Revision: 13318 | ||||
* | enable MyLoader partition parser | Gabor Juhos | 2008-11-22 | 3 | -1/+3 |
| | | | | SVN-Revision: 13317 | ||||
* | sync 2.6.26 config | Gabor Juhos | 2008-11-17 | 1 | -6/+1 |
| | | | | SVN-Revision: 13268 | ||||
* | move some options to the generic 2.6.27 config | Imre Kaloz | 2008-11-17 | 1 | -3/+0 |
| | | | | SVN-Revision: 13264 | ||||
* | update 2.6.27 specific patches, and sync kernel config | Gabor Juhos | 2008-11-13 | 2 | -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 Juhos | 2008-11-12 | 2 | -3/+3 |
| | | | | | | patch by Hauke Mehrtens * closes #4193 SVN-Revision: 13192 | ||||
* | refresh 2.6.26 patches | Gabor Juhos | 2008-11-06 | 9 | -18/+18 |
| | | | | SVN-Revision: 13135 | ||||
* | improve routing/nat performance for devices using the marvell 88e6060 switch | Felix Fietkau | 2008-10-28 | 2 | -5/+77 |
| | | | | SVN-Revision: 13060 | ||||
* | select gpioctl by default on atheros | Felix Fietkau | 2008-10-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 13040 | ||||
* | Update to 2.6.26.7 | Florian Fainelli | 2008-10-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 13036 | ||||
* | fix accidentally committed typo | Felix Fietkau | 2008-10-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 13025 | ||||
* | atheros: clean up the board data detection code and attempt to boot the ↵ | Felix Fietkau | 2008-10-18 | 1 | -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 final | Gabor Juhos | 2008-10-15 | 10 | -22/+22 |
| | | | | SVN-Revision: 12987 | ||||
* | experimental support for 2.6.27 | Gabor Juhos | 2008-10-09 | 11 | -0/+595 |
| | | | | SVN-Revision: 12932 | ||||
* | fix 2.6.26.x boot failure on ar2313 (closes #4082) | Gabor Juhos | 2008-10-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 12928 | ||||
* | fix section mismatch warning | Gabor Juhos | 2008-10-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 12918 | ||||
* | don't register GPIO 0 as LED. it drives the chip select line of the SPI ↵ | Felix Fietkau | 2008-10-07 | 1 | -1/+1 |
| | | | | | | flash on most AR2317 boards. fixes strange jffs2 errors on bootup SVN-Revision: 12881 |