[OpenWrt-Devel] [patch 0/8] powerpc64 and kexec-tools updates

2009-08-14 Thread Geoff Levand
Hi, This set of patches introduces a new target feature powerpc64 to help simplify the build files, updates the kexec-tools package to version 2.0.1, and does some kexec-tools package cleanups. [patch 1/8] powerpc: Create a powerpc64 config feature [patch 2/8] pxcab: Replace TARGET_pxcab with

[OpenWrt-Devel] [patch 1/8] powerpc: Create a powerpc64 config feature

2009-08-14 Thread Geoff Levand
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.lev...@am.sony.com ---

[OpenWrt-Devel] [patch 8/8] kexec-tools: Remove the unused file kexec.sh

2009-08-14 Thread Geoff Levand
Signed-off-by: Geoff Levand geoffrey.lev...@am.sony.com --- package/kexec-tools/files/kexec.sh |5 - 1 file changed, 5 deletions(-) --- a/package/kexec-tools/files/kexec.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -. /etc/functions.sh -cmdline=$(cat /proc/cmdline) -kernel=$(find_mtd_part

[OpenWrt-Devel] [patch 7/8] kexec-tools: Make link /sbin/kexec for compatability with other distros

2009-08-14 Thread Geoff Levand
Signed-off-by: Geoff Levand geoffrey.lev...@am.sony.com --- package/kexec-tools/Makefile |3 +++ 1 file changed, 3 insertions(+) --- a/package/kexec-tools/Makefile +++ b/package/kexec-tools/Makefile @@ -71,6 +71,9 @@ define Package/kexec-tools/install