summaryrefslogtreecommitdiffstats
path: root/package/kexec-tools
Commit message (Collapse)AuthorAgeFilesLines
* kexec-tools: Update to 2.0.2.mb2010-08-092-723/+5
| | | | | | | Mips64 support is builtin in this version. So remove the patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec is also available on armelmb2010-08-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kexec-tools: move configuration in submenu, rename 'kexec-config.in' ↵nico2010-04-162-3/+5
| | | | | | in 'Config.in' for coherency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20916 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kexec-tools: refresh patchesjuhosg2010-03-262-37/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20466 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add mips64 support to kexec-tools, counterpart of r17768.florian2009-09-272-1/+733
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] bump some revisions and update copyrightsagb2009-09-101-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools: Remove the unused file kexec.shgeoff2009-08-241-5/+0
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools: Make link /sbin/kexec for compatability with other distrosgeoff2009-08-241-0/+3
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17375 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools: Make build of kdump optionalgeoff2009-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools: Minor makefile line end fixesgeoff2009-08-241-2/+2
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools: Add libtool PKG_FIXUPgeoff2009-08-241-0/+2
| | | | | | | | | libtool is needed to build kexec-tools. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools: Update package to version 2.0.1geoff2009-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17371 3c298f89-4303-0410-b956-a3cf2f4a3e73
* powerpc: Create a powerpc64 config featuregeoff2009-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17306 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kexec-tools builds when libc != uClibc, strip quotes from ↵nico2009-07-071-2/+4
| | | | | | KEXEC_TARGET_NAME config option git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] Various Makefile cleanup.hauke2009-06-131-1/+1
| | | | | | | Thanks to swalker. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Added target architecture name for ps3hcg2009-03-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] allow kexec-tools to compile with ccache enabled, patch from Luca ↵florian2009-02-101-2/+2
| | | | | | Sinigaglia git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14467 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools update to version 2.0.0; add support for armeb.matein42009-01-205-201/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14121 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [massive] add support for alternative C libraries (currently only glibc/eglibc)nico2009-01-081-3/+5
| | | | | | | | | | | other (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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove legacy kernel load patch - no longer requiredhcg2008-12-181-187/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13679 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add kexec load legacy kernel patchhcg2008-12-111-0/+187
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools builds fine again on 2.6.27, unmask it and also make it ↵florian2008-12-081-1/+1
| | | | | | available for mips (be) targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13552 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools does build fine on mips with 2.6.27 kernels, until we update the ↵florian2008-11-151-1/+1
| | | | | | kexec-tools version, mask it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec for powerpc actually only support ps3 or gamecube, not magicbox for ↵florian2008-08-061-1/+1
| | | | | | instance git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12223 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow kexec-tools to be built for mipsel, tested on a routerboard 500florian2008-07-182-1/+105
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update versionymano2008-05-161-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11154 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/kexec] Use new kexec toolsjk2008-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow kexec to directly use the kernel exposed in a mtd partition and reboot ↵florian2007-10-142-0/+6
| | | | | | using the right command line git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9322 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package description to a separate definition, remove it when ↵nico2007-09-071-3/+5
| | | | | | DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd2007-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow rdc-2.6 to kexecflorian2007-08-061-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵nbd2007-03-161-1/+0
| | | | | | lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵nbd2007-03-161-3/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix dependency on zlibflorian2007-02-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6433 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kexec-tools buildnbd2007-02-281-3/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing dependencynbd2007-02-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6389 3c298f89-4303-0410-b956-a3cf2f4a3e73
* various configure related cleanupsnbd2007-02-251-25/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade udev to v103, add kexec-toolskaloz2006-11-241-0/+75
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5637 3c298f89-4303-0410-b956-a3cf2f4a3e73