diff options
author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-07-23 11:47:47 +0000 |
---|---|---|
committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-07-23 11:47:47 +0000 |
commit | f77190f8c2d5a896df5c903a52aac4291c1592c4 (patch) | |
tree | a37f77d197f99767ee163f79a6b13f7a69848d00 /package/compcache/Makefile | |
parent | 8c71102761475b959167cc84dcc73adc8c206d2b (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/Makefile')
-rw-r--r-- | package/compcache/Makefile | 2 |
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 \ |