Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ar71xx: fix broken LAN ports on the boards with AR8216 switch (closes #7024) | Gabor Juhos | 2010-04-03 | 3 | -8/+12 |
| | | | | | | * cc: backfire@openwrt.org SVN-Revision: 20673 | ||||
* | do not set CONFIG_NET_DEV_OPS (#7005) | Florian Fainelli | 2010-04-02 | 1 | -1/+0 |
| | | | | SVN-Revision: 20653 | ||||
* | flashmap and image generation: reduced union bcm_tag to a single struct ↵ | Florian Fainelli | 2010-04-01 | 4 | -433/+186 |
| | | | | | | combining the elements so that it is no longer necessary to create an openwrt-only tagid and tagcrc, and elimate the tagid detection and switch statements which made dealing with imagetags overly complicated, especially since the logic would need analogs in all code that touched the imagetag. Patch from cshore. SVN-Revision: 20652 | ||||
* | brcm-2.4: fix commit r18413 "128MB ram problem" | Hauke Mehrtens | 2010-04-01 | 1 | -9/+16 |
| | | | | | | This was missing in commit r20072 SVN-Revision: 20651 | ||||
* | add a subtarget and drivers for the Intel Tolapai SoC | Imre Kaloz | 2010-04-01 | 4 | -1/+23 |
| | | | | SVN-Revision: 20648 | ||||
* | improve extract code | John Crispin | 2010-03-31 | 1 | -3/+9 |
| | | | | SVN-Revision: 20641 | ||||
* | ramips: add wpad-mini to the default packages | Gabor Juhos | 2010-03-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 20632 | ||||
* | ramips: annotate device register function prototypes with __init | Gabor Juhos | 2010-03-31 | 1 | -2/+2 |
| | | | | SVN-Revision: 20627 | ||||
* | ramips: register wifi device for the RT2880 based boards | Gabor Juhos | 2010-03-31 | 2 | -0/+3 |
| | | | | SVN-Revision: 20625 | ||||
* | ramips: add wifi device for the RT2880 as well | Gabor Juhos | 2010-03-31 | 2 | -0/+27 |
| | | | | SVN-Revision: 20624 | ||||
* | ramips: register wifi device on the rt305x based boards | Gabor Juhos | 2010-03-30 | 4 | -0/+4 |
| | | | | SVN-Revision: 20616 | ||||
* | ramips: sync kernel config | Gabor Juhos | 2010-03-30 | 2 | -14/+15 |
| | | | | SVN-Revision: 20614 | ||||
* | prepare kernel for voip | John Crispin | 2010-03-30 | 5 | -7/+53 |
| | | | | SVN-Revision: 20613 | ||||
* | The ralink rt305x board has a wireless card that can be used with the ↵ | John Crispin | 2010-03-30 | 2 | -0/+27 |
| | | | | | | rt2800pci driver (it does not work yet but basically should). Hence, register the appropriate platform device to allow developing/testing the rt2800pci driver. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 20599 | ||||
* | Fix the base address of the wireless card. Otherwise it is not possible to ↵ | John Crispin | 2010-03-30 | 1 | -1/+1 |
| | | | | | | register a platform wireless device as it overlaps with something else. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 20596 | ||||
* | fix ndisc compilation failure (#6984) | Florian Fainelli | 2010-03-29 | 1 | -0/+11 |
| | | | | SVN-Revision: 20591 | ||||
* | netfilter: fix ABI breakage caused by the netfilter match optimization ↵ | Felix Fietkau | 2010-03-28 | 5 | -0/+115 |
| | | | | | | (fixes #5628) SVN-Revision: 20552 | ||||
* | enable IP175A support in the IP175C PHY driver (based on patch from jh in #6733) | Felix Fietkau | 2010-03-28 | 1 | -20/+46 |
| | | | | SVN-Revision: 20551 | ||||
* | move bcm_tag.h out of the flashmap patch so that user-land tools can re-use it | Florian Fainelli | 2010-03-28 | 3 | -362/+178 |
| | | | | SVN-Revision: 20548 | ||||
* | sysupgrade: Get target device from kernel cmdline, patch from acinonyx | Florian Fainelli | 2010-03-28 | 1 | -1/+5 |
| | | | | SVN-Revision: 20538 | ||||
* | ifxmips: remove old config files | Nicolas Thill | 2010-03-28 | 2 | -32/+0 |
| | | | | SVN-Revision: 20534 | ||||
* | ps3: move ps3lan kmod under target/linux/ps3 | Nicolas Thill | 2010-03-28 | 1 | -0/+16 |
| | | | | SVN-Revision: 20533 | ||||
* | ar71xx: fix pci on ar7241/ar7242 | Felix Fietkau | 2010-03-28 | 1 | -3/+11 |
| | | | | SVN-Revision: 20530 | ||||
* | ar71xx: fix the wan port on pb92 | Felix Fietkau | 2010-03-28 | 1 | -9/+7 |
| | | | | SVN-Revision: 20529 | ||||
* | ar71xx: reset the mdio bus on ar7241/ar7242 | Felix Fietkau | 2010-03-28 | 2 | -1/+6 |
| | | | | SVN-Revision: 20528 | ||||
* | ar71xx: add uci defaults to fix trx header on the WRT160NL boards | Gabor Juhos | 2010-03-27 | 1 | -0/+16 |
| | | | | | | * patch by Otto Solares SVN-Revision: 20526 | ||||
* | ar71xx: update image generation and trx header parsing for the WRT160NL | Gabor Juhos | 2010-03-27 | 2 | -15/+6 |
| | | | | | | | * patch by Bernhard Loos * note: trailing whitespaces has been removed SVN-Revision: 20525 | ||||
* | Add OLPC kernel config (patch by Acinonyx) | Jo-Philipp Wich | 2010-03-27 | 1 | -0/+156 |
| | | | | SVN-Revision: 20517 | ||||
* | Change default processor family to 486, refresh config (patch by Acinonyx) | Jo-Philipp Wich | 2010-03-27 | 1 | -104/+49 |
| | | | | SVN-Revision: 20516 | ||||
* | Remove support for older kernels (patch by Acinonyx) | Jo-Philipp Wich | 2010-03-27 | 6 | -1903/+0 |
| | | | | SVN-Revision: 20515 | ||||
* | sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx) | Jo-Philipp Wich | 2010-03-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 20514 | ||||
* | ar71xx: ag71xx: copy received packet to avoid unaligned access in the IP stack | Gabor Juhos | 2010-03-27 | 1 | -0/+19 |
| | | | | SVN-Revision: 20506 | ||||
* | ar71xx: ag71xx: introduce ag71xx_has_ar8216() helper | Gabor Juhos | 2010-03-27 | 3 | -16/+17 |
| | | | | SVN-Revision: 20505 | ||||
* | ar71xx: ag71xx: reorganize ag71xx_rx_packet function | Gabor Juhos | 2010-03-27 | 1 | -6/+7 |
| | | | | SVN-Revision: 20504 | ||||
* | ar71xx: ag71xx: Add netpoll support | Gabor Juhos | 2010-03-27 | 1 | -0/+17 |
| | | | | | | | | | | | This patch adds support for polling interrupts, used by netconsole and the likes. Tested on d-link dir-615 C1 using netconsole. Signed-off-by: Pat Erley <pat-lkml@erley.org> SVN-Revision: 20503 | ||||
* | ar71xx: add images for pb92 - no kernel size check yet, lzma images did not ↵ | Felix Fietkau | 2010-03-26 | 1 | -0/+26 |
| | | | | | | yet work in my tests SVN-Revision: 20496 | ||||
* | ar71xx: add basic kernel support for pb92 | Felix Fietkau | 2010-03-26 | 9 | -0/+186 |
| | | | | SVN-Revision: 20495 | ||||
* | ar71xx: add support for ar7241 and ar7242 | Felix Fietkau | 2010-03-26 | 9 | -12/+73 |
| | | | | SVN-Revision: 20494 | ||||
* | ar71xx: fix pci link detection for ar724x | Felix Fietkau | 2010-03-26 | 2 | -2/+3 |
| | | | | SVN-Revision: 20493 | ||||
* | brcm47xx: remove support for older for kernel | Hauke Mehrtens | 2010-03-26 | 52 | -5690/+0 |
| | | | | SVN-Revision: 20492 | ||||
* | wrt400n: lan ports don't need the ar8216 workaround | Andy Boyett | 2010-03-26 | 2 | -2/+1 |
| | | | | SVN-Revision: 20491 | ||||
* | adjust module loading sequence to change 20345, as snd-soc-core needs to get ↵ | Mirko Vogt | 2010-03-26 | 1 | -3/+3 |
| | | | | | | loaded before SVN-Revision: 20490 | ||||
* | add missing linux/types.h header in netlink.h | Florian Fainelli | 2010-03-26 | 1 | -0/+11 |
| | | | | SVN-Revision: 20488 | ||||
* | pxcab: remove 2.6.31 config | Gabor Juhos | 2010-03-26 | 1 | -466/+0 |
| | | | | SVN-Revision: 20485 | ||||
* | atheros: remove 2.6.31 related stuff | Gabor Juhos | 2010-03-26 | 14 | -6660/+0 |
| | | | | SVN-Revision: 20484 | ||||
* | more cleaning | Florian Fainelli | 2010-03-26 | 8 | -430/+0 |
| | | | | SVN-Revision: 20482 | ||||
* | remove empty subtargets directories | Florian Fainelli | 2010-03-26 | 3 | -0/+0 |
| | | | | SVN-Revision: 20481 | ||||
* | remove now useless patches, thanks rtz | Florian Fainelli | 2010-03-26 | 4 | -176/+0 |
| | | | | SVN-Revision: 20446 | ||||
* | adm5120: nuke 2.6.30 stuff | Gabor Juhos | 2010-03-26 | 16 | -1293/+0 |
| | | | | SVN-Revision: 20445 | ||||
* | kernel: update to 2.6.32.10 | Gabor Juhos | 2010-03-26 | 45 | -123/+107 |
| | | | | SVN-Revision: 20444 |