aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-12-19 19:25:31 +0100
committerFelix Fietkau <nbd@nbd.name>2016-12-20 16:24:22 +0100
commitfe4fe3edf21cb90371415577c52920c0eac25d19 (patch)
tree28de34350671fb798e434ad2373d4d52eb26f422 /package
parentff47fb0dd94c5c56cfa1402f59ed38224b8ab935 (diff)
downloadupstream-fe4fe3edf21cb90371415577c52920c0eac25d19.tar.gz
upstream-fe4fe3edf21cb90371415577c52920c0eac25d19.tar.bz2
upstream-fe4fe3edf21cb90371415577c52920c0eac25d19.zip
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>
Diffstat (limited to 'package')
-rw-r--r--package/boot/kexec-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
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>