summaryrefslogtreecommitdiffstats
path: root/package/kexec-tools
Commit message (Collapse)AuthorAgeFilesLines
* 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