From: Felix Fietkau <nbd@nbd.name>
Date: Mon, 19 Dec 2016 18:25:31 +0000 (+0100)
Subject: kexec-tools: build by default, even if CONFIG_KERNEL_KEXEC is unset
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=fe4fe3edf21cb90371415577c52920c0eac25d19;p=openwrt%2Fstaging%2Fldir.git

kexec-tools: build by default, even if CONFIG_KERNEL_KEXEC is unset

Helps find build issues and makes the package available on snapshot
builds

Signed-off-by: Felix Fietkau <nbd@nbd.name>
---

diff --git a/package/boot/kexec-tools/Makefile b/package/boot/kexec-tools/Makefile
index 4ff88fed60..5df8817bcc 100644
--- a/package/boot/kexec-tools/Makefile
+++ b/package/boot/kexec-tools/Makefile
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/kexec-tools
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS:=@KERNEL_KEXEC @armeb||@arm||@i386||@x86_64||@powerpc64||@mipsel||@mips +KEXEC_ZLIB:zlib +KEXEC_LZMA:liblzma
+  DEPENDS:=@armeb||@arm||@i386||@x86_64||@powerpc64||@mipsel||@mips +KEXEC_ZLIB:zlib +KEXEC_LZMA:liblzma
   TITLE:=Kernel boots kernel
   URL:=http://kernel.org/pub/linux/kernel/people/horms/kexec-tools/
   MAINTAINER:=Florian Fainelli <florian@openwrt.org>