summaryrefslogtreecommitdiffstats
path: root/package/compcache
diff options
context:
space:
mode:
authoracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-23 11:47:47 +0000
committeracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-23 11:47:47 +0000
commitf77190f8c2d5a896df5c903a52aac4291c1592c4 (patch)
treea37f77d197f99767ee163f79a6b13f7a69848d00 /package/compcache
parent8c71102761475b959167cc84dcc73adc8c206d2b (diff)
package/compcache: fix a dependency issue
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22365 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/compcache')
-rw-r--r--package/compcache/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/compcache/Makefile b/package/compcache/Makefile
index 5106293e8..2d43dd708 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 \