summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/kexec-tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile
index 38b949326..d66da0ff3 100644
--- a/package/kexec-tools/Makefile
+++ b/package/kexec-tools/Makefile
@@ -14,6 +14,8 @@ PKG_BUILDEP:= zlib
PKG_URL:= http://kernel.org/pub/linux/utils/kernel/kexec/
PKG_SITES:= http://kernel.org/pub/linux/utils/kernel/kexec/
+PKG_CFLINE_KEXEC_TOOLS:= select ADK_KERNEL_KEXEC
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,KEXEC_TOOLS,kexec-tools,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))