aboutsummaryrefslogtreecommitdiffstats
path: root/package/compcache/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-07-24 23:07:35 +0000
committerJohn Crispin <blogic@openwrt.org>2012-07-24 23:07:35 +0000
commit38dbac6005ccb9c594846c6f9e397fae2a144fa1 (patch)
treee415e0b6ccb62daabdba5c71611fac95ecd6f6d3 /package/compcache/Makefile
parente4bf8e56a9d1c1295fa557574e44df360374c60e (diff)
downloadmaster-187ad058-38dbac6005ccb9c594846c6f9e397fae2a144fa1.tar.gz
master-187ad058-38dbac6005ccb9c594846c6f9e397fae2a144fa1.tar.bz2
master-187ad058-38dbac6005ccb9c594846c6f9e397fae2a144fa1.zip
[compcache] fixes build for 3.x kernel and remove old 2.6.x references
Signed-off-by: christoph.thielecke@gmx.de git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32832 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/compcache/Makefile')
-rw-r--r--package/compcache/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/compcache/Makefile b/package/compcache/Makefile
index 971e73724b..5106293e8d 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 @!(LINUX_2_6_38||LINUX_2_6_39)
+ DEPENDS:=@BUSYBOX_CONFIG_SWAPONOFF
TITLE:=Driver for compressed ram swap device
VERSION:=$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)+$(PKG_RELEASE)
FILES:=$(PKG_BUILD_DIR)/ramzswap.ko \