Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make linux kernel extension visible also when defined in board directory | Ulf Samuelsson | 2008-05-12 | 1 | -2/+8 |
| | |||||
* | 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 | 1 | -20/+5 |
| | |||||
* | 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 | 1 | -4/+4 |
| | | | | Patch by Jean-Christian de Rivaz | ||||
* | 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 |
| | |||||
* | Patch in EXTRA_VERSION | Ulf Samuelsson | 2008-03-31 | 2 | -1/+13 |
| | |||||
* | linux advanced: make menuconfig default | Peter Korsgaard | 2008-03-30 | 1 | -1/+1 |
| | |||||
* | Allow selection of kernel config tool | Ulf Samuelsson | 2008-03-30 | 2 | -3/+34 |
| | |||||
* | Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵ | Ulf Samuelsson | 2008-03-29 | 2 | -17/+63 |
| | | | | AVR32 patches | ||||
* | Feeding the kernel zero optimization -O0 breaks the kernel build at least on ↵ | Nigel Kukard | 2008-03-29 | 1 | -1/+2 |
| | | | | x86 with asm errors, remove -O0 when building the kernel | ||||
* | Add some robustness to linux configuration | Ulf Samuelsson | 2008-03-29 | 1 | -13/+28 |
| | |||||
* | kernel 2.6.24 creates a symlink to bzImage, which is copied inplace, symlink ↵ | John Voltz | 2008-03-21 | 1 | -1/+1 |
| | | | | 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. | ||||
* | Use correct symbold for linux config path | Ulf Samuelsson | 2008-03-20 | 1 | -1/+1 |
| | |||||
* | Use correct kernel-patch for x86 | Ulf Samuelsson | 2008-03-18 | 1 | -2/+10 |
| | |||||
* | Update Kernel config | Ulf Samuelsson | 2008-03-18 | 1 | -9/+19 |
| | |||||
* | Use correct Linux version for depmod | Ulf Samuelsson | 2008-03-15 | 1 | -1/+1 |
| | |||||
* | added support for kernel 2.6.24 | John Voltz | 2008-03-06 | 2 | -12/+31 |
| | |||||
* | More debug info for linux | Ulf Samuelsson | 2008-01-10 | 1 | -0/+1 |
| | |||||
* | Add support for GNU and kernel.org mirrors | Ivan Kuten | 2007-12-17 | 1 | -1/+1 |
| | |||||
* | Add more info to linux status | Ulf Samuelsson | 2007-10-18 | 1 | -1/+2 |
| | |||||
* | Fix syntax error in Makefile for Advanced Linux configuration | Ulf Samuelsson | 2007-10-18 | 1 | -1/+1 |
| | |||||
* | Use correct kernel name for advanced linux build | Ulf Samuelsson | 2007-10-13 | 1 | -6/+9 |
| | |||||
* | Move config item deeper into menu system | Ulf Samuelsson | 2007-10-13 | 1 | -2/+1 |
| | |||||
* | Create Advanced Linux Configuration option/Remove experimental | Ulf Samuelsson | 2007-10-13 | 4 | -370/+1286 |
| | |||||
* | Update AVR32 toolchain with new binutils and uClibc, This time it works ↵ | Ulf Samuelsson | 2007-10-13 | 1 | -1/+2 |
| | | | | (cross-fingers) | ||||
* | Add 2.6.22.10 and 2.6.23 support | Ulf Samuelsson | 2007-10-12 | 1 | -2/+11 |
| | |||||
* | - fix some whitespace damage.. | Bernhard Reutner-Fischer | 2007-10-05 | 1 | -1/+1 |
| | | | | - add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf | ||||
* | - revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI) | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -1/+1 |
| | |||||
* | - add mips/mipsel target architecture selection | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -1/+1 |
| | | | | - rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI | ||||
* | - fixup after Ulf | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -99/+101 |
| | |||||
* | Cleanup cross toolchain admin, split uclibc-menuconfig into same + ↵ | Ulf Samuelsson | 2007-09-28 | 1 | -1/+1 |
| | | | | uclibc-update to avoid overwriting board support file | ||||
* | Add administration for linux,uclibc and main | Ulf Samuelsson | 2007-09-28 | 1 | -1/+3 |
| | |||||
* | Allow easy update of target linux config | Ulf Samuelsson | 2007-09-26 | 1 | -0/+3 |
| | |||||
* | Add more management to linux and buysbox packages | Ulf Samuelsson | 2007-09-26 | 1 | -1/+8 |
| | |||||
* | Use correct path to vmlinux, Fix bad SED of config | Ulf Samuelsson | 2007-09-23 | 1 | -2/+6 |
| | |||||
* | - put LZMA into generic flags | Bernhard Reutner-Fischer | 2007-09-22 | 1 | -4/+6 |
| | | | | - some additional cleanups while at it | ||||
* | - add a more generic "Kernel" menu instead of "Linux Options" | Bernhard Reutner-Fischer | 2007-09-22 | 1 | -3/+3 |
| | |||||
* | - patch the correct dir | Bernhard Reutner-Fischer | 2007-09-18 | 1 | -1/+1 |
| | |||||
* | Unbreak multiple boards, add Ingo's rt patch | Ulf Samuelsson | 2007-09-12 | 1 | -1/+4 |
| | |||||
* | Add unpacking + patching of linux source tree to simplify creating a new patch | Ulf Samuelsson | 2007-09-05 | 1 | -0/+2 |
| | |||||
* | - remove initramfs related config settings and configure them back if needed | Bernhard Reutner-Fischer | 2007-09-04 | 1 | -3/+4 |
| | |||||
* | - build and use the list of the small initramfs | Bernhard Reutner-Fischer | 2007-09-02 | 1 | -2/+11 |
| | | | | | Overriding the use of the whole system (as does the initramfs target) is done on purpose. | ||||
* | This patch allows each project to have a private linux build. | Ulf Samuelsson | 2007-08-24 | 1 | -19/+52 |
| | | | | | | | | | | 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. | ||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | - random whitespace cleanup | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| |