summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx
Commit message (Collapse)AuthorAgeFilesLines
* * upgrade ixp4xx to 2.6.23.12 * upgrade to the new ethernet driver ↵Imre Kaloz2007-12-2844-223/+8204
| | | | | | (temporary breaks Marvell switch support on Compex units) * handle NPE microcodes in a user friendly way - YAY for Intel for changing the license * add support for the Lanready AP1000 (used in for example the Ligowave LGO2AGN) SVN-Revision: 10016
* move ARM to the GNU EABIImre Kaloz2007-12-281-1/+2
| | | | SVN-Revision: 10013
* turn off FPU emulation on ARM and PowerPC - we are on softfloat nowImre Kaloz2007-12-281-1/+1
| | | | SVN-Revision: 10012
* ixp4xx: Minor bump of kernel to 2.6.21.7Rod Whitby2007-12-281-1/+1
| | | | SVN-Revision: 9969
* ixp4xx: Rename fsg3 subtarget to harddisk to better reflect the intention of ↵Rod Whitby2007-12-074-1/+1
| | | | | | the subtarget SVN-Revision: 9670
* ixp4xx: Split into two subtargets, one normal and one for boards which boot ↵Rod Whitby2007-12-079-0/+14
| | | | | | directly from attached storage (and therefore need most kernel modules compiled in) SVN-Revision: 9669
* make the image filenames a bit shorterFelix Fietkau2007-11-101-10/+10
| | | | SVN-Revision: 9533
* Fixed compiler warningsRod Whitby2007-10-131-16/+23
| | | | SVN-Revision: 9284
* ixp4xx: New patch to support FSG-3 buttonsRod Whitby2007-10-131-0/+184
| | | | SVN-Revision: 9276
* ixp4xx/fsg3: Enable REISERFS for booting from vendor rootfs on diskRod Whitby2007-10-131-0/+1
| | | | SVN-Revision: 9275
* Added patch from ↵Rod Whitby2007-09-301-0/+19
| | | | | | http://www.opensubscriber.com/message/jgarzik@pobox.com/7495139.html SVN-Revision: 9077
* get rid of per-profile base-filesGabor Juhos2007-09-291-0/+0
| | | | SVN-Revision: 9069
* move crypto support to a seperate crypto.mk file, split modules into ↵Nicolas Thill2007-09-231-22/+0
| | | | | | multiple packages and adjust dependencies, sync crypto options in kconfigs. SVN-Revision: 8980
* Build both NPE-B and NPE-C microcode for the fsg-3 and other dual-ethernet ↵Rod Whitby2007-09-212-2/+3
| | | | | | ixp4xx devices. SVN-Revision: 8939
* Add reiserfs module and include it in the FSG-3 profile.Rod Whitby2007-09-201-1/+1
| | | | SVN-Revision: 8872
* clean up jffs2 config optionsFelix Fietkau2007-09-191-2/+0
| | | | SVN-Revision: 8848
* rename kmod-libata to kmod-ata-core, add some missing descriptions, sort and ↵Nicolas Thill2007-09-162-2/+4
| | | | | | cleanup SVN-Revision: 8811
* Moved config back to config-default, but left the FSG3 profile config ↵Rod Whitby2007-09-141-0/+0
| | | | | | non-working in the config directory as a reminder that it has to be changed over to the new scheme when that's ready. SVN-Revision: 8779
* Reinstated the kernel configuration for the FSG3 profile.Rod Whitby2007-09-142-0/+21
| | | | SVN-Revision: 8776
* fix target names in image options (closes: #2357)Nicolas Thill2007-09-111-2/+1
| | | | SVN-Revision: 8749
* more config changesFelix Fietkau2007-09-091-21/+0
| | | | SVN-Revision: 8699
* 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-5/+2
| | | | | | 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-0653-0/+11094
(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