diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-08-09 13:25:58 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-08-09 13:25:58 +0000 |
commit | 2324b07ad1db02ace84a6c54310af8d2786d1638 (patch) | |
tree | 374f07c8ef945b14cfcd5150d2052a6ba679bc43 /package/kexec-tools/Makefile | |
parent | 16478f7dd6f30eb6580470e026ab32fdd572e2af (diff) | |
download | upstream-2324b07ad1db02ace84a6c54310af8d2786d1638.tar.gz upstream-2324b07ad1db02ace84a6c54310af8d2786d1638.tar.bz2 upstream-2324b07ad1db02ace84a6c54310af8d2786d1638.zip |
kexec-tools: Update to 2.0.2. Mips64 support is builtin in this version. So remove the patch.
SVN-Revision: 22559
Diffstat (limited to 'package/kexec-tools/Makefile')
-rw-r--r-- | package/kexec-tools/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile index a9a1544bda..0e2ca2274a 100644 --- a/package/kexec-tools/Makefile +++ b/package/kexec-tools/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=kexec-tools -PKG_VERSION:=2.0.1 -PKG_RELEASE:=3 +PKG_VERSION:=2.0.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/horms/kexec-tools -PKG_MD5SUM:=67c1a396fdf67b984dad939a59a01571 +PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/kexec +PKG_MD5SUM:=35d05fed1c97008ac34c5bfb929295eb PKG_FIXUP:=libtool |