summaryrefslogtreecommitdiffstats
path: root/toolchain/kernel-headers
Commit message (Collapse)AuthorAgeFilesLines
* buildroot: use BR2_KERNEL_MIRROR everywherePeter Korsgaard2008-03-111-2/+2
| | | | Based on patch by Nigel Kukard.
* toolchain updatesJohn Voltz2008-03-061-6/+1
|
* Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer "Steven J. Hill"2008-02-281-0/+18
| | | | | | | | | versions of GCC. Filter out 'gnu99' from assembly flags. Use the 'headers' target instead of 'pregen' to prepare for more NPTL integration. Fix broken MTD package configuration....someone believes in the Klingon release process apparently. Fix build issues with netplug and libpng. Fix source path for microcom as original site no longer exists.
* Add support for 2.6.24 headers.Paul Mundt2008-02-041-4/+9
|
* Define kernelversion if ext toolchain is usedUlf Samuelsson2008-01-101-0/+6
|
* Fix for old-style kernels (broken by r20018). Check old-style versions beforePeter Korsgaard2007-11-263-96/+105
| | | | including kernel-headers-new.makefile.
* update kernel-headers nios2 support, thanks atleIvan Kuten2007-11-093-2/+26570
|
* fix typo in kernel headersUlf Samuelsson2007-10-171-1/+1
|
* 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-15/+27
|
* - bump versionBernhard Reutner-Fischer2007-09-282-1/+1915
|
* Generalized kernel headers handling for new-style kernelsPeter Korsgaard2007-09-251-75/+12
|
* - bump versionBernhard Reutner-Fischer2007-09-251-3/+10
|
* - revert patch that obfuscates the config UI and doesn't reflect the order ↵Bernhard Reutner-Fischer2007-09-251-1/+1
| | | | of config steps
* Reorganize configs to even more logical positionsUlf Samuelsson2007-09-241-1/+1
|
* - bump version (forgot this hunk for r19941)Bernhard Reutner-Fischer2007-09-221-2/+2
|
* - bump versionBernhard Reutner-Fischer2007-09-221-1/+1
|
* - Subsume and collaps toolchain options in one menuBernhard Reutner-Fischer2007-09-221-2/+1
| | | | | This is ment to ease configuration by providing toolchain related options in one place No functional changes, just shuffling the menus around..
* Unbreak multiple boards, add Ingo's rt patchUlf Samuelsson2007-09-122-11/+94
|
* bump up a few version numbers. kill dead 2.6.19 option.Eric Andersen2007-09-113-14/+10
| | | | accomodate powerpc64
* This patch allows each project to have a private linux build.Ulf Samuelsson2007-08-242-5/+6
| | | | | | | | | | 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-223-7/+7
|
* - improve the way host prerequisites for "dependencies" are establishedBernhard Reutner-Fischer2007-08-221-13/+0
|
* - use the correct host compilerBernhard Reutner-Fischer2007-08-221-3/+5
|
* - fix wrong help-textBernhard Reutner-Fischer2007-08-221-4/+1
|
* - forgot to add this file to go with r19619Bernhard Reutner-Fischer2007-08-211-0/+44
|
* Ensure KERNEL_HEADER_PATCH_DIR is always defined + empty dir for x86Ulf Samuelsson2007-08-201-0/+3
|
* Ensure ipmi conditional patch is appliedUlf Samuelsson2007-08-201-0/+4
|
* Make ipmi kernelpatch selectable, add possibility for custom kernel patchUlf Samuelsson2007-08-196-5/+30
|
* Move AVR32 kernel patches to target/device/Atmel/arch-avr32Ulf Samuelsson2007-08-182-14820/+4
| | | | | | | | | | | | Add linux-2.6.22.1-008-atmel-gpio_mouse-setup-for-atstk1000-board.patch Move AT91 kernel patches to target/device/Atmel/arch-arm Change name from "target/device/Atmel/Linux" to "target/device/Atmel/linux" "kernel-headers" will apply all patches in $(LINUX26_KERNEL_PATCH_DIR) if this is available. Define LINUX26_KERNEL_PATCH_DIR in target/device/Atmel/Makefile.in as above "arch-arm/kernel-patches-..." if an AT91 or as above "arch-avr32/kernel-patches-..." if an AVR32 target is selected Test build done for arm,avr32 and x86
* Ensure lzma is built *before* linux, allow system installation in /usr/local/binUlf Samuelsson2007-08-161-0/+11
|
* Move lzma patches to toolchain/kernel-headers/lzmaUlf Samuelsson2007-08-166-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | They will be applied ONLY if BR2_KERNEL_HEADERS_LZMA is set. BR2_KERNEL_HEADERS_LZMA defaults to NO, so the user has to actively set this config flag if lzma is needed. This means that the default behaviour of buildroot will work for most users. Comment from author: [Brad House] I find myself having to remove the lzma patches because my build system doesn't natively have lzma. I tried to compensate for this by installing the latest lzma from gentoo's package tree, and apparently, it accepts different flags than the one these patches expect, so my kernel build still fails. Finally, I used the lzma from this buildroot and compiled it by hand, and it _mostly_ worked. Regardless, it seems silly to make this a requirement. Personally, I gzip my initramfs, and that's enough compression for me...
* Add linux-2.6.22.1 AVR32 patchUlf Samuelsson2007-08-011-0/+14820
|
* linux-2.6.22.1 headers, makefile partUlf Samuelsson2007-08-011-0/+15
|
* Allow use of 2.6.22.1 kernel headersUlf Samuelsson2007-08-011-10/+15
|
* Revert Atmel patches for nowUlf Samuelsson2007-07-312-32592/+0
|
* Remove duplicate patchUlf Samuelsson2007-07-312-3828/+0
|
* Add AVR32 kernel patches for linux-2.6.21.5Ulf Samuelsson2007-07-313-0/+19741
|
* Add AVR32 kernel patches for linux 2.6.22.1Ulf Samuelsson2007-07-312-0/+16734
|
* - adjust lzma arguments for current versionBernhard Reutner-Fischer2007-07-242-0/+75
|
* - add fixups for lzma'ed initramfsBernhard Reutner-Fischer2007-07-241-0/+33
|
* - forward port lzma-vmlinux and ipmisensors to 2.6.22.1Bernhard Reutner-Fischer2007-07-242-0/+28770
|
* - update ipmisensorsBernhard Reutner-Fischer2007-07-233-4189/+28931
| | | | - add lzma vmlinuz
* - bump version to 2.6.21.5Bernhard Reutner-Fischer2007-06-212-2/+21
|
* - store BR2_PACKAGE_LINUX_KCONFIG and BR2_PACKAGE_LINUX_FORMAT in .configBernhard Reutner-Fischer2007-04-111-3/+3
| | | | - adjust a few defaults.
* - store backup of dwmw2's combined compile patch.Bernhard Reutner-Fischer2007-03-241-0/+460
| | | | Not yet even compile-tested, so inactive for now..
* - fwd portBernhard Reutner-Fischer2007-03-241-0/+0
|
* - bump versionBernhard Reutner-Fischer2007-03-242-3/+3
|
* - apply openswan patches if openswan was enabledBernhard Reutner-Fischer2007-03-211-0/+4
|
* - add ipmisensorsBernhard Reutner-Fischer2007-03-141-0/+6103
|