summaryrefslogtreecommitdiffstats
path: root/package/kexec-tools
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-02-26 14:05:43 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-02-26 14:05:43 +0000
commit22019b182c39d9c5deff043264a60bfc08443668 (patch)
treedaf20304ff8675a2b0da30e9fcba00fff16cd402 /package/kexec-tools
parenteaa486faf8f121635d3e96ea555474512bf6b556 (diff)
add missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6389 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kexec-tools')
-rw-r--r--package/kexec-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile
index a537cdf42..23294fd39 100644
--- a/package/kexec-tools/Makefile
+++ b/package/kexec-tools/Makefile
@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/kexec-tools
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=@LINUX_2_6_X86
+ DEPENDS:=@LINUX_2_6_X86 zlib
TITLE:=Kernel boots kernel
DESCRIPTION:=\
kexec is a set of systems call that allows you to load \\\