Fix dependency on zlib

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6433 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2007-02-28 16:23:20 +00:00
parent 033ef6a12a
commit 481b968e71
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/kexec-tools
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=@LINUX_2_6_X86 zlib
DEPENDS:=@LINUX_2_6_X86 +zlib
TITLE:=Kernel boots kernel
DESCRIPTION:=\
kexec is a set of systems call that allows you to load \\\