summaryrefslogtreecommitdiffstats
path: root/package/kexec-tools
Commit message (Collapse)AuthorAgeFilesLines
* change PKG_FIXUP:=libtool to PKG_FIXUP:=autoreconfJo-Philipp Wich2011-03-061-1/+1
| | | | SVN-Revision: 25904
* kexec-tools: Update to 2.0.2. Mips64 support is builtin in this version. So ↵Michael Büsch2010-08-092-723/+5
| | | | | | remove the patch. SVN-Revision: 22559
* kexec is also available on armelMichael Büsch2010-08-081-1/+1
| | | | SVN-Revision: 22533
* package/kexec-tools: move configuration in submenu, rename 'kexec-config.in' ↵Nicolas Thill2010-04-162-3/+5
| | | | | | in 'Config.in' for coherency SVN-Revision: 20916
* package/kexec-tools: refresh patchesGabor Juhos2010-03-262-37/+22
| | | | SVN-Revision: 20466
* add mips64 support to kexec-tools, counterpart of r17768.Florian Fainelli2009-09-272-1/+733
| | | | SVN-Revision: 17769
* bump some revisions and update copyrightsAndy Boyett2009-09-101-3/+3
| | | | SVN-Revision: 17554
* kexec-tools: Remove the unused file kexec.shGeoff Levand2009-08-241-5/+0
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17376
* kexec-tools: Make link /sbin/kexec for compatability with other distrosGeoff Levand2009-08-241-0/+3
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17375
* kexec-tools: Make build of kdump optionalGeoff Levand2009-08-242-5/+20
| | | | | | | | Most systems won't need kdump, so make its build optional. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17374
* kexec-tools: Minor makefile line end fixesGeoff Levand2009-08-241-2/+2
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17373
* kexec-tools: Add libtool PKG_FIXUPGeoff Levand2009-08-241-0/+2
| | | | | | | | libtool is needed to build kexec-tools. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17372
* kexec-tools: Update package to version 2.0.1Geoff Levand2009-08-242-26/+2
| | | | | | | | Update package from kexec-tools-2.0.0 to kexec-tools-2.0.1. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17371
* powerpc: Create a powerpc64 config featureGeoff Levand2009-08-182-2/+2
| | | | | | | | | | | The config symbol TARGET_ps3 is used in the build files where special handling for the 64 bit PowerPC processors is needed. Introduce a new config feature powerpc64, and replace the use of TARGET_ps3 with powerpc64. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17306
* fix kexec-tools builds when libc != uClibc, strip quotes from ↵Nicolas Thill2009-07-071-2/+4
| | | | | | KEXEC_TARGET_NAME config option SVN-Revision: 16729
* Various Makefile cleanup.Hauke Mehrtens2009-06-131-1/+1
| | | | | | Thanks to swalker. SVN-Revision: 16437
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* Added target architecture name for ps3Hamish Guthrie2009-03-161-0/+1
| | | | SVN-Revision: 14899
* allow kexec-tools to compile with ccache enabled, patch from Luca SinigagliaFlorian Fainelli2009-02-101-2/+2
| | | | SVN-Revision: 14467
* kexec-tools update to version 2.0.0; add support for armeb.Jose Vasconcellos2009-01-205-201/+27
| | | | SVN-Revision: 14121
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-081-3/+5
| | | | | | (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) SVN-Revision: 13931
* Remove legacy kernel load patch - no longer requiredHamish Guthrie2008-12-181-187/+0
| | | | SVN-Revision: 13679
* Add kexec load legacy kernel patchHamish Guthrie2008-12-111-0/+187
| | | | SVN-Revision: 13598
* kexec-tools builds fine again on 2.6.27, unmask it and also make it ↵Florian Fainelli2008-12-081-1/+1
| | | | | | available for mips (be) targets SVN-Revision: 13552
* kexec-tools does build fine on mips with 2.6.27 kernels, until we update the ↵Florian Fainelli2008-11-151-1/+1
| | | | | | kexec-tools version, mask it SVN-Revision: 13222
* kexec for powerpc actually only support ps3 or gamecube, not magicbox for ↵Florian Fainelli2008-08-061-1/+1
| | | | | | instance SVN-Revision: 12223
* Allow kexec-tools to be built for mipsel, tested on a routerboard 500Florian Fainelli2008-07-182-1/+105
| | | | SVN-Revision: 11856
* update versionYuji Mano2008-05-161-2/+2
| | | | SVN-Revision: 11154
* Use new kexec toolsJeremy Kerr2008-04-125-20/+238
| | | | | | | | | | | | Horms' new kexec-tools repository has a number of updates and fixes for kexec, and also supports the PS3. This change updates the kexec repo, and adds a few build-system patches to make it work with OpenWRT. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10803
* Allow kexec to directly use the kernel exposed in a mtd partition and reboot ↵Florian Fainelli2007-10-142-0/+6
| | | | | | using the right command line SVN-Revision: 9322
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-3/+5
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-1/+1
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
* Allow rdc-2.6 to kexecFlorian Fainelli2007-08-061-2/+2
| | | | SVN-Revision: 8359
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places SVN-Revision: 6582
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-3/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580
* Fix dependency on zlibFlorian Fainelli2007-02-281-1/+1
| | | | SVN-Revision: 6433
* fix kexec-tools buildFelix Fietkau2007-02-281-3/+8
| | | | SVN-Revision: 6428
* add missing dependencyFelix Fietkau2007-02-261-1/+1
| | | | SVN-Revision: 6389
* various configure related cleanupsFelix Fietkau2007-02-251-25/+0
| | | | SVN-Revision: 6372
* upgrade udev to v103, add kexec-toolsImre Kaloz2006-11-241-0/+75
SVN-Revision: 5637