Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
2008-06-17 | u-boot tools: make sure destination directory exists | Peter Korsgaard | |
2008-06-13 | u-boot: don't depend on gcc (not needed and not provided by ext toolchain) | Peter Korsgaard | |
2008-06-12 | u-boot: cleanup arch handling | Peter Korsgaard | |
Thanks to Hamish Moffatt. | |||
2008-06-11 | u-boot: evaluate U_BOOT_ARCH at use time, rather than Makefile parse time | Peter Korsgaard | |
U_BOOT_ARCH seems to race with KERNEL_ARCH in some situations, so it end up empty. It's only used once, so fix it by using a use-time evaluated variable instead (=). | |||
2008-05-31 | generic target_skeleton: add /sys to fstab | Peter Korsgaard | |
2008-05-31 | generic target_skeleton: mark /sys with .empty file | Peter Korsgaard | |
/sys somehow didn't got an .empty file like the rest in r21586. Fixed. | |||
2008-05-12 | Make linux kernel extension visible also when defined in board directory | Ulf Samuelsson | |
2008-05-12 | features.h should never be included explicitly. | Nigel Kukard | |
This fixes the bug where "File not found" error is reported by grub. This fix works under both uclibc and glibc. | |||
2008-05-12 | toolchain: fix mips abi selection | Peter Korsgaard | |
Based on commit 0e2ab in aldot's tree. | |||
2008-05-06 | Update BR2_ATMEL_MIRROR in defconfigs | Ulf Samuelsson | |
2008-05-06 | Fix dependencies in Configs | Ulf Samuelsson | |
2008-05-01 | update patches for atngw100_expanded | John Voltz | |
2008-05-01 | add menu.lst for grub | John Voltz | |
2008-04-25 | squashfs: set sensible permissions on squashfs image | Peter Korsgaard | |
2008-04-24 | This 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-23 | u-boot: support platform-independent patches | Peter Korsgaard | |
Support platform independent patches (.patch) and use .patch.$ARCH for platform dependent ones like elsewhere. | |||
2008-04-23 | u-boot: don't error on existing symlink | Peter Korsgaard | |
2008-04-23 | u-boot: tools in target (mkimage, fw_printenv and fw_setenv) | Peter Korsgaard | |
2008-04-23 | u-boot: use correct ARCH | Peter Korsgaard | |
2008-04-23 | u-boot: clean: also remove mkimage from staging_dir | Peter Korsgaard | |
2008-04-23 | u-boot: set ARCH and CROSS_COMPILE | Peter Korsgaard | |
2008-04-16 | Update at91sam9261ek defconfig | Ulf Samuelsson | |
2008-04-16 | Avoid duplicate rules for downloading kernel source, if kernel and headers ↵ | Ulf Samuelsson | |
are the same | |||
2008-04-16 | Fix bad linux kernel name | Ulf Samuelsson | |
2008-04-15 | Allow build to complete, even if tftpboot is not writeable by user | Ulf Samuelsson | |
2008-04-15 | Reversing bad tftpboot patch resulting in two identical targets | Ulf Samuelsson | |
2008-04-11 | buildroot: additional tftpboot fixes | Peter Korsgaard | |
Patch by Jean-Christian de Rivaz | |||
2008-04-10 | Add configuration items to at91bootstrap | Ulf Samuelsson | |
2008-04-10 | Avoid hardwiring tftpboot | Ulf Samuelsson | |
2008-04-10 | Avoid hardwiring tftpboot | Ulf Samuelsson | |
2008-04-09 | u-boot: fix custom patch handling | Peter Korsgaard | |
2008-04-09 | u-boot: bump version | Peter Korsgaard | |
2008-04-08 | Fix UBI compression options | Hamish Moffatt | |
2008-04-07 | Update to mkfs.ubifs v0.4 release. Note that you need the latest ubifs | Hamish Moffatt | |
kernel code because the on-flash format has changed. | |||
2008-04-06 | Fixed typo in cpioroot, we're working with CPIO_BASE not TAR_TARGET | Nigel Kukard | |
2008-04-06 | Use lower case | Ulf Samuelsson | |
2008-04-06 | * Dereference link when copying over kernel image, missed this one in my ↵ | Nigel Kukard | |
previous commit | |||
2008-04-06 | Make xconfig the default for Atmel targets | Ulf Samuelsson | |
2008-04-06 | Update linux source tree with minor version | Ulf Samuelsson | |
2008-04-06 | target/device/ARM: Use menuconfig and add description of options | Peter Korsgaard | |
2008-04-06 | target/device/ARM: Don't override Config settings | Peter Korsgaard | |
Don't override board name/path with hardcoded values in Makefile. | |||
2008-04-05 | target/device/ARM: remove unused busybox config | Peter Korsgaard | |
2008-04-05 | target/device/ARM: don't override busybox config | Peter Korsgaard | |
2008-04-04 | kernel: default to not build a kernel | Peter Korsgaard | |
2008-04-04 | Add ubifs target | Hamish Moffatt | |
2008-04-03 | gzip, diff, grub: bump versions | Peter Korsgaard | |
Patch by andrewma (closes #2754) | |||
2008-04-02 | Add romfs target support, courtesy Josh <buildroot@digitalpeer.com> | Hamish Moffatt | |
2008-04-01 | buildroot: additional -clean target fixes | Peter Korsgaard | |
Patch by Hebbar. | |||
2008-03-31 | Patch in EXTRA_VERSION | Ulf Samuelsson | |