aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/amcc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* * Rename the AMCC target to PPC44x * Upgrade PPC44x to 2.6.23Imre Kaloz2008-01-271-23/+0
| | | | SVN-Revision: 10290
* upgrade the AMCC target to 2.6.23Imre Kaloz2008-01-271-1/+1
| | | | SVN-Revision: 10289
* don't replace powerpc arch with ppcFelix Fietkau2007-10-231-0/+1
| | | | | | | | | | | | | 'powerpc' is a valid arch for the LINUX_KARCH variable, but the build system unconditionally replaces LIUNUX_KARCH=powerpc with LINUX_KARCH=ppc. This change only does the replacement if LINUX_KARCH isn't set. This allows us to use the powerpc architecture. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9405
* 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-081-3/+3
| | | | | | 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-061-0/+25
(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