From: Florian Fainelli <florian@openwrt.org>
Date: Sat, 4 Jun 2011 13:35:48 +0000 (+0000)
Subject: compcache does not build on 2.6.38+
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=3715fa33fe61c37e37c7bc49abe59a986938f3e9;p=openwrt%2Fstaging%2Faparcar.git

compcache does not build on 2.6.38+

SVN-Revision: 27103
---

diff --git a/package/compcache/Makefile b/package/compcache/Makefile
index 5106293e8d..971e73724b 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 @!(LINUX_2_6_38||LINUX_2_6_39)
   TITLE:=Driver for compressed ram swap device
   VERSION:=$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)+$(PKG_RELEASE)
   FILES:=$(PKG_BUILD_DIR)/ramzswap.ko \