aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/kexec-tools
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-13 07:42:05 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-13 07:42:05 +0000
commit36a3eba434d61b60fa67600b227a304be64fa61a (patch)
tree1b2119756ba8354f97133a7ade8fba1e19d3f67b /package/boot/kexec-tools
parent876f6efca90e71defa62c6d477ae011df0cd0bf9 (diff)
downloadmaster-187ad058-36a3eba434d61b60fa67600b227a304be64fa61a.tar.gz
master-187ad058-36a3eba434d61b60fa67600b227a304be64fa61a.tar.bz2
master-187ad058-36a3eba434d61b60fa67600b227a304be64fa61a.zip
kexec-tools: show up only when KERNEL_KEXEC is enabled.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44436 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/kexec-tools')
-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 8c1c255cba..e884661c38 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:=@armeb||@arm||@i386||@powerpc64||@mipsel||@mips +KEXEC_ZLIB:zlib
+ DEPENDS:=@KERNEL_KEXEC @armeb||@arm||@i386||@powerpc64||@mipsel||@mips +KEXEC_ZLIB:zlib
TITLE:=Kernel boots kernel
URL:=http://kernel.org/pub/linux/kernel/people/horms/kexec-tools/
MAINTAINER:=Florian Fainelli <florian@openwrt.org>