summaryrefslogtreecommitdiff
path: root/toolchain/kernel-headers
AgeCommit message (Collapse)Author
2009-01-30Move AVR32 patch to kernel header to unbreak several applicationsUlf Samuelsson
2009-01-28toolchain: cris fixes for gcc 4.3.x / linux 2.6.28.xPeter Korsgaard
Patches by Hinko Kocevar <hinko.kocevar@cetrtapot.si>
2009-01-26toolchain/kernel-headers: remove ancient (and unused) patchesPeter Korsgaard
2009-01-25kernel-headers: bump 2.6.27 / 2.6.28 to latest stablePeter Korsgaard
2009-01-23kernel-headers: fix 2.6.28.1 serial.h (unbreaks directfb serialmouse.c)Peter Korsgaard
2009-01-23kernel-headers: rename 2.6.25/2.6.28 patches to match current stable versionsPeter Korsgaard
Otherwise they won't get applied.
2009-01-19toolchain/kernel-headers: bump 2.6.27 / 2.6.28 versionsPeter Korsgaard
2009-01-16buildroot: convert remaining WGET users to DOWNLOAD helperPeter Korsgaard
2009-01-16toolchain/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-15kernel-headers: mark 2.6.27 as RECENT, 2.6.26 as deprecatedPeter Korsgaard
2009-01-15kernel-headers: default to 2.6.28Peter Korsgaard
2009-01-15kernel-headers: bump 2.6.27 versionPeter Korsgaard
2009-01-13toolchain: sh64 fixesPeter Korsgaard
- arch/sh and arch/sh64 got merged in 2.6.25, so use arch/sh for sh64 as well - use little endian for sh64, like for 32bit sh sh64 still doesn't build, but gets further along now.
2009-01-12toolchain: fix cris build with 2.6.28 kernel headersPeter Korsgaard
Patch by Hinko Kocevar <hinko.kocevar@cetrtapot.si>
2009-01-12buildroot: get rid of s390 supportPeter Korsgaard
As discussed on the list. It isn't supported by uclibc, so I strongly doubt anyone has been using it.
2009-01-05add .empty files for git-svnPeter Korsgaard
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.
2008-12-31* Bump latest 2.6.27 kernel header version to 2.6.27.10Nigel Kukard
2008-12-28toolchain/kernel-headers: add 2.6.28Peter Korsgaard
Don't make it default yet as uclibc/busybox seems to have some issues with it.
2008-12-20Revert patch, sent by mistakeUlf Samuelsson
2008-12-20Add updated gcc-4.2.2 prepatched toolchain for AVR32Ulf Samuelsson
2008-12-10toolchain/kernel-headers: don't hide 2.6.27 if RECENT isn't enabledPeter Korsgaard
2008-12-08toolchain/kernel-headers: bump 2.6.27.x versionPeter Korsgaard
2008-11-30kernel-headers: bump 2.6.26.x / 2.6.27.x versionPeter Korsgaard
2008-11-30kernel-headers: also show 2.6.26 if deprecated is enabled, but recent isn'tPeter Korsgaard
2008-11-05kernel-headers: bump 2.6.26 and 2.6.27 minor versionsPeter Korsgaard
2008-10-24kernel-headers: bump 2.6.25, 2.6.26 and 2.6.27 minor versionsPeter Korsgaard
2008-10-10kernel-headers: bump 2.6.25.x / 2.6.26.x versionsPeter Korsgaard
2008-10-10kernel-headers: add 2.6.27Peter Korsgaard
And mark 2.6.26 as recent, 2.6.25 as deprecated while we're at it.
2008-10-02kernel-headers: remove whitespace damageHans-Christian Egtvedt
2008-08-19kernel-headers: rename aout patch so it gets applied to 2.6.25.15Peter Korsgaard
Needed by valgrind.
2008-08-19kernel-headers: bump 2.6.25.x / 2.6.26.x versionsPeter Korsgaard
2008-08-04kernel-headers: remove ancient versionsPeter Korsgaard
2008-08-04kernel-headers: mark 2.6.24 as deprecated and 2.6.25 as recentPeter Korsgaard
2008-08-04kernel-headers: add 2.6.26.xPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-07kernel-headers: bump 2.6.25.x versionPeter Korsgaard
2008-06-26kernel headers: bump 2.6.25.xPeter Korsgaard
Based on patch by Fathi Boudra.
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-06-15kernel-headers: 2.6.25.6: export linux/a.out.h (E.G. for valgrind)Peter Korsgaard
2008-06-13toolchain: also setup kernel headers when ext toolchain is usedPeter Korsgaard
Provide kernel headers when ext toolchain is used, so we can compile packages which need them.
2008-06-11kernel headers: bump 2.6.25.x versionPeter Korsgaard
2008-06-07kernel headers: bump 2.6.25.x versionPeter Korsgaard
2008-06-02kernel headers: add BR2_DEPRECATED / BR2_RECENT annotations to 2.6.2xPeter Korsgaard
2008-06-02kernel headers: add 2.6.25.4Peter Korsgaard
2008-06-02kernel headers: bump 2.6.24.x to 2.6.24.7Peter Korsgaard
2008-03-11buildroot: use BR2_KERNEL_MIRROR everywherePeter Korsgaard
Based on patch by Nigel Kukard.
2008-03-06toolchain updatesJohn Voltz
2008-02-28Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer "Steven J. Hill"
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.
2008-02-04Add support for 2.6.24 headers.Paul Mundt
2008-01-10Define kernelversion if ext toolchain is usedUlf Samuelsson