summaryrefslogtreecommitdiff
path: root/package/kexec-tools
AgeCommit message (Collapse)Author
2010-08-09kexec-tools: Update to 2.0.2.mb
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
2010-08-08kexec is also available on armelmb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-16package/kexec-tools: move configuration in submenu, rename 'kexec-config.in' ↵nico
in 'Config.in' for coherency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20916 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-26package/kexec-tools: refresh patchesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20466 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-27[package] add mips64 support to kexec-tools, counterpart of r17768.florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17769 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10[package] bump some revisions and update copyrightsagb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17554 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24kexec-tools: Remove the unused file kexec.shgeoff
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
2009-08-24kexec-tools: Make link /sbin/kexec for compatability with other distrosgeoff
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
2009-08-24kexec-tools: Make build of kdump optionalgeoff
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
2009-08-24kexec-tools: Minor makefile line end fixesgeoff
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
2009-08-24kexec-tools: Add libtool PKG_FIXUPgeoff
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
2009-08-24kexec-tools: Update package to version 2.0.1geoff
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
2009-08-18powerpc: Create a powerpc64 config featuregeoff
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
2009-07-07fix kexec-tools builds when libc != uClibc, strip quotes from ↵nico
KEXEC_TARGET_NAME config option git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-13[packages] Various Makefile cleanup.hauke
Thanks to swalker. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-16Added target architecture name for ps3hcg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14899 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-10[package] allow kexec-tools to compile with ccache enabled, patch from Luca ↵florian
Sinigaglia git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14467 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-20kexec-tools update to version 2.0.0; add support for armeb.matein4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14121 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-08[massive] add support for alternative C libraries (currently only glibc/eglibc)nico
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
2008-12-18Remove legacy kernel load patch - no longer requiredhcg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13679 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-11Add kexec load legacy kernel patchhcg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-08kexec-tools builds fine again on 2.6.27, unmask it and also make it ↵florian
available for mips (be) targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13552 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-15kexec-tools does build fine on mips with 2.6.27 kernels, until we update the ↵florian
kexec-tools version, mask it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13222 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-06kexec for powerpc actually only support ps3 or gamecube, not magicbox for ↵florian
instance git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12223 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-18Allow kexec-tools to be built for mipsel, tested on a routerboard 500florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11856 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-16update versionymano
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11154 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-12[package/kexec] Use new kexec toolsjk
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
2007-10-14Allow kexec to directly use the kernel exposed in a mtd partition and reboot ↵florian
using the right command line git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9322 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-07move package description to a separate definition, remove it when ↵nico
DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-06strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd
(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
2007-08-06Allow rdc-2.6 to kexecflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8359 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵nbd
lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵nbd
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
2007-02-28Fix dependency on zlibflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6433 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-28fix kexec-tools buildnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6428 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-26add missing dependencynbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6389 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-25various configure related cleanupsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6372 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-24upgrade udev to v103, add kexec-toolskaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5637 3c298f89-4303-0410-b956-a3cf2f4a3e73