summaryrefslogtreecommitdiff
path: root/target/Config.in
AgeCommit message (Collapse)Author
2008-11-04Kernel build fix related to external toolchain usePeter Korsgaard
This patch prevents the user from select "linux (Same version as linux headers)" as a choice for building the kernel when an external binary toolchain is used, since "same version as linux headers" doesn't make sense when an external toolchain is used. It fixes the issue encountered by Hartley <hartleys@visionengravers.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-04-04kernel: default to not build a kernelPeter Korsgaard
2008-04-04Add ubifs targetHamish Moffatt
2008-04-02Add romfs target support, courtesy Josh <buildroot@digitalpeer.com>Hamish Moffatt
2008-03-11removed duplicate config.in referenceJohn Voltz
2008-03-11separate u-boot for at91 arm and everything elseJohn Voltz
2008-03-07revert bad U-Boot patchUlf Samuelsson
2008-03-06added u-boot locationJohn Voltz
2007-10-13Create Advanced Linux Configuration option/Remove experimentalUlf Samuelsson
2007-09-26- revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer
gcc target abi back to a place where the other arch-specific settings live
2007-09-25- revert patch that obfuscates the config UI and doesn't reflect the order ↵Bernhard Reutner-Fischer
of config steps
2007-09-24Reorganize configs to even more logical positionsUlf Samuelsson
2007-09-22- add a more generic "Kernel" menu instead of "Linux Options"Bernhard Reutner-Fischer
2007-07-11Configure linux within target/linux/Config.in instead of within ↵Ulf Samuelsson
target/device/Config.in
2007-07-08- provide option to build an initramfs out of the current rootfs. Closes #881Bernhard Reutner-Fischer
2007-06-27- stub for grub2. Needs to be fixed upstream first.Bernhard Reutner-Fischer
2006-11-22- add a simple cpio target, to be used with an initramfs.Bernhard Reutner-Fischer
Thanks to Goetz Bock
2006-04-06patch from janlana adding an x86 bootable iso9660 CD-ROM targetEric Andersen
2006-01-25add cloop as a new file system image type per case 0000151David Anders
2005-09-09touchup target menu displayMike Frysinger
2005-06-23Add support for building a few commonly used bootloadersEric Andersen
2005-02-18move stuff around a little bit moreEric Andersen
2005-02-17move more stuff around for better board supportEric Andersen
2005-02-17Add the new device directoryEric Andersen
2005-02-09allow users to generate tarballs of the target filesystemMike Frysinger
2004-10-09Fix it so we once again build the target root_fsEric Andersen
2004-10-09facelift step number twoEric Andersen