diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-27 19:13:17 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-27 19:13:17 +0000 |
commit | d142ae4a05af4c07cd38adf1ea7e485302b555eb (patch) | |
tree | b66027140474e9336c20060f26d2dff280f52dc0 /package/kexec-tools/Makefile | |
parent | 6e23517e21c62b52a02cf82a41b47f224276eb1a (diff) |
[package] add mips64 support to kexec-tools, counterpart of r17768.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17769 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kexec-tools/Makefile')
-rw-r--r-- | package/kexec-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile index e7fcb6728..d350bb2c8 100644 --- a/package/kexec-tools/Makefile +++ b/package/kexec-tools/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=kexec-tools PKG_VERSION:=2.0.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/horms/kexec-tools |