projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
344f479
)
Fix dependency on zlib
author
Florian Fainelli
<florian@openwrt.org>
Wed, 28 Feb 2007 16:23:20 +0000
(16:23 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 28 Feb 2007 16:23:20 +0000
(16:23 +0000)
SVN-Revision: 6433
package/kexec-tools/Makefile
patch
|
blob
|
history
diff --git
a/package/kexec-tools/Makefile
b/package/kexec-tools/Makefile
index d88fc0583ccef2f6b758842f29b451ce26736179..0fa253c64b4773c5d4e1e9fff4980159583b2a09 100644
(file)
--- a/
package/kexec-tools/Makefile
+++ b/
package/kexec-tools/Makefile
@@
-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 \\\