[source] kexec-tools: enable support for x86_64

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


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

commit ff47fb0dd94c5c56cfa1402f59ed38224b8ab935
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Dec 19 18:56:20 2016 +0100

    kexec-tools: enable support for x86_64
    
    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 78091ca..4ff88fe 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||@powerpc64||@mipsel||@mips +KEXEC_ZLIB:zlib +KEXEC_LZMA:liblzma
+  DEPENDS:=@KERNEL_KEXEC @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