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

LEDE Commits lede-commits at lists.infradead.org
Tue Dec 20 07:32:32 PST 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/fe4fe3edf21cb90371415577c52920c0eac25d19

commit fe4fe3edf21cb90371415577c52920c0eac25d19
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Dec 19 19:25:31 2016 +0100

    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 at nbd.name>
---
 package/boot/kexec-tools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/boot/kexec-tools/Makefile b/package/boot/kexec-tools/Makefile
index 4ff88fe..5df8817 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 at openwrt.org>



More information about the lede-commits mailing list