summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2008-05-01update patches for atngw100_expandedJohn Voltz
2008-05-01add menu.lst for grubJohn Voltz
2008-04-25squashfs: set sensible permissions on squashfs imagePeter Korsgaard
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-23u-boot: support platform-independent patchesPeter Korsgaard
Support platform independent patches (.patch) and use .patch.$ARCH for platform dependent ones like elsewhere.
2008-04-23u-boot: don't error on existing symlinkPeter Korsgaard
2008-04-23u-boot: tools in target (mkimage, fw_printenv and fw_setenv)Peter Korsgaard
2008-04-23u-boot: use correct ARCHPeter Korsgaard
2008-04-23u-boot: clean: also remove mkimage from staging_dirPeter Korsgaard
2008-04-23u-boot: set ARCH and CROSS_COMPILEPeter Korsgaard
2008-04-16Update at91sam9261ek defconfigUlf Samuelsson
2008-04-16Avoid duplicate rules for downloading kernel source, if kernel and headers ↵Ulf Samuelsson
are the same
2008-04-16Fix bad linux kernel nameUlf Samuelsson
2008-04-15Allow build to complete, even if tftpboot is not writeable by userUlf Samuelsson
2008-04-15Reversing bad tftpboot patch resulting in two identical targetsUlf 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-09u-boot: fix custom patch handlingPeter Korsgaard
2008-04-09u-boot: bump versionPeter Korsgaard
2008-04-08Fix UBI compression optionsHamish Moffatt
2008-04-07Update to mkfs.ubifs v0.4 release. Note that you need the latest ubifsHamish Moffatt
kernel code because the on-flash format has changed.
2008-04-06Fixed typo in cpioroot, we're working with CPIO_BASE not TAR_TARGETNigel Kukard
2008-04-06Use lower caseUlf Samuelsson
2008-04-06* Dereference link when copying over kernel image, missed this one in my ↵Nigel Kukard
previous commit
2008-04-06Make xconfig the default for Atmel targetsUlf Samuelsson
2008-04-06Update linux source tree with minor versionUlf 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-04-04kernel: default to not build a kernelPeter Korsgaard
2008-04-04Add ubifs targetHamish Moffatt
2008-04-03gzip, diff, grub: bump versionsPeter Korsgaard
Patch by andrewma (closes #2754)
2008-04-02Add romfs target support, courtesy Josh <buildroot@digitalpeer.com>Hamish Moffatt
2008-04-01buildroot: additional -clean target fixesPeter Korsgaard
Patch by Hebbar.
2008-03-31Patch in EXTRA_VERSIONUlf Samuelsson
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-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