Browse Source

Fix dependency on zlib

SVN-Revision: 6433
Florian Fainelli 19 years ago
parent
commit
fae10ffbd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kexec-tools/Makefile

+ 1 - 1
package/kexec-tools/Makefile

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