summaryrefslogtreecommitdiffstats
path: root/target/linux/amazon
Commit message (Collapse)AuthorAgeFilesLines
* remove support for kernel 2.6.21Hauke Mehrtens2010-01-317-266/+0
| | | | SVN-Revision: 19452
* amazon: readd wrongly removed fileHauke Mehrtens2010-01-031-0/+52
| | | | SVN-Revision: 19014
* amazon: work on pci controllerHauke Mehrtens2010-01-026-101/+54
| | | | SVN-Revision: 19013
* mazon: use platform_device for most drivers and fix some printk'sHauke Mehrtens2010-01-017-39/+197
| | | | SVN-Revision: 18989
* work on pci.Hauke Mehrtens2009-12-262-52/+25
| | | | | | | | This is from ticket #6374 Michael Richter thanks for your patch. SVN-Revision: 18933
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18635
* Update to kernel 2.6.30Hauke Mehrtens2009-11-291-1/+1
| | | | SVN-Revision: 18605
* Read the size of the available memory from parameters passed to the kernel ↵Hauke Mehrtens2009-11-292-7/+23
| | | | | | by firmware. SVN-Revision: 18604
* kernel: move CONFIG_MIPS_FPU_EMU to generic kernel configFelix Fietkau2009-11-292-2/+0
| | | | SVN-Revision: 18603
* Add kernel 2.6.30 supportHauke Mehrtens2009-11-2816-0/+585
| | | | | | The device is booting and Ethernet is working, but nothing more was tested. SVN-Revision: 18589
* Some general changes for amazon drivers.Hauke Mehrtens2009-11-284-42/+43
| | | | | | This is mostly needed for kernel 2.6.30 support. SVN-Revision: 18588
* some more Kconfig symbol move..Imre Kaloz2009-11-111-1/+0
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-111-1/+0
| | | | SVN-Revision: 18370
* sort all target config filesImre Kaloz2009-11-111-8/+8
| | | | SVN-Revision: 18367
* Add some build fixes for kernel 2.6.21 and the infineon amazon target.Hauke Mehrtens2009-11-081-0/+1
| | | | | | | Now it compiles with the new toolchain. These are mostly backports from mainline linux and newer linux kernels from openwrt. SVN-Revision: 18345
* Add ADM6996 switch driverHauke Mehrtens2009-06-205-13/+7
| | | | | | | This fixes #5314 Thanks to Michael Richter SVN-Revision: 16523
* Detect 16MB flash chipsHauke Mehrtens2009-05-271-8/+32
| | | | SVN-Revision: 16120
* Extends workaround for swapping problem.Hauke Mehrtens2009-05-271-0/+12
| | | | SVN-Revision: 16119
* Make amazon build again.Hauke Mehrtens2009-05-273-16/+4
| | | | SVN-Revision: 16118
* even more config file cleanupImre Kaloz2009-05-181-4/+0
| | | | SVN-Revision: 15913
* config cleanupsImre Kaloz2009-05-151-1/+0
| | | | SVN-Revision: 15861
* make kernels use /etc/preinit by defaultImre Kaloz2009-05-141-1/+1
| | | | SVN-Revision: 15840
* some more kernel config cleanup.. last for today :)Imre Kaloz2009-05-041-4/+0
| | | | SVN-Revision: 15606
* cleanup MTD option handlingImre Kaloz2009-05-041-44/+0
| | | | SVN-Revision: 15602
* refresh patchesGabor Juhos2009-02-087-37/+19
| | | | SVN-Revision: 14455
* Fix typoFlorian Fainelli2008-10-241-1/+1
| | | | SVN-Revision: 13046
* refresh kernel patchesGabor Juhos2008-05-197-36/+41
| | | | SVN-Revision: 11194
* upgrade & standardize kernel versionsImre Kaloz2008-02-111-1/+1
| | | | SVN-Revision: 10443
* make the image filenames a bit shorterFelix Fietkau2007-11-101-3/+3
| | | | SVN-Revision: 9533
* get rid of per-profile base-filesGabor Juhos2007-09-291-0/+0
| | | | SVN-Revision: 9069
* clean up jffs2 config optionsFelix Fietkau2007-09-191-1/+0
| | | | SVN-Revision: 8848
* adapt profiles for subtarget changesFelix Fietkau2007-09-081-3/+0
| | | | SVN-Revision: 8695
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-082-3/+4
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0648-0/+25896
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653