aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* 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> SVN-Revision: 21444
* 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> SVN-Revision: 21443
* Add 2.6.34 patchesLars-Peter Clausen2010-05-1234-4/+29530
| | | | SVN-Revision: 21438
* 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. SVN-Revision: 21437
* gpio_buttons: include slab.hLars-Peter Clausen2010-05-121-0/+1
| | | | | | Fixes build with 2.6.34 SVN-Revision: 21436
* target/uml: add missing CONFIG_MATOM config symbolNicolas Thill2010-05-121-0/+1
| | | | SVN-Revision: 21434
* brcm47xx: use tab instead of spaceHauke Mehrtens2010-05-124-144/+144
| | | | SVN-Revision: 21430
* kernel: add missing symbolHauke Mehrtens2010-05-121-0/+1
| | | | SVN-Revision: 21429
* Add missing symbols to generic 2.6.34 configLars-Peter Clausen2010-05-121-0/+47
| | | | SVN-Revision: 21428
* brcm47xx: ehci-ssb: some updates: * update pointers in struct hc_driver * ↵Hauke Mehrtens2010-05-123-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 configurationDaniel Dickinson2010-05-103-2/+25
| | | | SVN-Revision: 21417
* sound-soc-qi_lb60: rename package as underscores are not allowed by opkgMirko Vogt2010-05-092-3/+3
| | | | SVN-Revision: 21412
* refresh 2.6.32 patchesFlorian Fainelli2010-05-0919-70/+68
| | | | SVN-Revision: 21411
* refresh kernel patchesFlorian Fainelli2010-05-093-5/+5
| | | | SVN-Revision: 21410
* rework 130-clocks_devices_init.patch to make it more robustFlorian Fainelli2010-05-091-27/+8
| | | | SVN-Revision: 21409
* make etrax samsung flash patch generic (#6552)Florian Fainelli2010-05-093-0/+22
| | | | SVN-Revision: 21408
* ar71xx: remove madwifi from the default profileFelix Fietkau2010-05-081-1/+1
| | | | SVN-Revision: 21406
* ar71xx: use the lzma kernel and a proper size limit for pb92Felix Fietkau2010-05-081-4/+6
| | | | SVN-Revision: 21405
* prevent race between clocks and devices registration (#6532)Florian Fainelli2010-05-081-0/+27
| | | | SVN-Revision: 21404
* image/x86: fix typo when building on Mac OS X (closes: #7303)Nicolas Thill2010-05-081-1/+1
| | | | SVN-Revision: 21401
* adm5120: include r21398 actual changesAlexandros C. Couloumbis2010-05-088-8/+8
| | | | SVN-Revision: 21399
* adm5120: update files-2.6.33 and files-2.6.34Alexandros C. Couloumbis2010-05-088-0/+1282
| | | | SVN-Revision: 21398
* ar71xx: remove some bogus kernel config overridesFelix Fietkau2010-05-073-6/+0
| | | | SVN-Revision: 21397
* 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 SVN-Revision: 21396
* brcm47xx: adjust the brcm4710 cache workaround code so that it does not ↵Felix Fietkau2010-05-076-9/+9
| | | | | | break bcm4716 (patch by Bernhard Loos) SVN-Revision: 21395
* backport r21373 to 2.4 kernelFlorian Fainelli2010-05-051-0/+1
| | | | SVN-Revision: 21374
* fix build error on hifnHIPP spotted by buildbotFlorian Fainelli2010-05-051-0/+1
| | | | SVN-Revision: 21373
* fix bad lzma tuning options bad hunksFlorian Fainelli2010-05-051-16/+13
| | | | SVN-Revision: 21372
* target/x86: cleanup image config optionsNicolas Thill2010-05-051-40/+40
| | | | SVN-Revision: 21365
* target/x86: use common config items for options shared between generic and ↵Nicolas Thill2010-05-052-41/+22
| | | | | | olpc targets SVN-Revision: 21364
* target/rb532: use -combined suffix for kernel+rootfs imagesNicolas Thill2010-05-051-1/+1
| | | | SVN-Revision: 21363
* images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZENicolas Thill2010-05-052-4/+4
| | | | SVN-Revision: 21362
* add OCF 20100325 support to brcm-2.4Jo-Philipp Wich2010-05-04186-2/+86782
| | | | SVN-Revision: 21357
* update OCF framework to version 20100325Jo-Philipp Wich2010-05-04192-4797/+65214
| | | | SVN-Revision: 21356
* revert r21085, fixes #7282Florian Fainelli2010-05-042-2/+2
| | | | SVN-Revision: 21352
* let 802.1q support be built-in (#7280)Florian Fainelli2010-05-041-1/+0
| | | | SVN-Revision: 21349
* remove a bogus byteswap in the hifn_795x driver, should fix support for the ↵Jo-Philipp Wich2010-05-035-0/+85
| | | | | | VPN1411 crypto accelerator SVN-Revision: 21344
* use AMD standard command-set with winbond flash chips (#6966), patch from obinouFlorian Fainelli2010-05-033-0/+36
| | | | SVN-Revision: 21333
* target/uml: fix host processor type selection on x86_64 (proper fix for [13166])Nicolas Thill2010-05-021-1/+2
| | | | SVN-Revision: 21318
* add lzma tuning options, patch from Bernhard LoosFlorian Fainelli2010-05-023-8/+52
| | | | SVN-Revision: 21311
* fix upgrade detection logic, patch from Bernhard LoosFlorian Fainelli2010-05-021-10/+4
| | | | SVN-Revision: 21310
* fix sitecom firmware partition size, patch from Bernhard LoosFlorian Fainelli2010-05-022-2/+2
| | | | SVN-Revision: 21309
* include second ethernet interface in bridge after r20022Florian Fainelli2010-05-021-1/+1
| | | | SVN-Revision: 21307
* do not write to per-port over-current register, which is bogus (#6898)Florian Fainelli2010-05-022-0/+36
| | | | SVN-Revision: 21306
* package/grub: build a host grub and a target grub (#7269) - use the host ↵Nicolas Thill2010-05-021-6/+9
| | | | | | grub binary for grub install, but with target stage files - disable SSP (-fno-stack-protector) & Compile Time Buffer Checks (-U_FORTIFY_SOURCE) if appropriate - create a target grub package SVN-Revision: 21305
* target/uml: bump to 2.6.32.12Nicolas Thill2010-05-028-192/+2
| | | | SVN-Revision: 21301
* target/uml: fix memcpy export on x86_64 with gcc < 4.3 (closes: #6918)Nicolas Thill2010-05-022-0/+22
| | | | SVN-Revision: 21293
* target/uml: rename patch 003 to match what we have in 2.6.30Nicolas Thill2010-05-021-0/+0
| | | | SVN-Revision: 21292
* target/uml: refresh 2.6.30 patchesNicolas Thill2010-05-021-7/+3
| | | | SVN-Revision: 21291
* target/uml: add patches for 2.6.32Nicolas Thill2010-05-025-0/+134
| | | | SVN-Revision: 21290