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-05-12 | Make linux kernel extension visible also when defined in board directory | 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-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-03-31 | Patch in EXTRA_VERSION | Ulf Samuelsson | |
2008-03-30 | linux advanced: make menuconfig default | Peter Korsgaard | |
2008-03-30 | Allow selection of kernel config tool | Ulf Samuelsson | |
2008-03-29 | Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵ | Ulf Samuelsson | |
AVR32 patches | |||
2008-03-29 | Feeding 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-29 | Add some robustness to linux configuration | Ulf Samuelsson | |
2008-03-21 | kernel 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-20 | Use correct symbold for linux config path | Ulf Samuelsson | |
2008-03-18 | Use correct kernel-patch for x86 | Ulf Samuelsson | |
2008-03-18 | Update Kernel config | Ulf Samuelsson | |
2008-03-15 | Use correct Linux version for depmod | Ulf Samuelsson | |
2008-03-06 | added support for kernel 2.6.24 | John Voltz | |
2008-01-10 | More debug info for linux | Ulf Samuelsson | |
2007-12-17 | Add support for GNU and kernel.org mirrors | Ivan Kuten | |
2007-10-18 | Add more info to linux status | Ulf Samuelsson | |
2007-10-18 | Fix syntax error in Makefile for Advanced Linux configuration | Ulf Samuelsson | |
2007-10-13 | Use correct kernel name for advanced linux build | Ulf Samuelsson | |
2007-10-13 | Move config item deeper into menu system | Ulf Samuelsson | |
2007-10-13 | Create Advanced Linux Configuration option/Remove experimental | Ulf Samuelsson | |
2007-10-13 | Update AVR32 toolchain with new binutils and uClibc, This time it works ↵ | Ulf Samuelsson | |
(cross-fingers) | |||
2007-10-12 | Add 2.6.22.10 and 2.6.23 support | Ulf Samuelsson | |
2007-10-05 | - fix some whitespace damage.. | Bernhard Reutner-Fischer | |
- add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf | |||
2007-09-29 | - revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI) | Bernhard Reutner-Fischer | |
2007-09-29 | - add mips/mipsel target architecture selection | Bernhard Reutner-Fischer | |
- rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI | |||
2007-09-29 | - fixup after Ulf | Bernhard Reutner-Fischer | |
2007-09-28 | Cleanup cross toolchain admin, split uclibc-menuconfig into same + ↵ | Ulf Samuelsson | |
uclibc-update to avoid overwriting board support file | |||
2007-09-28 | Add administration for linux,uclibc and main | Ulf Samuelsson | |
2007-09-26 | Allow easy update of target linux config | Ulf Samuelsson | |
2007-09-26 | Add more management to linux and buysbox packages | Ulf Samuelsson | |
2007-09-23 | Use correct path to vmlinux, Fix bad SED of config | Ulf Samuelsson | |
2007-09-22 | - put LZMA into generic flags | Bernhard Reutner-Fischer | |
- some additional cleanups while at it | |||
2007-09-22 | - add a more generic "Kernel" menu instead of "Linux Options" | Bernhard Reutner-Fischer | |
2007-09-18 | - patch the correct dir | Bernhard Reutner-Fischer | |
2007-09-12 | Unbreak multiple boards, add Ingo's rt patch | Ulf Samuelsson | |
2007-09-05 | Add unpacking + patching of linux source tree to simplify creating a new patch | Ulf Samuelsson | |
2007-09-04 | - remove initramfs related config settings and configure them back if needed | Bernhard Reutner-Fischer | |
2007-09-02 | - build and use the list of the small initramfs | Bernhard Reutner-Fischer | |
Overriding the use of the whole system (as does the initramfs target) is done on purpose. | |||
2007-08-24 | This patch allows each project to have a private linux build. | Ulf Samuelsson | |
Split build of kernel headers and kernel image into two source trees. Kernel headers are built in $(TOOL_BUILD_DIR) Kernel build is in $(PROJECT_BUILD_DIR) Make sure that kernel patches are applied to the kernel tree in $(PROJECT_BUILD_DIR) Add board specific patches, if available. | |||
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |