summaryrefslogtreecommitdiff
path: root/package/kexec-tools
diff options
context:
space:
mode:
authorMartin Thomas <mthomas@conet.de>2015-01-16 17:22:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-17 10:26:05 +0100
commitdf3c88ee019550fd469269103fe58fa3b74451d7 (patch)
treee82f6365af79c46829c1cf1bdc8bc4a2f8f2154b /package/kexec-tools
parent215d18163cec9cf008780192df564cd30fd97b51 (diff)
Makefile to install kreboot into the target
Signed-off-by: Martin Thomas <mthomas@conet.de>
Diffstat (limited to 'package/kexec-tools')
-rw-r--r--package/kexec-tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile
index 06831aff5..8745ed687 100644
--- a/package/kexec-tools/Makefile
+++ b/package/kexec-tools/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= kexec-tools
PKG_VERSION:= 2.0.8
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= f3abe96fa0793e63936725a4471429f070039a1e81e605deb378747194a50c47
PKG_DESCR:= kernel exec tools
PKG_SECTION:= sys/misc
@@ -25,5 +25,6 @@ kexec-tools-install:
$(INSTALL_DIR) $(IDIR_KEXEC_TOOLS)/usr/sbin
$(INSTALL_BIN) $(WRKINST)/usr/sbin/kexec \
$(IDIR_KEXEC_TOOLS)/usr/sbin
+ $(INSTALL_BIN) ./files/kreboot $(IDIR_KEXEC_TOOLS)/usr/sbin
include ${ADK_TOPDIR}/mk/pkg-bottom.mk