summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* * Dereference link when copying over kernel image, missed this one in my ↵Nigel Kukard2008-04-061-1/+1
| | | | previous commit
* Make xconfig the default for Atmel targetsUlf Samuelsson2008-04-061-0/+1
|
* Update linux source tree with minor versionUlf Samuelsson2008-04-061-6/+12
|
* Patch in EXTRA_VERSIONUlf Samuelsson2008-03-312-1/+13
|
* linux advanced: make menuconfig defaultPeter Korsgaard2008-03-301-1/+1
|
* Allow selection of kernel config toolUlf Samuelsson2008-03-302-3/+34
|
* Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵Ulf Samuelsson2008-03-292-17/+63
| | | | AVR32 patches
* Feeding the kernel zero optimization -O0 breaks the kernel build at least on ↵Nigel Kukard2008-03-291-1/+2
| | | | x86 with asm errors, remove -O0 when building the kernel
* Add some robustness to linux configurationUlf Samuelsson2008-03-291-13/+28
|
* kernel 2.6.24 creates a symlink to bzImage, which is copied inplace, symlink ↵John Voltz2008-03-211-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 pathUlf Samuelsson2008-03-201-1/+1
|
* Use correct kernel-patch for x86Ulf Samuelsson2008-03-181-2/+10
|
* Update Kernel configUlf Samuelsson2008-03-181-9/+19
|
* Use correct Linux version for depmodUlf Samuelsson2008-03-151-1/+1
|
* added support for kernel 2.6.24John Voltz2008-03-062-12/+31
|
* More debug info for linuxUlf Samuelsson2008-01-101-0/+1
|
* Add support for GNU and kernel.org mirrorsIvan Kuten2007-12-171-1/+1
|
* Add more info to linux statusUlf Samuelsson2007-10-181-1/+2
|
* Fix syntax error in Makefile for Advanced Linux configurationUlf Samuelsson2007-10-181-1/+1
|
* Use correct kernel name for advanced linux buildUlf Samuelsson2007-10-131-6/+9
|
* Move config item deeper into menu systemUlf Samuelsson2007-10-131-2/+1
|
* Create Advanced Linux Configuration option/Remove experimentalUlf Samuelsson2007-10-134-370/+1286
|
* Update AVR32 toolchain with new binutils and uClibc, This time it works ↵Ulf Samuelsson2007-10-131-1/+2
| | | | (cross-fingers)
* Add 2.6.22.10 and 2.6.23 supportUlf Samuelsson2007-10-121-2/+11
|
* - fix some whitespace damage..Bernhard Reutner-Fischer2007-10-051-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-Fischer2007-09-291-1/+1
|
* - add mips/mipsel target architecture selectionBernhard Reutner-Fischer2007-09-291-1/+1
| | | | - rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI
* - fixup after UlfBernhard Reutner-Fischer2007-09-291-99/+101
|
* Cleanup cross toolchain admin, split uclibc-menuconfig into same + ↵Ulf Samuelsson2007-09-281-1/+1
| | | | uclibc-update to avoid overwriting board support file
* Add administration for linux,uclibc and mainUlf Samuelsson2007-09-281-1/+3
|
* Allow easy update of target linux configUlf Samuelsson2007-09-261-0/+3
|
* Add more management to linux and buysbox packagesUlf Samuelsson2007-09-261-1/+8
|
* Use correct path to vmlinux, Fix bad SED of configUlf Samuelsson2007-09-231-2/+6
|
* - put LZMA into generic flagsBernhard Reutner-Fischer2007-09-221-4/+6
| | | | - some additional cleanups while at it
* - add a more generic "Kernel" menu instead of "Linux Options"Bernhard Reutner-Fischer2007-09-221-3/+3
|
* - patch the correct dirBernhard Reutner-Fischer2007-09-181-1/+1
|
* Unbreak multiple boards, add Ingo's rt patchUlf Samuelsson2007-09-121-1/+4
|
* Add unpacking + patching of linux source tree to simplify creating a new patchUlf Samuelsson2007-09-051-0/+2
|
* - remove initramfs related config settings and configure them back if neededBernhard Reutner-Fischer2007-09-041-3/+4
|
* - build and use the list of the small initramfsBernhard Reutner-Fischer2007-09-021-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 Samuelsson2007-08-241-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 trimmingBernhard Reutner-Fischer2007-08-221-1/+1
|
* - random whitespace cleanupBernhard Reutner-Fischer2007-08-221-1/+1
|
* - improve the way host prerequisites for "dependencies" are establishedBernhard Reutner-Fischer2007-08-221-9/+1
|
* - add handling of lzma for the host (unconditionally for now)Bernhard Reutner-Fischer2007-08-211-1/+2
| | | | - remove non-working attempt to install an lzma to the host via sudo
* - propagate IPv6 setting down to the kernelBernhard Reutner-Fischer2007-08-211-0/+6
|
* Remove target specific things from Linux configUlf Samuelsson2007-08-191-8/+1
|
* Fix bad parameter list for patching linux kernelUlf Samuelsson2007-08-191-1/+1
|
* Ensure lzma is built *before* linux, allow system installation in /usr/local/binUlf Samuelsson2007-08-161-1/+9
|
* Allow user configurable kernel nameUlf Samuelsson2007-08-011-0/+2
|