projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dd9656
)
kexec-tools: show up only when KERNEL_KEXEC is enabled.
author
John Crispin
<john@openwrt.org>
Fri, 13 Feb 2015 07:42:05 +0000
(07:42 +0000)
committer
John Crispin
<john@openwrt.org>
Fri, 13 Feb 2015 07:42:05 +0000
(07:42 +0000)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 44436
package/boot/kexec-tools/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/kexec-tools/Makefile
b/package/boot/kexec-tools/Makefile
index 8c1c255cbabce2cba867e58a1f36cb786da37571..e884661c389251ffca6565f14310d6d709a57b48 100644
(file)
--- 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>