diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-06-04 13:35:48 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-06-04 13:35:48 +0000 |
commit | 3715fa33fe61c37e37c7bc49abe59a986938f3e9 (patch) | |
tree | e134c89858126f309aca881b56a031576d8a92c4 /package/compcache | |
parent | 13363d9129b0f813dc66894aad0943f33314b555 (diff) | |
download | upstream-3715fa33fe61c37e37c7bc49abe59a986938f3e9.tar.gz upstream-3715fa33fe61c37e37c7bc49abe59a986938f3e9.tar.bz2 upstream-3715fa33fe61c37e37c7bc49abe59a986938f3e9.zip |
compcache does not build on 2.6.38+
SVN-Revision: 27103
Diffstat (limited to 'package/compcache')
-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..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 \ |