Parcourir la source

package/compcache: fix a dependency issue

SVN-Revision: 22365
Alexandros C. Couloumbis il y a 15 ans
Parent
commit
c28ab82e04
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package/compcache/Makefile

+ 1 - 1
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 \