diff options
author | John Crispin <blogic@openwrt.org> | 2012-07-24 23:07:35 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-07-24 23:07:35 +0000 |
commit | 38dbac6005ccb9c594846c6f9e397fae2a144fa1 (patch) | |
tree | e415e0b6ccb62daabdba5c71611fac95ecd6f6d3 /package/compcache/Makefile | |
parent | e4bf8e56a9d1c1295fa557574e44df360374c60e (diff) | |
download | upstream-38dbac6005ccb9c594846c6f9e397fae2a144fa1.tar.gz upstream-38dbac6005ccb9c594846c6f9e397fae2a144fa1.tar.bz2 upstream-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/Makefile | 2 |
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 \ |