mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-14 08:32:09 -05:00
add missing dependency
SVN-Revision: 6389
This commit is contained in:
parent
27b40a7f30
commit
d5c4dc7002
@ -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
|
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 \\\
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user