summaryrefslogtreecommitdiffstats
path: root/linux/Config.in
Commit message (Collapse)AuthorAgeFilesLines
...
* toolchain: bump 2.6.32.x / 2.6.36.x stable versionsPeter Korsgaard2010-12-101-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux kernel: bump to version 2.6.36.1Gustavo Zacarias2010-11-291-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: default to 2.6.36Peter Korsgaard2010-10-231-5/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: restrict output image formats to the appropriate archesThomas Petazzoni2010-09-291-4/+6
| | | | | | | | | | Some Linux kernel output image formats are available on some archs, some not. For example 'uImage' is not supported on MIPS, so let's prevent the user from making this selection. Issue initially reported by Choi, David <David.Choi@Micrel.Com>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux/kernel-headers: bump 2.6.32.x / 2.6.35.x stable versionsPeter Korsgaard2010-09-271-3/+3
| | | | | | And add missing 2.6.35 patch. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: really bump default version to 2.6.35.5Peter Korsgaard2010-09-211-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers/linux: bump 2.6.35.x stable versionPeter Korsgaard2010-09-211-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: default to 2.6.35.4Peter Korsgaard2010-09-061-5/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: bump 2.6.34.x versionPeter Korsgaard2010-07-291-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: fix BR2_LINUX_KERNEL_DEFCONFIG help textPeter Korsgaard2010-07-181-1/+1
| | | | | | Trailing _defconfig, not leading. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New, simpler, infrastructure for building the Linux kernelThomas Petazzoni2010-06-221-0/+133
This patch introduces a single, simple, infrastructure to build the Linux kernel. The configuration is limited to : * Kernel version: a fixed recent stable version, same as kernel headers version (for internal toolchains only), custom stable version, or custom tarball URL * Kernel patch: either a local file, directory or an URL * Kernel configuration: either the name of a defconfig or the location of a custom configuration file * Kernel image: either uImage, bzImage, zImage or vmlinux. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>