aboutsummaryrefslogtreecommitdiffstats
path: root/package/kexec-tools
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2009-08-24 20:06:26 +0000
committerGeoff Levand <geoff@infradead.org>2009-08-24 20:06:26 +0000
commit624f07f190ee960321cbe97dbbb3c684b7573dc1 (patch)
treedf3ec76dc9f3e92651613ef4c61bbe8424bcb6fa /package/kexec-tools
parentcd7f6f9c46cea4b212f3039126f9f31f4a93b38b (diff)
downloadupstream-624f07f190ee960321cbe97dbbb3c684b7573dc1.tar.gz
upstream-624f07f190ee960321cbe97dbbb3c684b7573dc1.tar.bz2
upstream-624f07f190ee960321cbe97dbbb3c684b7573dc1.zip
kexec-tools: Update package to version 2.0.1
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
Diffstat (limited to 'package/kexec-tools')
-rw-r--r--package/kexec-tools/Makefile4
-rw-r--r--package/kexec-tools/patches/0001-arm.patch24
2 files changed, 2 insertions, 26 deletions
diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile
index 81ae9d37cd..53c75b75a6 100644
--- a/package/kexec-tools/Makefile
+++ b/package/kexec-tools/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=kexec-tools
-PKG_VERSION:=2.0.0
+PKG_VERSION:=2.0.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/horms/kexec-tools
-PKG_MD5SUM:=d9f2ecd3c3307905f24130a25816e6cc
+PKG_MD5SUM:=67c1a396fdf67b984dad939a59a01571
include $(INCLUDE_DIR)/package.mk
diff --git a/package/kexec-tools/patches/0001-arm.patch b/package/kexec-tools/patches/0001-arm.patch
deleted file mode 100644
index 4fb08fc515..0000000000
--- a/package/kexec-tools/patches/0001-arm.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ruN kexec-tools/kexec/arch/arm/kexec-arm.c kexec-tools-mod/kexec/arch/arm/kexec-arm.c
---- kexec-tools/kexec/arch/arm/kexec-arm.c 2008-07-14 05:28:19.000000000 -0600
-+++ kexec-tools-mod/kexec/arch/arm/kexec-arm.c 2008-12-04 17:35:46.913936145 -0600
-@@ -110,6 +110,8 @@
-
- const struct arch_map_entry arches[] = {
- { "arm", KEXEC_ARCH_ARM },
-+ { "armv5teb", KEXEC_ARCH_ARM },
-+ { "armv6l", KEXEC_ARCH_ARM },
- { 0 },
- };
-
-diff -ruN kexec-tools/kexec/arch/arm/kexec-zImage-arm.c kexec-tools-mod/kexec/arch/arm/kexec-zImage-arm.c
---- kexec-tools/kexec/arch/arm/kexec-zImage-arm.c 2008-07-14 05:28:19.000000000 -0600
-+++ kexec-tools-mod/kexec/arch/arm/kexec-zImage-arm.c 2008-12-04 17:03:41.512536642 -0600
-@@ -11,7 +11,7 @@
- #include <stdint.h>
- #include <getopt.h>
- #include <arch/options.h>
--#include <asm/page.h>
-+#include <unistd.h>
- #include "../../kexec.h"
-
- #define COMMAND_LINE_SIZE 1024