From: Felix Fietkau Date: Mon, 11 Jun 2012 22:46:37 +0000 (+0000) Subject: ksymoops: add missing dependency X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ab8b1f776ff55bb97befd3037d827e8652774792;p=openwrt%2Fsvn-archive%2Farchive.git ksymoops: add missing dependency SVN-Revision: 32229 --- diff --git a/devel/ksymoops/Makefile b/devel/ksymoops/Makefile index ef6476a574..af09a4fc1b 100644 --- a/devel/ksymoops/Makefile +++ b/devel/ksymoops/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ksymoops SECTION:=utils CATEGORY:=Utilities - DEPENDS:=@mips||mipsel||m68k||i386 + DEPENDS:=@mips||mipsel||m68k||i386 +zlib TITLE:=Interpret oops of the kernel URL:=http://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/ MENU:=1