mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
Fix dependency on zlib
SVN-Revision: 6433
This commit is contained in:
parent
344f4792ec
commit
fae10ffbd2
@ -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…
Reference in New Issue
Block a user