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