diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-02-28 16:23:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-02-28 16:23:20 +0000 |
commit | 481b968e7194693a4b6d41a45cdd87d3ee672d78 (patch) | |
tree | 3ddfb98499c17a338eea54d53ae37acacbbaaaae /package/kexec-tools | |
parent | 033ef6a12a5689cef91d4d98223dccf0ba4c69ad (diff) | |
download | upstream-481b968e7194693a4b6d41a45cdd87d3ee672d78.tar.gz upstream-481b968e7194693a4b6d41a45cdd87d3ee672d78.tar.bz2 upstream-481b968e7194693a4b6d41a45cdd87d3ee672d78.zip |
Fix dependency on zlib
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6433 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kexec-tools')
-rw-r--r-- | package/kexec-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile index d88fc0583c..0fa253c64b 100644 --- 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 \\\ |