mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 01:31:06 +02: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:
parent
09bef4cd60
commit
e471625a2f
@ -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 \\\
|
||||
|
Loading…
x
Reference in New Issue
Block a user