summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2008-03-30target_skeleton: mark empty directories with .empty filesPeter Korsgaard
Mark empty directories in target skeletons with .empty files and remove them while copying to target (like it's already done for svn and cvs files) to better support version control system which don't handle empty directories (E.G. git-svn).
2008-03-30Update at91 defconfigsUlf Samuelsson
2008-03-30linux advanced: make menuconfig defaultPeter Korsgaard
2008-03-30Allow selection of kernel config toolUlf Samuelsson
2008-03-30* Removed GCC 4.2.0, added GCC 4.2.3 (take 2)Nigel Kukard
2008-03-29Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵Ulf Samuelsson
AVR32 patches
2008-03-29Remove duplication of default kernel patch dir settingUlf Samuelsson
2008-03-29Remove duplication of default kernel patch dir settingUlf Samuelsson
2008-03-29Remove duplication of default kernel patch dir settingUlf Samuelsson
2008-03-29Remove duplication of default kernel patch dir settingUlf Samuelsson
2008-03-29Feeding the kernel zero optimization -O0 breaks the kernel build at least on ↵Nigel Kukard
x86 with asm errors, remove -O0 when building the kernel
2008-03-29Add some robustness to linux configurationUlf Samuelsson
2008-03-28* Reverted r21540Nigel Kukard
2008-03-28* Bumped GCC to 4.2.2, removed 4.2.0Nigel Kukard
2008-03-28Define busybox config in board directory for Atmel boardsUlf Samuelsson
2008-03-21kernel 2.6.24 creates a symlink to bzImage, which is copied inplace, symlink ↵John Voltz
and all, this gives an incorrect symlink deref in binaries/uclibc/ and points to ../../x86/bzImage. Do not copy symlink in place, follow it. Patch by Nigel Kukard.
2008-03-20Add generic ARM target, if none other is choosenUlf Samuelsson
2008-03-20Use x86 Makefile only if x86 is choosenUlf Samuelsson
2008-03-20Use correct symbold for linux config pathUlf Samuelsson
2008-03-20Ensure at least one ARM board is selected, if ARMLTD selectedUlf Samuelsson
2008-03-20Do not include Soekris, unless i386 archUlf Samuelsson
2008-03-20Move ARM target to ARMLTD target to prepare for generic ARMUlf Samuelsson
2008-03-19Fix AVR32 ext toolchainUlf Samuelsson
2008-03-18Add a defconfig for x86Ulf Samuelsson
2008-03-18Use correct kernel-patch for x86Ulf Samuelsson
2008-03-18Add linux prefix to patchesUlf Samuelsson
2008-03-18Use same name for same patchUlf Samuelsson
2008-03-18Use same name for same patchUlf Samuelsson
2008-03-18Use same name for same patchUlf Samuelsson
2008-03-18Use BOARD_PATH instead of BR2_BOARD_PATH for x86Ulf Samuelsson
2008-03-18Use BOARD_PATH instead of SOEKRIS_NET4801_PATHUlf Samuelsson
2008-03-18Use BOARD_PATH instead of SHARP_LNODE80_PATHUlf Samuelsson
2008-03-18Use BOARD_PATH instead of BR2_BOARD_PATH for mips targetUlf Samuelsson
2008-03-18Use BOARD_PATH instead of JP_Q5_PATHUlf Samuelsson
2008-03-18Use BOARD_PATH instead of ALCHEMY_DBAU1500_PATHUlf Samuelsson
2008-03-18Remove duplicate patches and arrange according to architectureUlf Samuelsson
2008-03-18Use latest kernel for at91sam9260Ulf Samuelsson
2008-03-18Update Kernel configUlf Samuelsson
2008-03-17Update sam9260 defconfigUlf Samuelsson
2008-03-15Use correct Linux version for depmodUlf Samuelsson
2008-03-12Use 2.6.24 as default for at91sam9260dfcUlf Samuelsson
2008-03-12Add support for 2.6.24 for AT91Ulf Samuelsson
2008-03-12add missing busybox configUlf Samuelsson
2008-03-11removed duplicate config.in referenceJohn Voltz
2008-03-11buildroot: use BR2_KERNEL_MIRROR everywherePeter Korsgaard
Based on patch by Nigel Kukard.
2008-03-11fix for defconfigJohn Voltz
2008-03-11separate u-boot for at91 arm and everything elseJohn Voltz
2008-03-11updated defconfigJohn Voltz
2008-03-11updated defconfigJohn Voltz
2008-03-11download url was invalidJohn Voltz