summaryrefslogtreecommitdiff
path: root/target/device
AgeCommit message (Collapse)Author
2008-05-06Update BR2_ATMEL_MIRROR in defconfigsUlf Samuelsson
2008-05-06Fix dependencies in ConfigsUlf Samuelsson
2008-05-01update patches for atngw100_expandedJohn Voltz
2008-04-24This patch renames the Atmel atstk1002 target board to a more generic ↵John Voltz
atstk100x name. This to make it easier to add support for other CPU-boards than atstk1002. Submitted by Hans-Christian Egtvedt
2008-04-16Update at91sam9261ek defconfigUlf Samuelsson
2008-04-16Fix bad linux kernel nameUlf Samuelsson
2008-04-11buildroot: additional tftpboot fixesPeter Korsgaard
Patch by Jean-Christian de Rivaz
2008-04-10Add configuration items to at91bootstrapUlf Samuelsson
2008-04-10Avoid hardwiring tftpbootUlf Samuelsson
2008-04-10Avoid hardwiring tftpbootUlf Samuelsson
2008-04-06target/device/ARM: Use menuconfig and add description of optionsPeter Korsgaard
2008-04-06target/device/ARM: Don't override Config settingsPeter Korsgaard
Don't override board name/path with hardcoded values in Makefile.
2008-04-05target/device/ARM: remove unused busybox configPeter Korsgaard
2008-04-05target/device/ARM: don't override busybox configPeter Korsgaard
2008-03-30Add Configs for new boardsUlf Samuelsson
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-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-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-20Add generic ARM target, if none other is choosenUlf 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-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-17Update sam9260 defconfigUlf 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-11buildroot: use BR2_KERNEL_MIRROR everywherePeter Korsgaard
Based on patch by Nigel Kukard.