aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/config
Commit message (Collapse)AuthorAgeFilesLines
* ixp4xx: Split into two subtargets, one normal and one for boards which boot ↵Rod Whitby2007-12-071-22/+0
| | | | | | directly from attached storage (and therefore need most kernel modules compiled in) SVN-Revision: 9669
* ixp4xx/fsg3: Enable REISERFS for booting from vendor rootfs on diskRod Whitby2007-10-131-0/+1
| | | | SVN-Revision: 9275
* Moved config back to config-default, but left the FSG3 profile config ↵Rod Whitby2007-09-141-492/+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/+513
| | | | SVN-Revision: 8776
* more config changesFelix Fietkau2007-09-091-21/+0
| | | | SVN-Revision: 8699
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-081-492/+0
| | | | | | 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-062-0/+513
(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