aboutsummaryrefslogtreecommitdiff
path: root/config/kernel
Commit message (Collapse)AuthorAgeFilesLines
* kernel/linux: update to latest versionsYann E. MORIN"2011-11-131-37/+17
| | | | | | | Add latest versions. Remove versions that disapeared during the kernel.org debacle. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: update revisionsBenoît THÉBAUDEAU"2011-11-021-21/+6
| | | | | | Update Linux with the latest available revisions. Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
* kernel/linux: use a custom kernel source directoryYann E. MORIN"2011-09-221-5/+6
| | | | | | | | | Allows using either a tarball or a directory as the custom kernel source location. Signed-off-by: Vincent BENOIT <sinseman44@gmail.com> [yann.morin.1998@anciens.enib.fr: fix space damage, detailed commit message] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: fix typoYann E. MORIN"2011-09-071-1/+1
| | | | | | | | | Finally fix typo introduced in #6eb0189d7225 and partially fixed in #61ec8b08f98d... Seems I'm fast at introducing trivial typoes, but bad at fixing them... :-( Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: fix typoesYann E. MORIN"2011-08-301-3/+3
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: bump versionsYann E. MORIN"2011-08-301-6/+11
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: add latest versionsYann E. MORIN"2011-08-181-6/+16
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: simplify custom tarball handlingYann E. MORIN"2011-08-142-8/+5
| | | | | | | | | | | | | Simplify the way the custom tarball is handled: - fake version="custom" - at download, simply link the custom tarball to: "linux-custom.${custom_extension}" - at extract, the above allows to simply extract "linux-${LINUX_VERSION}" where LINUX_VERISON is set to the fake version="custom" Not that much convoluted, in fact... :-/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: deprecate copying headers from pre-instaleld headersYann E. MORIN"2011-08-141-15/+7
| | | | | | | | | | | | | No-one ever inquired about this feature. Due to the way it works, it is rather unlikely that every user used a properly-formatted tarball, or a properly structured directory as imput. Beside, it is not really easy to maintain: I just spent one full day remembering how it worked... Sigh... :-( Just deprecate this, until next release, or until someone complains. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kerenl/linux: update to latest versionsYann E. MORIN"2011-08-081-27/+21
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: add 3.0 Woohoo! \o/Yann E. MORIN"2011-07-221-0/+5
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: add latest versionsYann E. MORIN"2011-07-211-6/+11
| | | | | | Still waiting for 3.0, though... ;-) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* config/kernel: Update kernel versionsBryan Hundven2011-06-271-9/+14
| | | | | | | | | Add 2.6.39.2 Update 2.6.34 to 2.6.34.10 Update 2.6.33 to 2.6.33.15 Update 2.6.32 to 2.6.32.42 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* kernel/linux: fix type in version stringsYann E. MORIN"2011-06-221-2/+2
| | | | | | I missed refreshing the patch before pushing. :-( Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* config/kernel: Update linux kernel versionsBryan Hundven2011-06-211-39/+14
| | | | | | | | Add 2.6.39.1 Drop 2.6.38-2.6.38.6 provide the latest 2.6.38.8 Update longterm trees: * 2.6.33 is 2.6.33.14 * 2.6.32 is 2.6.32.41
* kconfig: remove useless 'default n'Benoît THÉBAUDEAU"2011-05-311-1/+0
| | | | | | | kconfig bools are disabled by default, so specifying 'default n' is useless and noisy. This patch removes all occurrences of 'default n'. Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
* kernel/linux: add latest versionsYann E. MORIN"2011-05-211-9/+24
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: reorder stuffYann E. MORIN"2011-05-092-193/+197
| | | | | | Yet another reordering... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* config: fix recursive depsYann E. MORIN"2011-05-083-18/+16
| | | | | | | | | | | The latest kconfig stuff is more stringent when it comes to validating the dependency of the symbols. It is no longer possible to have a symbol depend on itself (such as our construct for arch/cc/libc/... was doing). Fix our generated-file infrastructure to avoid these situations when the new kconfig stuff will be merged (in a following changeset). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: add latest versionsYann E. MORIN"2011-04-281-12/+17
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* config: reorder the kernels sub-menuYann E. MORIN"2011-04-272-231/+232
| | | | | | | | | Re-organise the sub-menu so that: - the kernels list comes first, - followed by kernels generic options - followed by kernels specific options Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: add latest versionsYann E. MORIN"2011-04-161-39/+14
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: update to latest versionsYann E. MORIN"2011-03-281-6/+16
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: update versionYann E. MORIN"2011-03-241-3/+3
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: add altest versionYann E. MORIN"2011-03-231-6/+16
| | | | | | Fix an incorrect version at the same time... :-( Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: add latest versionYann E. MORIN"2011-03-221-3/+3
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: add newer versionsYann E. MORIN"2011-03-191-3/+18
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: add latest 2.6.37.2 versionYann E. MORIN"2011-02-271-0/+5
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: fix typo in version stringYann E. MORIN"2011-02-221-1/+1
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: add latest versionsYann E. MORIN"2011-02-211-27/+17
| | | | | | ... and remove old versions. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: add latest versionsYann E. MORIN"2011-01-081-6/+16
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: fix help for 2.6.35.10Yann E. MORIN"2010-12-181-0/+1
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: bump to latest versionsYann E. MORIN"2010-12-171-15/+37
| | | | | | | | | - add 2.6.36.2. - bump to 2.6.35.10, which is a new longterm. - bump to 2.6.32.27 and 2.6.27.57, the two old longterms. - update longterm descriptions. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: add latest versionsYann E. MORIN"2010-11-241-9/+14
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: update versionsYann E. MORIN"2010-10-311-9/+9
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: nuke oldish versionsYann E. MORIN"2010-10-231-35/+0
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: add 2.6.36Yann E. MORIN"2010-10-231-0/+5
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: the new long-term stable is 2.6.32Yann E. MORIN"2010-10-061-4/+19
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: update to latest versionsYann E. MORIN"2010-10-061-9/+24
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/mingw32: show only for x86, 32-bit targetsYann E. MORIN"2010-08-311-1/+1
| | | | | | Mingw32 on non-x86, non-32-bit target makes no sense Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: add latest versionsYann E. MORIN"2010-08-311-9/+29
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: remove old versionsYann E. MORIN"2010-08-311-15/+0
| | | | | | | Remove those versions whose series does no longer appear on the front page of kernel.org Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: : nuke old 2.6.33.[0-6]Arnaud Lacombe2010-08-021-35/+0
| | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
* kernel/linux: 2.6.32.17, 2.6.33.7, 2.6.34.2 and 2.6.35 are out !Yann E. MORIN"2010-08-021-6/+21
| | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> [Yann E. MORIN: also add latest 2.6.27.49] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/mingw32: mark as being EXPERIMENTALYann E. MORIN"2010-07-151-0/+1
|
* kernel: add mingwYann E. MORIN"2010-07-111-0/+32
| | | | | | | | | | | | | | | | | Add the option to build a cross-compiler for kernel type 'mingw'. The resulting cross-compiler can be used to build applications on a Linux host that can be run on a Windows target. Compiler is build using the mingwrt and w32-api packages aviable from the MinGW project (http://sourceforge.net/projects/mingw). The windows headers (w32-api package) are extracting with the kernel_headers step The libraries and other headers from both packages are build and installed in the various steps of libc Signed-off-by: Bart vdr Meulen <bartvdrmeulen@gmail.com> [yann.morin.1998@anciens.enib.fr: fix kernel headers comment, don't "return 0"] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/linux: update linux stable releasesJohannes Stezenbach2010-07-091-9/+19
| | | | Signed-off-by: Johannes Stezenbach <js@sig21.net>
* kernel/linux: allow headers from full custom source treeYann E. MORIN"2010-06-171-3/+22
| | | | | | Accept a local tarball name as the source of the Linux kernel headers, rather than forcing the user to use either an upstream tarball, or a local pre-installed headers tree.
* kernel/linux: reorder upstream/custom-tree handlingYann E. MORIN"2010-06-151-11/+11
|
* kernel/linux: update to latest versionsYann E. MORIN"2010-05-271-6/+11
|