summaryrefslogtreecommitdiffstats
path: root/target/linux/uml
Commit message (Collapse)AuthorAgeFilesLines
* switch from ext2 to ext4 (w/o) journalingImre Kaloz2010-11-221-1/+1
| | | | SVN-Revision: 24084
* fix build failure when targetting ramdiskFlorian Fainelli2010-11-071-0/+10
| | | | SVN-Revision: 23914
* update kernels to 2.6.32.25 and 2.6.35.8Imre Kaloz2010-11-041-1/+1
| | | | SVN-Revision: 23851
* upgrade kernel versions to the latest stable onesImre Kaloz2010-10-041-1/+1
| | | | SVN-Revision: 23219
* update to 2.6.32.20Florian Fainelli2010-08-221-1/+1
| | | | SVN-Revision: 22766
* disable crash logging for uml, it cannot possibly work there anywayFelix Fietkau2010-07-212-0/+2
| | | | SVN-Revision: 22326
* update kernel versionsImre Kaloz2010-07-191-1/+1
| | | | SVN-Revision: 22289
* update linux kernel to 2.6.32.14Nicolas Thill2010-05-271-1/+1
| | | | SVN-Revision: 21583
* kernel: update kernel to version 2.6.32.13 and 2.6.33.4Hauke Mehrtens2010-05-231-1/+1
| | | | SVN-Revision: 21540
* target/uml: add missing CONFIG_MATOM config symbolNicolas Thill2010-05-121-0/+1
| | | | SVN-Revision: 21434
* target/uml: fix host processor type selection on x86_64 (proper fix for [13166])Nicolas Thill2010-05-021-1/+2
| | | | SVN-Revision: 21318
* 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
* add upstream patch to fix linking failures on '__rela_iplt_end'Florian Fainelli2010-04-303-0/+162
| | | | SVN-Revision: 21267
* kernel: refresh patches for 2.6.34-rc5 and update md5sumGabor Juhos2010-04-222-3/+1
| | | | SVN-Revision: 21082
* kernel: refresh patches for 2.6.33.2, and drop md5sum for older 2.6.32 kernelsGabor Juhos2010-04-222-3/+1
| | | | SVN-Revision: 21081
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-3/+3
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* remove 'svn:executable' propertyNicolas Thill2010-04-121-0/+0
| | | | SVN-Revision: 20831
* add 2.6.34 supportFlorian Fainelli2010-03-144-0/+86
| | | | SVN-Revision: 20208
* add support for 2.6.33Florian Fainelli2010-03-124-0/+86
| | | | SVN-Revision: 20158
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-112-2/+0
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* Add audio feature flag.Lars-Peter Clausen2010-02-151-1/+1
| | | | | | | | | There are targets which neither have usb host nor pci support but do have audio capabilities. Those targets should expliclitly specifiy that they support audio through the new feature flag. The audio feature flag is also implicitly selected by the usb and pci feature flags. SVN-Revision: 19643
* move 2.6.30 patches to their appropriate directoryFlorian Fainelli2010-02-105-0/+0
| | | | SVN-Revision: 19572
* replace the hostapd preselection with a wpad preselection to enable proper ↵Felix Fietkau2010-01-231-1/+1
| | | | | | client mode support in the default images SVN-Revision: 19293
* update README after r18624Florian Fainelli2009-12-071-1/+1
| | | | SVN-Revision: 18683
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18635
* another round of kernel config cleanupsImre Kaloz2009-11-112-0/+2
| | | | SVN-Revision: 18370
* update to 2.6.30.9Florian Fainelli2009-10-231-1/+1
| | | | SVN-Revision: 18126
* remove the mempcy patch, fixes build failures on most x86_64 hostsFlorian Fainelli2009-10-081-26/+0
| | | | SVN-Revision: 17989
* kernel: upgrade to 2.6.30.8 and refresh patchesGabor Juhos2009-10-011-1/+1
| | | | SVN-Revision: 17804
* uml: refresh patchesGabor Juhos2009-09-233-19/+6
| | | | SVN-Revision: 17684
* update to latest 2.6.27 and 2.6.30 kernelsImre Kaloz2009-09-171-1/+1
| | | | SVN-Revision: 17602
* update to 2.6.30.6, compile tested on some targets onlyFlorian Fainelli2009-09-091-1/+1
| | | | SVN-Revision: 17549
* fix build failures with bash4Florian Fainelli2009-09-061-0/+49
| | | | SVN-Revision: 17525
* fix some section warningsFlorian Fainelli2009-09-061-0/+47
| | | | SVN-Revision: 17524
* fix linking failures against memcpy on x86_64, fix runtime tested successfullyFlorian Fainelli2009-09-011-0/+26
| | | | SVN-Revision: 17458
* use 2.6.30.5Florian Fainelli2009-08-171-1/+1
| | | | SVN-Revision: 17296
* bump to 2.6.30.4, apply fix from [15119] to x86_64Nicolas Thill2009-08-165-2/+15
| | | | SVN-Revision: 17285
* make kernels use /etc/preinit by defaultImre Kaloz2009-05-141-1/+1
| | | | SVN-Revision: 15840
* upgrade to newest stable kernel versionsImre Kaloz2009-05-031-2/+2
| | | | SVN-Revision: 15575
* add a patch to disable compile-time buffer checks enabled by default on ↵Nicolas Thill2009-04-061-0/+11
| | | | | | Ubuntu 8.10 and later (closes: #4826) SVN-Revision: 15119
* update to kernel version 2.6.28.9Hauke Mehrtens2009-03-241-1/+1
| | | | SVN-Revision: 15017
* update to 2.6.28.8Imre Kaloz2009-03-171-1/+1
| | | | SVN-Revision: 14916
* update to 2.6.28.7 and 2.6.27.19Hauke Mehrtens2009-02-211-1/+1
| | | | SVN-Revision: 14601
* update to 2.6.28.6Gabor Juhos2009-02-192-55/+1
| | | | SVN-Revision: 14565
* uml: bump to 2.6.28.5Nicolas Thill2009-02-172-1/+55
| | | | SVN-Revision: 14535
* uml: add a patch to make ZLIB_DEFLATE visible, so that CONFIG_ZLIB_DEFLATE=y ↵Nicolas Thill2009-01-291-0/+14
| | | | | | is honored SVN-Revision: 14268