summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-07-23 11:47:47 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-07-23 11:47:47 +0000
commitc28ab82e0469e2c8a578f3fd40bfa10e3835290d (patch)
tree2ee7278965d88da7b249db346943c5e941482cc7 /package
parent878267db016c17df83a2f685e127e9926be77a1b (diff)
downloadmaster-31e0f0ae-c28ab82e0469e2c8a578f3fd40bfa10e3835290d.tar.gz
master-31e0f0ae-c28ab82e0469e2c8a578f3fd40bfa10e3835290d.tar.bz2
master-31e0f0ae-c28ab82e0469e2c8a578f3fd40bfa10e3835290d.zip
package/compcache: fix a dependency issue
SVN-Revision: 22365
Diffstat (limited to 'package')
-rw-r--r--package/compcache/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/compcache/Makefile b/package/compcache/Makefile
index 5106293e8d..2d43dd708b 100644
--- a/package/compcache/Makefile
+++ b/package/compcache/Makefile
@@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/ramzswap
SUBMENU:=Other modules
- DEPENDS:=@BUSYBOX_CONFIG_SWAPONOFF
+ DEPENDS:=@BUSYBOX_CONFIG_SWAPONOFF +liblzo
TITLE:=Driver for compressed ram swap device
VERSION:=$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)+$(PKG_RELEASE)
FILES:=$(PKG_BUILD_DIR)/ramzswap.ko \