summaryrefslogtreecommitdiffstats
path: root/toolchain/kernel-headers
Commit message (Collapse)AuthorAgeFilesLines
* add .empty files for git-svnPeter Korsgaard2009-01-051-0/+0
| | | | | | | | git-svn (and git) doesn't handle empty directories, so add .empty files to those dirs like elsewhere in buildroot. Those empty directories are normally not a big deal, but the recent changes to u-boot broke the build.
* * Bump latest 2.6.27 kernel header version to 2.6.27.10Nigel Kukard2008-12-311-1/+1
|
* toolchain/kernel-headers: add 2.6.28Peter Korsgaard2008-12-281-0/+4
| | | | | Don't make it default yet as uclibc/busybox seems to have some issues with it.
* Revert patch, sent by mistakeUlf Samuelsson2008-12-201-2/+0
|
* Add updated gcc-4.2.2 prepatched toolchain for AVR32Ulf Samuelsson2008-12-201-0/+2
|
* toolchain/kernel-headers: don't hide 2.6.27 if RECENT isn't enabledPeter Korsgaard2008-12-101-1/+0
|
* toolchain/kernel-headers: bump 2.6.27.x versionPeter Korsgaard2008-12-081-1/+1
|
* kernel-headers: bump 2.6.26.x / 2.6.27.x versionPeter Korsgaard2008-11-301-2/+2
|
* kernel-headers: also show 2.6.26 if deprecated is enabled, but recent isn'tPeter Korsgaard2008-11-301-1/+1
|
* kernel-headers: bump 2.6.26 and 2.6.27 minor versionsPeter Korsgaard2008-11-051-2/+2
|
* kernel-headers: bump 2.6.25, 2.6.26 and 2.6.27 minor versionsPeter Korsgaard2008-10-241-2/+2
|
* kernel-headers: bump 2.6.25.x / 2.6.26.x versionsPeter Korsgaard2008-10-101-2/+2
|
* kernel-headers: add 2.6.27Peter Korsgaard2008-10-101-2/+8
| | | | And mark 2.6.26 as recent, 2.6.25 as deprecated while we're at it.
* kernel-headers: remove whitespace damageHans-Christian Egtvedt2008-10-021-2/+2
|
* kernel-headers: rename aout patch so it gets applied to 2.6.25.15Peter Korsgaard2008-08-191-0/+0
| | | | Needed by valgrind.
* kernel-headers: bump 2.6.25.x / 2.6.26.x versionsPeter Korsgaard2008-08-191-2/+2
|
* kernel-headers: remove ancient versionsPeter Korsgaard2008-08-041-30/+0
|
* kernel-headers: mark 2.6.24 as deprecated and 2.6.25 as recentPeter Korsgaard2008-08-041-1/+2
|
* kernel-headers: add 2.6.26.xPeter Korsgaard2008-08-041-1/+5
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-4/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* kernel-headers: bump 2.6.25.x versionPeter Korsgaard2008-07-071-1/+1
|
* kernel headers: bump 2.6.25.xPeter Korsgaard2008-06-262-1/+1
| | | | Based on patch by Fathi Boudra.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-20/+20
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* kernel-headers: 2.6.25.6: export linux/a.out.h (E.G. for valgrind)Peter Korsgaard2008-06-151-0/+24
|
* toolchain: also setup kernel headers when ext toolchain is usedPeter Korsgaard2008-06-131-5/+1
| | | | | Provide kernel headers when ext toolchain is used, so we can compile packages which need them.
* kernel headers: bump 2.6.25.x versionPeter Korsgaard2008-06-111-1/+1
|
* kernel headers: bump 2.6.25.x versionPeter Korsgaard2008-06-071-1/+1
|
* kernel headers: add BR2_DEPRECATED / BR2_RECENT annotations to 2.6.2xPeter Korsgaard2008-06-021-4/+7
|
* kernel headers: add 2.6.25.4Peter Korsgaard2008-06-021-1/+5
|
* kernel headers: bump 2.6.24.x to 2.6.24.7Peter Korsgaard2008-06-021-1/+1
|
* 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