summaryrefslogtreecommitdiffstats
path: root/toolchain/kernel-headers
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* - bump versionBernhard Reutner-Fischer2007-03-142-3/+3
|
* - allow to run linux26-menuconfig and uclibc-menuconfig in a pristine checkoutBernhard Reutner-Fischer2007-02-151-0/+1
|
* - add gcc-4.0.4Bernhard Reutner-Fischer2007-02-091-3/+10
| | | | - add knob to enable unsupported, deprecated, obsoleted versions of packages
* - bump version to 2.6.20Bernhard Reutner-Fischer2007-02-062-6/+6
|
* - delete old, unneeded patchBernhard Reutner-Fischer2007-02-051-35/+0
|
* - touch $@Bernhard Reutner-Fischer2007-02-041-3/+3
|
* - bump version to 2.6.19.2Bernhard Reutner-Fischer2007-01-152-5/+5
|
* - move setting of determination whether we use a full kernel vs. sanitized ↵Bernhard Reutner-Fischer2006-12-223-9/+3
| | | | headers into the generic part
* - put the full kernel's sources into build_/, install them into ↵Bernhard Reutner-Fischer2006-12-181-2/+2
| | | | | | toolchain_build_. Saves quite some disk-space on the compile-host. - Avoid overriding the linux26 target's rules if the kernel headers's and the target's kernel are the same. Avoids a warning.
* - prerequisites are evaluated immediately, so move the dl rule down below ↵Bernhard Reutner-Fischer2006-12-141-3/+2
| | | | setting the respective variables. Thanks to whirm for noticing this.
* - pass the correct CC down to gcc-version.shBernhard Reutner-Fischer2006-12-131-1/+3
|
* - sh[234][[:alnum:]]* -> shBernhard Reutner-Fischer2006-12-131-1/+2
|
* another typoEric Andersen2006-12-131-1/+2
|
* split things up so this is not an unreadable messEric Andersen2006-12-134-202/+236
|
* use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtinEric Andersen2006-12-081-3/+3
|
* - re-add IFA_ and IFLA_ defines that were removed by YOSHIFUJI Hideaki in ↵Bernhard Reutner-Fischer2006-12-041-0/+35
| | | | | | cbde1668e4f08e0a150207646010bc65e1e2a42b Userspace still needs those.
* - bump non-sanitized version to 2.6.19Bernhard Reutner-Fischer2006-12-022-12/+11
| | | | | - remove some superfluous mkdir's - allow for patch, patch.gz, patch.bz2 per version
* - bump versionBernhard Reutner-Fischer2006-11-221-2/+2
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-3/+12
|
* - normalize KERNEL_ARCH via sedBernhard Reutner-Fischer2006-10-111-1/+6
|
* - we need to pass ARCH to the kernel; The kernel does not have a table toBernhard Reutner-Fischer2006-10-091-1/+4
| | | | | normalize the passed in ARCH, from the looks, so we have to normalize it manually. XXX: FIXME upstream via a simple shell script like the cc-checks! FIXME: flesh this out..
* - use headers_install for full kernel tarballs used as kernel-headersBernhard Reutner-Fischer2006-10-091-5/+30
|
* - add possibility to use a 2.6.18 (full) kernel tarball for the libc-headers.Bernhard Reutner-Fischer2006-09-282-0/+17
|
* minor dependancy cleanupEric Andersen2006-07-191-0/+1
|
* fix fallback case so dependancies work as expectedEric Andersen2006-07-191-5/+1
|
* Add support for ARM EABI.Paul Mundt2006-06-051-0/+166
|
* 0000852: toolchain/kernel-headers (2.6.12): Sync struct i2c_msg with kernelPeter Korsgaard2006-04-281-0/+12
| | | | | | | definition. The struct i2c_msg definition in linux-libc-headers-2.6.12.0 has two extra members not present in the kernel definition causing all kinds of problems. This patch fixes that.
* 0000851: toolchain/kernel-headers: Use LINUX_HEADERS_VERSION instead ofPeter Korsgaard2006-04-281-3/+3
| | | | | | | | | | | LINUX_VERSION. Use LINUX_HEADERS_VERSION instead of LINUX_VERSION as that variable is used for the actual kernel version used which might be different than the headers version. E.G. LINUX_VERSION is set in the target/device/* files. If this version doesn't match the selected kernel headers version the patches won't be applied.
* fix improper symlink for asm dir when using x86 archsDavid Anders2006-01-241-0/+2
|
* Thomas Chou says in bug 618: clean up nios2 headers and add support for 2.6.11Mike Frysinger2006-01-103-267/+13793
|