Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kexec: disable on avr32 | Simon Dawson | 2012-11-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | kexec does not support the avr32 architecture; this results in autobuilder failures such as the following. http://autobuild.buildroot.net/results/5f5e91c3eb622bce88402a9afc8a3e7bd5007136/build-end.log This patch disables support for the kexec package on the avr32 architecture. Signed-off-by: Simon Dawson <spdawson@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | kexec: tweak zlib option name | Peter Korsgaard | 2011-09-26 | 1 | -1/+1 |
| | | | | | | To match other _ZLIB options. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | kexec: bump version and convert to Makefile.autotools.in format | Peter Korsgaard | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -2/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | - add kexec package | Bernhard Reutner-Fischer | 2006-12-19 | 1 | -0/+16 |