1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 01:25:27 +03:00

Fix dependency on zlib

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6433 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-02-28 16:23:20 +00:00
parent 09bef4cd60
commit e471625a2f

View File

@ -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 \\\