aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* [rdc] switch to 2.6.32.12Florian Fainelli2010-05-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21467 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of CRLF encoding in various filesFelix Fietkau2010-05-164-141/+141
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21462 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] fix a kernel bug where IPv6 packets are received on IPv4 sockets, ↵Jo-Philipp Wich2010-05-151-0/+18
| | | | | | | | | this fixes dual stack software like OLSRd when running on Kernel 2.4 Signed-off-by: Alina Friedrichsen <x-alina@gmx.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21461 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] fix wrong hunk introduced by r21309, thanks rtz2Florian Fainelli2010-05-151-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21460 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] fix panic on boot due to invalid IORESOURCE for MFD cells, fix gpio ↵Florian Fainelli2010-05-156-45/+61
| | | | | | value setting git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] fix 2.6.30 lzma tuning patch to output file size at end of kernel, ↵Florian Fainelli2010-05-151-5/+5
| | | | | | otherwise decompressor remains stuck git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21458 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] use correct port type, which sets the correct receive fifo trigger ↵Florian Fainelli2010-05-151-0/+30
| | | | | | options (#7095) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] do not export find_task_by_vpid twice on 2.6.30Florian Fainelli2010-05-151-21/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21456 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ssb: activate CONFIG_SSB_BLOCKIO in the kernel and not in compat-wireless.Hauke Mehrtens2010-05-1510-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: Make wget2nand fail if copying the kernel fails and use the correct ↵Gabor Juhos2010-05-141-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix nbg460n mtd partitionsGabor Juhos2010-05-141-5/+12
| | | | | | | | | This fixes the NBG460N/550N/550NH mtd partitions. Signed-off-by: Michael Kurz <michi.kurz@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21443 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] Add 2.6.34 patchesLars-Peter Clausen2010-05-1234-4/+29530
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Move CONFIG_LZMA_{DE,}COMPRESS to generic configLars-Peter Clausen2010-05-1212-21/+5
| | | | | | | | It is selected by CONFIG_JFFS2_LZMA which is set in the generic config. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] gpio_buttons: include slab.hLars-Peter Clausen2010-05-121-0/+1
| | | | | | | | Fixes build with 2.6.34 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/uml: add missing CONFIG_MATOM config symbolNicolas Thill2010-05-121-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21434 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: use tab instead of spaceHauke Mehrtens2010-05-124-144/+144
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing symbolHauke Mehrtens2010-05-121-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21429 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Add missing symbols to generic 2.6.34 configLars-Peter Clausen2010-05-121-0/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: ehci-ssb: some updates:Hauke Mehrtens2010-05-123-165/+36
| | | | | | | | | | * update pointers in struct hc_driver * 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm-2.4: Fixed preinit and failsafe switch configurationDaniel Dickinson2010-05-103-2/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sound-soc-qi_lb60: rename package as underscores are not allowed by opkgMirko Vogt2010-05-092-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh 2.6.32 patchesFlorian Fainelli2010-05-0919-70/+68
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] refresh kernel patchesFlorian Fainelli2010-05-093-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21410 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] rework 130-clocks_devices_init.patch to make it more robustFlorian Fainelli2010-05-091-27/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] make etrax samsung flash patch generic (#6552)Florian Fainelli2010-05-093-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21408 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove madwifi from the default profileFelix Fietkau2010-05-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21406 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use the lzma kernel and a proper size limit for pb92Felix Fietkau2010-05-081-4/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21405 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] prevent race between clocks and devices registration (#6532)Florian Fainelli2010-05-081-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* image/x86: fix typo when building on Mac OS X (closes: #7303)Nicolas Thill2010-05-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adm5120: include r21398 actual changesAlexandros C. Couloumbis2010-05-088-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21399 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adm5120: update files-2.6.33 and files-2.6.34 Alexandros C. Couloumbis2010-05-088-0/+1282
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21398 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove some bogus kernel config overridesFelix Fietkau2010-05-073-6/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21397 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add a new subtarget for nand based devices - saves around 44k on the ↵Felix Fietkau2010-05-0725-36/+61
| | | | | | lzma compressed generic kernel image git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21396 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: adjust the brcm4710 cache workaround code so that it does not ↵Felix Fietkau2010-05-076-9/+9
| | | | | | break bcm4716 (patch by Bernhard Loos) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21395 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] backport r21373 to 2.4 kernelFlorian Fainelli2010-05-051-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fix build error on hifnHIPP spotted by buildbotFlorian Fainelli2010-05-051-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] fix bad lzma tuning options bad hunksFlorian Fainelli2010-05-051-16/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/x86: cleanup image config optionsNicolas Thill2010-05-051-40/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/x86: use common config items for options shared between generic and ↵Nicolas Thill2010-05-052-41/+22
| | | | | | olpc targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/rb532: use -combined suffix for kernel+rootfs imagesNicolas Thill2010-05-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZENicolas Thill2010-05-052-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic-2.4] add OCF 20100325 support to brcm-2.4Jo-Philipp Wich2010-05-04186-2/+86782
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21357 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic-2.6] update OCF framework to version 20100325Jo-Philipp Wich2010-05-04192-4797/+65214
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] revert r21085, fixes #7282Florian Fainelli2010-05-042-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] let 802.1q support be built-in (#7280)Florian Fainelli2010-05-041-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21349 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic-2.6] remove a bogus byteswap in the hifn_795x driver, should fix ↵Jo-Philipp Wich2010-05-035-0/+85
| | | | | | support for the VPN1411 crypto accelerator git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21344 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] use AMD standard command-set with winbond flash chips (#6966), ↵Florian Fainelli2010-05-033-0/+36
| | | | | | patch from obinou git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/uml: fix host processor type selection on x86_64 (proper fix for [13166])Nicolas Thill2010-05-021-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] add lzma tuning options, patch from Bernhard LoosFlorian Fainelli2010-05-023-8/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] fix upgrade detection logic, patch from Bernhard LoosFlorian Fainelli2010-05-021-10/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21310 3c298f89-4303-0410-b956-a3cf2f4a3e73