Fix dependency on zlib
authorFlorian Fainelli <florian@openwrt.org>
Wed, 28 Feb 2007 16:23:20 +0000 (16:23 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 28 Feb 2007 16:23:20 +0000 (16:23 +0000)
SVN-Revision: 6433

package/kexec-tools/Makefile

index d88fc0583ccef2f6b758842f29b451ce26736179..0fa253c64b4773c5d4e1e9fff4980159583b2a09 100644 (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 \\\