1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 23:22:22 +03:00
Commit Graph

23 Commits

Author SHA1 Message Date
hcg
9fac3efb03 Added target architecture name for ps3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14899 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-16 15:30:29 +00:00
florian
f4cddbda8c [package] allow kexec-tools to compile with ccache enabled, patch from Luca Sinigaglia
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14467 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-10 17:52:45 +00:00
matein4
5f74391431 kexec-tools update to version 2.0.0; add support for armeb.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14121 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-20 19:46:45 +00:00
nico
c3c59f4189 [massive] add support for alternative C libraries (currently only glibc/eglibc)
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
2009-01-08 01:49:11 +00:00
hcg
2ed7227d2f Remove legacy kernel load patch - no longer required
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13679 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-18 07:41:41 +00:00
hcg
26c229149f Add kexec load legacy kernel patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-11 15:52:28 +00:00
florian
1cbeaa9944 kexec-tools builds fine again on 2.6.27, unmask it and also make it available for mips (be) targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13552 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-08 22:05:30 +00:00
florian
e257205d3f kexec-tools does build fine on mips with 2.6.27 kernels, until we update the kexec-tools version, mask it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13222 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-15 15:38:48 +00:00
florian
c786c39b77 kexec for powerpc actually only support ps3 or gamecube, not magicbox for instance
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12223 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-06 20:20:02 +00:00
florian
23a87ded44 Allow kexec-tools to be built for mipsel, tested on a routerboard 500
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11856 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-18 11:43:50 +00:00
ymano
c69fa28f0f update version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11154 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-16 18:56:04 +00:00
jk
aff6fa1a1d [package/kexec] Use new kexec tools
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
2008-04-12 23:20:31 +00:00
florian
244f11bc0d Allow kexec to directly use the kernel exposed in a mtd partition and reboot using the right command line
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9322 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-14 18:39:20 +00:00
nico
c4b73fa154 move package description to a separate definition, remove it when DESCRIPTION=TITLE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-07 08:34:51 +00:00
nbd
17c7b6c3fd strip the kernel version suffix from target directories, except for brcm-2.4 (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-09-06 16:27:37 +00:00
florian
a0de7bd64f Allow rdc-2.6 to kexec
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8359 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-06 19:43:45 +00:00
nbd
643f013d15 add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16 20:21:39 +00:00
nbd
1d3cff733d add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use 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-03-16 19:18:55 +00:00
florian
e471625a2f Fix dependency on zlib
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6433 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-28 16:23:20 +00:00
nbd
5af0df16d0 fix kexec-tools build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6428 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-28 13:28:18 +00:00
nbd
22019b182c add missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6389 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-26 14:05:43 +00:00
nbd
ddc47d62f9 various configure related cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6372 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-25 23:34:57 +00:00
kaloz
0b834fadd8 upgrade udev to v103, add kexec-tools
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5637 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-24 16:25:11 +00:00