Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing ifxmips crypto config symbols, spotted by buildbot | Florian Fainelli | 2010-05-17 | 2 | -0/+2 |
| | | | | SVN-Revision: 21483 | ||||
* | set vendor to RDC even if CPU id is not known | Florian Fainelli | 2010-05-16 | 2 | -2/+2 |
| | | | | SVN-Revision: 21475 | ||||
* | squash platform_support.patch into rdc_boards.patch | Florian Fainelli | 2010-05-16 | 2 | -12/+13 |
| | | | | SVN-Revision: 21474 | ||||
* | fix link checking with switches, only port1 of switches would report link up | Florian Fainelli | 2010-05-16 | 1 | -0/+33 |
| | | | | SVN-Revision: 21471 | ||||
* | switch to 2.6.32.12 | Florian Fainelli | 2010-05-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 21467 | ||||
* | fix a kernel bug where IPv6 packets are received on IPv4 sockets, this fixes ↵ | Jo-Philipp Wich | 2010-05-15 | 1 | -0/+18 |
| | | | | | | dual stack software like OLSRd when running on Kernel 2.4 Signed-off-by: Alina Friedrichsen <x-alina@gmx.net> SVN-Revision: 21461 | ||||
* | fix wrong hunk introduced by r21309, thanks rtz2 | Florian Fainelli | 2010-05-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 21460 | ||||
* | fix panic on boot due to invalid IORESOURCE for MFD cells, fix gpio value ↵ | Florian Fainelli | 2010-05-15 | 6 | -45/+61 |
| | | | | | | setting SVN-Revision: 21459 | ||||
* | fix 2.6.30 lzma tuning patch to output file size at end of kernel, otherwise ↵ | Florian Fainelli | 2010-05-15 | 1 | -5/+5 |
| | | | | | | decompressor remains stuck SVN-Revision: 21458 | ||||
* | use correct port type, which sets the correct receive fifo trigger options ↵ | Florian Fainelli | 2010-05-15 | 1 | -0/+30 |
| | | | | | | (#7095) SVN-Revision: 21457 | ||||
* | do not export find_task_by_vpid twice on 2.6.30 | Florian Fainelli | 2010-05-15 | 1 | -21/+19 |
| | | | | SVN-Revision: 21456 | ||||
* | ssb: activate CONFIG_SSB_BLOCKIO in the kernel and not in compat-wireless. | Hauke Mehrtens | 2010-05-15 | 10 | -10/+45 |
| | | | | | | | | Before this patch CONFIG_SSB_BLOCKIO was set to y in compat-wireless but the in kernel ssb system had it set to n, this causes an invalid pointer. b43 now needs CONFIG_SSB_BLOCKIO=y SVN-Revision: 21449 | ||||
* | ar71xx: Make wget2nand fail if copying the kernel fails and use the correct ↵ | Gabor Juhos | 2010-05-14 | 1 | -2/+5 |
| | | | | | | | | | | | | | | file extension for the rootfs image wget2nand didnt check the exit status after copying the kernel, if the copying failed for some reason ( for example not enougs space on the kernel partition) it simply continued extracting the rootfs. I also changed the filename, which wget2nand trys to download ( .tar.gz instead of .tgz ). Signed-off-by: Marko Foerster <mrkfoerster@googlemail.com> SVN-Revision: 21444 | ||||
* | ar71xx: fix nbg460n mtd partitions | Gabor Juhos | 2010-05-14 | 1 | -5/+12 |
| | | | | | | | | This fixes the NBG460N/550N/550NH mtd partitions. Signed-off-by: Michael Kurz <michi.kurz@googlemail.com> SVN-Revision: 21443 | ||||
* | Add 2.6.34 patches | Lars-Peter Clausen | 2010-05-12 | 34 | -4/+29530 |
| | | | | SVN-Revision: 21438 | ||||
* | Move CONFIG_LZMA_{DE,}COMPRESS to generic config | Lars-Peter Clausen | 2010-05-12 | 12 | -21/+5 |
| | | | | | | It is selected by CONFIG_JFFS2_LZMA which is set in the generic config. SVN-Revision: 21437 | ||||
* | gpio_buttons: include slab.h | Lars-Peter Clausen | 2010-05-12 | 1 | -0/+1 |
| | | | | | | Fixes build with 2.6.34 SVN-Revision: 21436 | ||||
* | target/uml: add missing CONFIG_MATOM config symbol | Nicolas Thill | 2010-05-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 21434 | ||||
* | brcm47xx: use tab instead of space | Hauke Mehrtens | 2010-05-12 | 4 | -144/+144 |
| | | | | SVN-Revision: 21430 | ||||
* | kernel: add missing symbol | Hauke Mehrtens | 2010-05-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 21429 | ||||
* | Add missing symbols to generic 2.6.34 config | Lars-Peter Clausen | 2010-05-12 | 1 | -0/+47 |
| | | | | SVN-Revision: 21428 | ||||
* | brcm47xx: ehci-ssb: some updates: * update pointers in struct hc_driver * ↵ | Hauke Mehrtens | 2010-05-12 | 3 | -165/+36 |
| | | | | | | make ssb_ehci_detach more look like the pci version * remove resume and suspend as they are never activated and not compiling * replace ssb_ehci_start with ehci_run as it only calls this method SVN-Revision: 21427 | ||||
* | brcm-2.4: Fixed preinit and failsafe switch configuration | Daniel Dickinson | 2010-05-10 | 3 | -2/+25 |
| | | | | SVN-Revision: 21417 | ||||
* | sound-soc-qi_lb60: rename package as underscores are not allowed by opkg | Mirko Vogt | 2010-05-09 | 2 | -3/+3 |
| | | | | SVN-Revision: 21412 | ||||
* | refresh 2.6.32 patches | Florian Fainelli | 2010-05-09 | 19 | -70/+68 |
| | | | | SVN-Revision: 21411 | ||||
* | refresh kernel patches | Florian Fainelli | 2010-05-09 | 3 | -5/+5 |
| | | | | SVN-Revision: 21410 | ||||
* | rework 130-clocks_devices_init.patch to make it more robust | Florian Fainelli | 2010-05-09 | 1 | -27/+8 |
| | | | | SVN-Revision: 21409 | ||||
* | make etrax samsung flash patch generic (#6552) | Florian Fainelli | 2010-05-09 | 3 | -0/+22 |
| | | | | SVN-Revision: 21408 | ||||
* | ar71xx: remove madwifi from the default profile | Felix Fietkau | 2010-05-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 21406 | ||||
* | ar71xx: use the lzma kernel and a proper size limit for pb92 | Felix Fietkau | 2010-05-08 | 1 | -4/+6 |
| | | | | SVN-Revision: 21405 | ||||
* | prevent race between clocks and devices registration (#6532) | Florian Fainelli | 2010-05-08 | 1 | -0/+27 |
| | | | | SVN-Revision: 21404 | ||||
* | image/x86: fix typo when building on Mac OS X (closes: #7303) | Nicolas Thill | 2010-05-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 21401 | ||||
* | adm5120: include r21398 actual changes | Alexandros C. Couloumbis | 2010-05-08 | 8 | -8/+8 |
| | | | | SVN-Revision: 21399 | ||||
* | adm5120: update files-2.6.33 and files-2.6.34 | Alexandros C. Couloumbis | 2010-05-08 | 8 | -0/+1282 |
| | | | | SVN-Revision: 21398 | ||||
* | ar71xx: remove some bogus kernel config overrides | Felix Fietkau | 2010-05-07 | 3 | -6/+0 |
| | | | | SVN-Revision: 21397 | ||||
* | ar71xx: add a new subtarget for nand based devices - saves around 44k on the ↵ | Felix Fietkau | 2010-05-07 | 25 | -36/+61 |
| | | | | | | lzma compressed generic kernel image SVN-Revision: 21396 | ||||
* | brcm47xx: adjust the brcm4710 cache workaround code so that it does not ↵ | Felix Fietkau | 2010-05-07 | 6 | -9/+9 |
| | | | | | | break bcm4716 (patch by Bernhard Loos) SVN-Revision: 21395 | ||||
* | backport r21373 to 2.4 kernel | Florian Fainelli | 2010-05-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 21374 | ||||
* | fix build error on hifnHIPP spotted by buildbot | Florian Fainelli | 2010-05-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 21373 | ||||
* | fix bad lzma tuning options bad hunks | Florian Fainelli | 2010-05-05 | 1 | -16/+13 |
| | | | | SVN-Revision: 21372 | ||||
* | target/x86: cleanup image config options | Nicolas Thill | 2010-05-05 | 1 | -40/+40 |
| | | | | SVN-Revision: 21365 | ||||
* | target/x86: use common config items for options shared between generic and ↵ | Nicolas Thill | 2010-05-05 | 2 | -41/+22 |
| | | | | | | olpc targets SVN-Revision: 21364 | ||||
* | target/rb532: use -combined suffix for kernel+rootfs images | Nicolas Thill | 2010-05-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 21363 | ||||
* | images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZE | Nicolas Thill | 2010-05-05 | 2 | -4/+4 |
| | | | | SVN-Revision: 21362 | ||||
* | add OCF 20100325 support to brcm-2.4 | Jo-Philipp Wich | 2010-05-04 | 186 | -2/+86782 |
| | | | | SVN-Revision: 21357 | ||||
* | update OCF framework to version 20100325 | Jo-Philipp Wich | 2010-05-04 | 192 | -4797/+65214 |
| | | | | SVN-Revision: 21356 | ||||
* | revert r21085, fixes #7282 | Florian Fainelli | 2010-05-04 | 2 | -2/+2 |
| | | | | SVN-Revision: 21352 | ||||
* | let 802.1q support be built-in (#7280) | Florian Fainelli | 2010-05-04 | 1 | -1/+0 |
| | | | | SVN-Revision: 21349 | ||||
* | remove a bogus byteswap in the hifn_795x driver, should fix support for the ↵ | Jo-Philipp Wich | 2010-05-03 | 5 | -0/+85 |
| | | | | | | VPN1411 crypto accelerator SVN-Revision: 21344 | ||||
* | use AMD standard command-set with winbond flash chips (#6966), patch from obinou | Florian Fainelli | 2010-05-03 | 3 | -0/+36 |
| | | | | SVN-Revision: 21333 |